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.