Start of change

DSNU1243I csect-name CCSID ccsid AT THE COLUMN LEVEL IS INVALID.

Explanation

The CCSID clause was explicitly or implicitly specified in a field specification in a LOAD or UNLOAD statement. The CCSID clause in invalid in the field specification for one of the following reasons:

  • The field specification also contains the DELIMITED clause.
  • With the same LOAD control statement, data that is not EBCDIC is to be loaded into other columns.
  • With the same UNLOAD control statement, data is to be unloaded from other columns in an encoding scheme other than EBCDIC.
  • The CCSID clause is specified for a column with a data type for which CCSID is not supported.
csect-name
The name of the control section that issued the message.
ccsid
The invalid CCSID value.

System action

Utility processing terminates.

User response

Take one of the following actions:
  • If the data is in the delimited format, do not specify the CCSID clause for individual columns.
  • In a LOAD control statement, specify the CCSID clause for individual input fields only if all other input fields are EBCDIC.
  • In an UNLOAD control statement, specify the CCSID clause for individual output fields only if all other output fields are EBCDIC.
  • Specify the CCSID clause only for a column of one of the following types:
    • CHAR
    • VARCHAR
    • GRAPHIC
    • VARGRAPHIC
    • CLOB
    • DBCLOB

Severity

8 (error)

End of change