DSNU310I csect-name RECORD 'n' WILL BE DISCARDED DUE TO field-name CONVERSION ERROR FOR table-name ERROR CODE cc

Explanation

The load utility found the input data provided for a field to be incorrect. The corresponding input data set record 'n' will be placed in the DISCARDS data set.

If the NOSUBS keyword was specified, it is possible that the record was discarded because the input contained a code point that when converted from the source CCSID to the target CCSID resulted in a substitution character being placed in the target string.

The error code, cc, identifies the problem. See DSNU334I for the list of error codes and their meaning.

System action

The input data set record is noted and is 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. Correct the error in the discarded input data. Submit a RESUME(YES) LOAD invocation with the DISCARDS data set as the input data set.

Severity

4 (warning)