DSNU1237I csect-name - ERROR IN CCSID CONVERSION FOR FIELD field-name, TABLE table-name

Explanation

The CCSID conversion process detected a code point or form exception while the UNLOAD utility was running.

System action

The record in error will not be unloaded to the output data set. The UNLOAD utility continues until the total number of records in error reaches the value specified by the MAXERR option (the default is 1). If the total number of records reaches the MAXERR value, the UNLOAD utility issues the DSNU1219I message and terminates with the return code 8.

System programmer response

Verify the contents of SYSSTRINGS. If necessary, insert a row into SYSSTRINGS for the conversion. For an SBCS translation, the row must contain a translate table or the name of a user-provided translate procedure. For a DBCS translation, the row must contain the name of a user-provided translate procedure.

User response

If the specified CCSID for output is incorrect, correct the CCSID specification. If a valid CCSID is specified, notify the system programmer.

Severity

4 (warning)