DSNU1384I INVALID CATALOG DATA FOUND FOR COLUMN column-name IN TABLE creator.table-name.

Explanation

Invalid catalog data was found in the SYSIBM.SYSCOLSTATS catalog table for the named table.

column-name
The name of the column that is associated with the invalid catalog table data.
creator
The identifier of the creator of the table that is associated with the invalid catalog table data.
table-name
The name of the table that is associated with the invalid catalog table data.

System action

The utility abends.

User response

Correct the data in the catalog table, or delete the rows in the SYSCOLSTATS table and use the RUNSTATS utility or inline statistics to collect statistics at the table space or table level, instead of at the partition level.

Severity

8 (error)