DSNU354I csect-name RECORD 'n' VIOLATES CHECK CONSTRAINT constraint-name ON TABLE table-name

Explanation

The LOAD utility cannot load record n into table table-name because the check constraint constraint-name would be violated. The record is not loaded.

System action

Processing terminates. An abend is requested so that the LOAD can be restarted after the error condition is corrected.

User response

Find the failing record in the input data set, correct the condition that caused the check constraint to be violated, and restart the LOAD utility. You can optionally include a SYSDISC DD statement in the JCL input to hold copies of records that are not loaded.

Severity

8 (error)