Changes to system initialization parameters

In order to define default client and server code pages in the system initialization table, two new system initialization parameters are introduced: CLINTCP and SRVERCP, matching the existing DFHCNV macro parameters of the same name.

New system initialization parameters

CLINTCP={437|codepage}
Specifies the default client code page to be used by the DFHCNV data conversion table but is used only if the CLINTCP parameter in the DFHCNV macro is set to SYSDEF. The codepage is a field of up to 8 characters and can take the values supported by the CLINTCP parameter in the DFHCNV macro.
SRVERCP={037|codepage}
Specifies the default server code page to be used by the DFHCNV data conversion table but only if the SRVERCP parameter in the DFHCNV macro is set to SYSDEF. The codepage is a field of up to 8 characters and can take the values supported by the SRVERCP parameter in the DFHCNV macro.