DSNU1103I csect-name RECORD 'record-num' FOR PARTITION part-num WILL BE DISCARDED DUE TO PART OR HIGH KEY VALUESPECIFICATION(S)

Explanation

The discarded record does not belong to the partition part-num being loaded. The reason might be that the key is higher than the high key value specified for the last partition.

System action

The input data set record number is noted and will be discarded in the DISCARD phase. The LOAD utility continues to process additional records in the input data set.

System programmer response

Verify that the validation routine is correct.

User response

Following the completion of the current LOAD utility invocation, examine the record in the DISCARDS data set for partition m. Correct the error in the discarded input data, if one exists. Submit a RESUME(YES) LOAD invocation with the DISCARDS data set as the input data set.

Severity

4 (warning)