Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange
  3. DBMOVER Configuration File
  4. Netport Jobs
  5. PowerExchange Message Logs and Destination Overrides
  6. SMF Statistics Logging and Reporting
  7. PowerExchange Security
  8. Secure Sockets Layer Support
  9. PowerExchange Alternative Network Security
  10. PowerExchange Nonrelational SQL
  11. PowerExchange Globalization
  12. Using the PowerExchange ODBC Drivers
  13. PowerExchange Datatypes and Conversion Matrix
  14. Appendix A: DTL__CAPXTIMESTAMP Time Stamps
  15. Appendix B: PowerExchange Glossary

DB2_BIN_CODEPAGE Statement

DB2_BIN_CODEPAGE Statement

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:
DB2_BIN_CODEPAGE=(8482,1390)

0 COMMENTS

We’d like to hear from you!