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

ADABASCODEPAGE Statement

ADABASCODEPAGE Statement

The ADABASCODEPAGE statement specifies the single-byte and multibyte code pages to use for an Adabas database.
Enter up to 20 ADABASCODEPAGE statements in the DBMOVER configuration file.
z/OS
Adabas
CODEPAGE
No
ADABASCODEPAGE=(
dbid
[,
single_cp
] [,
multi_cp
])
dbid
Required. The Adabas database identifier (DBID) to which the code page or code pages apply.
Specify 0 to indicate the Adabas default database.
single_cp
Optional. The name of a single-byte code page.
multi_cp
Optional. The name of a multibyte code page. If the database contains WIDECHAR fields, enter a multibyte code page.
  • Usually, you specify this statement for databases that have WIDECHAR fields that require a code page other than the default code page or the code page that is set in the CODEPAGE statement.
    When you define a data map, you can override the code pages that this statement specifies. In the data map, specify a code page for a specific source file, a wide-character code page for all WIDECHAR fields, or specific code pages for each field. A field-level code page overrides a data map code page, and a data map code page overrides any code page that this statement or the CODEPAGE statement specify.

0 COMMENTS

We’d like to hear from you!