DSNH330I E csect-name LINE line-number COL column-number TEXT COULD NOT BE CONVERTED TO CCSID 1208, REASON reason-code

Explanation

Db2 parses SQL statements in Unicode UTF-8 (CCSID 1208). The Db2 precompiler or coprocessor will convert the application program internally (not externally) from the application source EBCDIC CCSID to UTF-8 for processing. This message indicates that text from the application program could not be converted.

csect-name
The name of the control section that issued the message.
reason-code
The reason for the message or SQL code, indicated by one of the following values:
012
A character to be converted is an invalid code-point.
016
The string to be converted does not conform to the rules for valid data. For example, this could be a mismatch between shift-in and shift-out, or by the absence of half of a DBCS character.

System action

The statement is discarded.

Programmer response

Take the appropriate action for the reason-code value:

012
Change the text in the application program to a valid code point.
016
Change the text in the application program to conform to the rules for well-formed mixed data.

Severity

8 (error)