DOCCODEPAGE
The DOCCODEPAGE system initialization parameter specifies the default host code page to be used by the document domain.
- DOCCODEPAGE={037|codepage}
- The codepage is a field of up to 8 characters.
If codepage value is not specified, the default doccodepage is
set to 037.
The standard CICS® form of a host code page name consists of the code page number (or more generally CCSID) written using 3 to 5 decimal digits as necessary then padded with trailing spaces to 8 characters. For code page 37, which is fewer than 3 digits, the standard form is 037. CICS accepts any decimal number of up to 8 digits (padded with trailing spaces) in the range 1 to 65535 as a code page name, even if it is not in the standard form.
The DOCCODEPAGE parameter must specify an EBCDIC-based code page if any symbol processing is required, as the delimiters used for symbol and symbol list processing are assumed to be in EBCDIC.