DSNU307I csect-name PARENT TABLE parent-table-name OF table-name IN RELATIONSHIP relationship-name HAS AN INCOMPLETE TABLE DEFINITION

Explanation

The 'table-name' identifies the target table of the job for the LOAD utility or the dependent table to be checked by the CHECK DATA utility. The 'parent-table-name' identifies the parent table of the target table for the LOAD utility or the dependent table for the CHECK DATA utility in RELATIONSHIP 'relationship-name'. The primary index of PARENT TABLE 'parent-table-name' has been dropped.

This message is repeated for each incompletely defined parent table in each relationship where the target table is a child.

System action

The LOAD and CHECK DATA utilities stop further processing. No data is loaded by the LOAD utility and no relationships are checked by the CHECK DATA utility.

User response

Check the existence of the primary index and its parent tables identified by RELATIONSHIP 'relationship-name'.

Problem determination

If the incompletely defined tables were targets of the LOAD job, message DSNU305I has been issued for each such table. Refer to the catalog to determine if any tables in the table space that were not targets of the LOAD job are incompletely defined.

Severity

8 (error)