DSNU1109I csect-name RECORD 'n' FOR PARTITION m WILL BE DISCARDED DUE TO CHECK CONSTRAINT constraint-name VIOLATION ON TABLE table-name

Explanation

The discarded record violates the check constraint named constraint-name defined on table table-name. The record is not loaded and is discarded during the DISCARD phase.

System action

The LOAD utility continues to process additional records in the input data set.

User response

After the LOAD utility completes, examine the record in the DISCARDS data set for partition m. Correct the error in the discarded input data. Submit a RESUME(YES) LOAD job with the DISCARDS data set as the input data set.

Severity

4 (warning)