DSNU1110I csect-name RECORD 'n' FOR PARTITION m VIOLATES CHECK CONSTRAINT constraint-name ON TABLE table-name

Explanation

The LOAD utility cannot load record n into table table-name partition m 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 for partition m, correct the condition that caused the check constraint to be violated, and restart the LOAD utility.

Severity

8 (error)