DSNU1102I csect-name RECORD 'n' FOR PARTITION m WILL BE DISCARDED DUE TO ERROR = X'reason-code' FROM EXIT ROUTINE procedure-name FOR table-name

Explanation

The exit routine provided by your installation blocked the load of record 'n' for partition m into the table indicated. The reason-code was set by the exit routine.

System action

The input data set record number is noted and will be discarded in the DISCARD phase. The record in error is placed in the DISCARDS data set. 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. Ensure that the exit routine provided is correct. Submit a RESUME(YES) LOAD invocation, which uses the DISCARDS data set and the verified LOAD utility statement and field specifications.

Severity

4 (warning)