DSNU1104I csect-name RECORD 'n' FOR PARTITION m WILL BE DISCARDED DUE TO WHEN SPECIFICATION(S)

Explanation

The discarded record does not satisfy the WHEN selection expression provided for partition m.

System action

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

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. If FORMAT UNLOAD was specified on the load statement, the WHEN specifications are built internally. This ensures that the rows are loaded back into the same object from which they were unloaded.

Severity

4 (warning)