DSNU728I csect-name INVALID EXCEPTION TABLE exception-table FOR THE dependent-table.

Explanation

The CHECK DATA utility encountered one of the following errors:

  • Row or column access control is enforced for the dependent table, but it is not enforced for the exception table.
  • The length of the RID column of the exception table does not match the RID size of the table space for the table that is being checked.
  • Start of changeThe number of columns or the column definitions for the exception table do not match the column descriptions for the dependent table.End of change

System action

The CHECK DATA utility terminates processing after all the exception tables have been examined.

User response

If row or column access control is enforced for the dependent table, ensure that it enforced for the exception table.

Start of changeIf the length of the RID column of the exception table does not match the RID size of the table space, alter the length of the RID column. CHAR(5) is required for LARGE or DSSIZE table spaces.End of change

Start of changeIf the number of columns or the column definitions for the exception table and the dependent table do not match, modify the exception table definition to match the dependent table definition.End of change

Severity

8 (error)