The DB2_BIN_CODEPAGE statement defines the single-byte and multibyte CCSID values that PowerExchange uses to process character data in columns that you define with the FOR BIT DATA clause, if you specify Y for the DB2_BIN_AS_CHAR statement.
To override character data incorrectly assigned with CCSID 65535, use this statement in conjunction with the DB2_BIN_AS_CHAR statement.
i5/OS
DB2 for i5/OS
DB2_BIN_AS_CHAR
No
DB2_BIN_CODEPAGE=(
sbcs_ccsid
,
dbcs_ccsid
)
sbcs_ccsid
Required. CCSID value for single-byte data. Valid values are from 1 through 65534.
dbcs_ccsid
Required. CCSID value for multibyte data. Valid values are from 1 through 65534.
The following statement defines CCSID values for Japanese data: