Start of change

-332   CHARACTER CONVERSION BETWEEN CCSID from-ccsid TO to-ccsid REQUESTED BY reason-code IS NOT SUPPORTED

Explanation

The operation required a conversion between two different CCSIDs. No conversion support was found.

from-ccsid
Identifies the coded character set of the string to be converted.
to-ccsid
Identifies the coded character set to which it must be converted.
reason-code
Describes the reason codes returned from DB2®. Reason codes returned from DB2 begin with 'DSN' and identify the context in which the conversion was requested. Values other than those that start with 'DSN' are returned from other DB2 platforms and are described in the documentation for the platform.

System action

The statement cannot be processed.

Programmer response

If the conversion request is correct, see the information about how to add conversion support.

SQLSTATE

57017

End of change