Differing column count for USING and WITH LIMIT clauses Explanation: The number of columns specified for the USING clause is different from the number of literal values specified in the WITH LIMIT list. User Action: The STORAGE MAP or INDEX definition requires the same number of literal values as there are columns in the USING clause. Either correct the list of columns in the USING clause, or the number of literals in the WITH LIMIT OF clause.