DSNU603I csect-name - OBJECT=object-name HAS AN INCOMPLETE DEFINITION

Explanation

The identified object (TABLE or TABLE SPACE) does not have a complete definition. This can be caused by one of these errors:
  • Not defining any tables in the table space (RC=4).
  • Not creating the accompanying partitioned index if the table space is partitioned (RC=8).

System action

If the return code is 8, utility processing terminates. If the return code is 4, utility processing continues to the next request.

User response

Complete the table space definition by creating at least one table in the table space, or create the accompanying partitioned index if the table space is partitioned.

Problem determination

Issue an SQL SELECT statement on the catalog to determine if the tables or a partitioned index was not created for the table space.

Severity

8 (error) or 4 (warning)