default list storage area "<str>" must be specified in storage map Explanation: The default list storage area (defined using the CREATE DATABASE statement) must be used as a catch all for list mappings. This enables the system table LIST OF BYTE VARYING to be automatically mapped to this storage area. User Action: Consult the SQL Reference Manual for correct LIST storage map syntax. There should be an IN clause which specifies the default list storage area, without a FOR clause.