one or more areas is missing a limitation (WITH LIMIT clause) Explanation: You have not specified WITH LIMIT clauses for all storage areas in the map which are required to have limits. You must omit limits on all storage areas for RANDOMLY ACROSS maps, or you may omit the WITH LIMIT clause for the final storage area for value partitioned maps. If you specified that the map partitioning is NOT UPDATABLE then you are creating a map that enforces strict data partitioning. Therefore, you must provide WITH LIMIT clauses for each area (and optionally the last area) in the map. User Action: Correct the storage map creation statement to provide WITH LIMIT clauses where needed.