Table 3 shows new system initialization parameters.
The default values for these parameters are designed to have minimal impact when you are migrating from an earlier release of CICS®.
Keywords | Operands | Explanation |
---|---|---|
CLINTCP | {437|codepage} | Specifies the default client code page to
be used by the DFHCNV data conversion table but only if the CLINTCP parameter
in the DFHCNV macro is set to SYSDEF.
For more information, see the CICS System Definition Guide. |
CRLSERVER | servername: portnumber | Specifies the name of the LDAP server and the port number
that contains the certification revocation lists (CRLs). Specifying this parameter
means that CICS checks each client certificate during the SSL negotiation for a
revoked status. If the certificate is revoked, CICS closes the connection immediately.
For more information, see the CICS System Definition Guide. |
LOCALCCSID | {037|CCSID} | Specifies the default CCSID for the local
region.
The CCSID is a value of up to 8 characters. If CCSID value is not specified, the default LOCALCCSID is set to 037. For more information, see the CICS System Definition Guide. |
MAXSSLTCBS | {8|number} | Specifies the maximum number of S8 TCBs that can run
in the SSL pool. The default is 8, but you can specify up to 1024 TCBs.
For more information, see the CICS System Definition Guide. |
MAXXPTCBS | {5|number} | Specifies the maximum number, in the range
1 through 999, of open X8 and X9 TCBs that can exist concurrently in the CICS region.
For more information, see the CICS System Definition Guide. |
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.
For more information, see the CICS System Definition Guide. |
SSLCACHE | {CICS| SYSPLEX} | Specifies whether SSL is to use the local or sysplex
caching of session ids.
For more information, see the CICS System Definition Guide. |