-737   IMPLICIT TABLE SPACE NOT ALLOWED

Explanation

A CREATE TABLE statement was issued using an implicit table space. An implicit table space may not be used in a database that has been defined as a read-only shared database.

System action

The statement cannot be processed.

Programmer response

CREATE a table space for the table, using the same name as is given on the owning system. Then resubmit the CREATE TABLE statement.

SQLSTATE

56056