Table of Contents

Search

  1. Preface
  2. Introduction to PowerExchange Bulk Data Movement
  3. PowerExchange Listener
  4. Adabas Bulk Data Movement
  5. Datacom Bulk Data Movement
  6. DB2 for i5/OS Bulk Data Movement
  7. DB2 for Linux, UNIX, and Windows Bulk Data Movement
  8. DB2 for z/OS Bulk Data Movement
  9. IDMS Bulk Data Movement
  10. IMS Bulk Data Movement
  11. Microsoft SQL Server Bulk Data Movement
  12. Oracle Bulk Data Movement
  13. Sequential File Bulk Data Movement
  14. VSAM Bulk Data Movement
  15. Writing Data with Fault Tolerance
  16. Monitoring and Tuning Options

Bulk Data Movement Guide

Bulk Data Movement Guide

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!