0x00760203 (7733763) Multiple code-page conversion operations were performed when accessing the DB2 object.

Explanation

The ENCODING_SCHEME column in the DB2 SYSIBM.SYSTABLES indicates that the DB2 object is not stored in an EBCDIC code page. The DB2 system converts the data in the DB2 object to the default DB2 CCSID or the CCSID that is identified in the DB2 plan that accessed the table.

User response

Ensure that a code page that is compatible with the DB2 CCSID is used in the Classic clients to avoid code page conversion errors.