DSNU075I csect-name - TABLE=schema-name.table-name, LOB COLUMN=column-name, PARTITION: partition-number - DEFINITION IS NOT COMPLETE

Explanation

The definition of the LOB column is not complete.

csect-name
The name of the control section that issued the message.
schema-name.table-name
The name of the table, qualified by the name of the table schema or creator.
column-name
The name of the LOB column.
partition-number
If the object is partitioned, the partition number that contains the incomplete definition.

The phrase PARTITION: partition-number is present in the message text only if the object is partitioned.

System action

If the utility is able to continue processing, it does so and issues this message with a severity of 4. Otherwise, utility processing terminates and this message is issued with a severity of 8.

Programmer response

Complete the LOB column definitions. A LOB column definition is not complete until the LOB table space, auxiliary table, and index on the auxiliary table have been created for the LOB column.

If the table space is partitioned, make sure that the LOB definition is complete for all partitions.

Severity

4 (warning)

8 (error)