DSNH332I U csect-name CHARACTER CONVERSION FROM CCSID ccsid-1 TO CCSID ccsid-2 IS NOT SUPPORTED, REASON reason-number
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. In some cases, Db2 also converts portions from UTF-8 back to the source EBCDIC CCSID. This message indicates that the conversion could not take place.
- csect-name
- The name of the control section that issued the message.
- ccsid-1
- The original CCSID.
- ccsid-2
- The target CCSID.
- reason-number
- The reason for the message, indicated by
one of the following values:
- 000
- An invalid CCSID was specified on the CCSID option.
- 001
- No conversion is defined from the original CCSID to the target CCSID
System action
The precompiler or coprocessor is terminated.
System programmer response
Make sure that the Unicode System Services conversion image includes the required conversions.
User response
Check that the value of the CCSID option is valid. Run the precompilation again with a valid CCSID if you do not want to use the EBCDIC system CCSID.
Severity
16 (unrecoverable error)