The CICS Adapter configuration parameters, accessed from the Environment Explorer tree, are organized into the following sections:
The Sun CICS Listener section of the CICS Environment properties contains the top-level parameters displayed in the following table.
Table 54 Environment Properties - Sun CICS Listener Section
The CICS Gateway section of the CICS Environment properties contains the top-level parameters displayed in the following table.
Table 55 Environment Properties - CICS Gateway Section
Name |
Description |
Required Value |
---|---|---|
Specifies the remote or local Gateway to which you are connecting. Note – This parameter requires specific JAR files when using local: as the value. The default value local:, does not work with CTG running on z/OS. For CTG running on a z/OS system, the URL property value must be set to localhost or to the server name. |
The remote or local Gateway node name or IP address. The configured default is local. |
|
Specifies the TCP/IP port where CTG is running. |
An number indicating the TCP/IP port. |
|
Specifies a server to use from the servers listed in the CTG configuration. |
The name of a server as specified in the CTG server list. If this value is left blank, the first server specified in the list is used by default. |
|
Specifies the classname of the SSL KeyRing class. |
The full classname of the SSL KeyRing class. |
|
Specifies the password for the encrypted KeyRing class. |
The password for the SSL KeyRing class. |
The CICS Gateway section of the CICS Environment properties contains the top-level parameters displayed in the following table.
Table 56 Environment Properties - CICS Client Section
Name |
Description |
Required Value |
---|---|---|
Specifies the ID of the CICS user. Maximum length is eight characters. |
A CICS user ID that uses eight characters or less. |
|
Specifies the password for the CICS user. Maximum length is eight characters. |
A password of eight characters or less. |
The Tracing section of the CICS Environment properties contains the top-level parameters displayed in the following table.
Table 57 Environment Properties - Tracing Section
Name |
Description |
Required Value |
---|---|---|
CTG specific. Specifies the level of trace information recorded available. The options are: 0: None. No CICS Java client application tracing. 1: Standard. Only the first 128 bytes of any data block (for example the COMMAREA, or network flows) are displayed by default. This trace level is equivalent to the Gateway trace set by the ctgstart -trace option. (This can also be set using the system property gateway.T.trace=on). 2: Full Debug. Traces out the whole of any data blocks by default. The trace contains more information about CICS Transaction Gateway than the standard trace level. This trace level is equivalent to the Gateway debug trace set by the ctgstart -x option. (This can also set using the system property gateway.T=on). 3: Exception Stacks. Traces most Java exceptions, including exception which are expected during normal operation of the CICS Transaction Gateway. No other tracing is written. This trace level is equivalent to the Gateway stack trace set by the ctgstart -stack option. (This can also set using the system property gateway.T.stack=on). |
An integer from 0 to 3 that indicates the specified trace information level. The configured default is 0. |
|
CTG specific. Specifies a file location for writing the trace output. This is an alternative to the default output on stderr. Long filenames must be surrounded by quotation marks; for example, "trace output file.log". Note – The filename can also be set using the system property gateway.T.setTFile=xxx, where xxx is a filename. |
The output file name. |
|
CTG specific. Specifies the maximum size of any data blocks written in the trace. Note – The truncation size can also be set using the system property gateway.T.setTruncationSize=xxx, where xxx is a number. |
A number indicating the maximum data block size. A value of 0 indicates that no data blocks will be written in the trace. No value (leaving the property blank) indicates that no truncation size is specified. |
|
CTG specific. Specifies the offset from which the display of any data blocks will start. Note – The dump offset can also be set using the system property gateway.T.setDumpOffset=xxx, where xxx is a number. |
CTG specific. Specifies the offset from which the display of any data blocks will start. |
|
Specifies whether or not to display time-stamps in the trace. |
Select On or Off. On indicates that the time-stamp is displayed in the trace. The default setting is On. Note – Timing can also set using the system property gateway.T.timing=on. |
The Connection Retry Settings section of the CICS Environment properties contains the top-level parameters displayed in the following table.
Table 58 Environment Properties - Connection Retry Settings Section
Name |
Description |
Required Value |
---|---|---|
Specifies the maximum number of connection retries. |
A number indicating the number of times the Adapter will try to establish a connection. The configured default is 5. |
|
Specifies the number of milliseconds to wait between connection retries. |
A number indicating the time (in milliseconds) that the Adapter waits between connection attempts. The configured default is 5000 (or 5 seconds). |
The Connection Pool Settings section of the CICS Environment properties contains the top-level parameters displayed in the following table.
Table 59 Environment Properties - Connection Pool Settings Section
Name |
Description |
Required Value |
---|---|---|
Specifies the initial and minimum number of connections to be maintained. |
A number indicating the initial and minimum number of connections to be maintained. The configured default is 2. |
|
Specifies the maximum size of the connection to EIS. |
A number indicating the maximum size of the connection to EIS. The configured default is 10. |