| authDataRef |
- Data type
- string
- Default value
- Not applicable
- Description
- Optional. Reference to a
zosconnect_authData element that contains the basic
authentication data to be used for the connection if no credentials are supplied on a request. For
more information, see zosconnect_authData.
|
| cicsApplid |
- Data type
- string
- Default value
- Not applicable
- Description
- Optional. The APPLID of the target CICS region. If
specified, the value of cicsApplid is used, together with the value of
cicsNetworkid, to verify that the connected CICS region is the expected region.
|
| cicsNetworkid |
- Data type
- string
- Default value
- Not applicable
- Description
- Optional. The network ID of the target CICS region. The
default value is 9UNKNOWN. If specified, the value of cicsNetworkid is used,
together with the value of cicsApplid, to verify that the connected CICS region is the expected region. The network ID of the target
CICS region is either its z/OS Communications Server NETID or for VTAM®=NO
systems, the value of its UOWNETQL system initialization parameter, or defaults to 9UNKNOWN.
|
| connectionRetryInterval |
- Data type
- A period of time with millisecond precision.
- Maximum: 3600s.
- Default value
- 30s
- Description
- Optional. Available from 3.0.59.0. This attribute applies only to IPIC connections that are
configured within a CICS connection group element. The time interval at which z/OS Connect attempts to reestablish a failed connection to CICS, as a background task. Maximum value is
3600s.
|
| connectionTimeout |
- Data type
- A period of time with millisecond precision.
- Default value
- 30s
- Description
- Optional. The maximum amount of time that is allowed for the socket to establish a connection to
CICS.
|
| heartbeatInterval |
- Data type
- A period of time with millisecond precision.
- Default value
- 30s
- Description
- Optional. This attribute sets the time that the connection must be inactive before heartbeats
are sent to CICS. A value of
0 disables IPIC
heartbeats.
|
| host |
- Data type
- string
- Default value
- Not applicable
- Description
- Required. The IP address, domain name server (DNS) hostname with domain name suffix, or just the
DNS hostname, of the host on which the CICS region is
running.
|
| id |
- Data type
- string
- Default value
- Not applicable
- Description
- Required. A unique configuration ID. This must match the value that is specified for the CICS connection that is selected when the z/OS Asset was created in the z/OS Connect Designer.
|
| port |
- Data type
- integer
- Default value
- Not applicable
- Description
- Required. The port number on which the target CICS region
is listening. This must match the port number of a TCPIPSERVICE definition in the CICS region that is configured with the
PROTOCOL parameter set to IPIC. The minimum supported value is
1 and the maximum supported value is 65535.
|
| preferredSpecificHost |
- Data type
- string
- Default value
- Not applicable
- Description
- Optional. Available from 3.0.56.0 and applicable only when
sharedPort="true".
The primary IP address, or the DNS name, of the preferred CICS region for this connection. This must match the host name of a CICS region that is configured to listen on the shared port specified by the
port attribute of this connection. The primary IP address of a CICS region can be found from message BAQR0680I, issued when an
IPIC connection is established to that region.From 3.0.57.0, this attribute can be set to a value
of local to indicate that the preferred host is the LPAR on which the z/OS Connect Server is running. For more information, see
Setting preferredSpecificHost="local".
|
| preferredSpecificPort |
- Data type
- integer
- Default value
- Not applicable
- Description
- Optional. Available from 3.0.56.0 and applicable only when
sharedPort="true".
The port number of the preferred CICS region for this
connection. This must match the port number of a specific TCPIPSERVICE definition of a CICS region that is configured to listen on the shared port
specified by the port attribute of this connection. The minimum supported value is
1 and the maximum supported value is 65535.
|
| reconnectInterval |
- Data type
- A period of time with millisecond precision.
- Default value
- Not applicable
- Description
- Optional. Available from 3.0.56.0 and applicable only when
sharedPort="true".
The time interval at which z/OS Connect attempts to
reconnect to CICS. If either or both of the attributes preferredSpecificHost and
preferredSpecificPort are also specified, reconnection is attempted only if the
already established connection is not the configured preference. A value of 0 disables the reconnect
interval. The maximum value is 3600s.
|
| requestTimeout |
- Data type
- A period of time with millisecond precision.
- Default value
- 30s
- Description
- Optional. The maximum amount of time that is allowed for a request to be sent to CICS and for the response to be received. For the initial request
over a connection, this includes the time that is taken to establish the connection. A value of
0 disables this timeout.
|
| sendSessions |
- Data type
- integer
- Default value
- 100
- Required
- Optional
- Description
- This attribute sets the maximum number of simultaneous requests over the connection. The actual
number of send sessions that are established depends on the value of
sendSessions and the value in the RECEIVECOUNT parameter of the IPCONN
definition in the CICS region. The minimum supported value is
1 and the maximum supported value in 999.
|
| sharedPort |
- Data type
- boolean
- Default value
- false
- Description
- Optional. Indicates whether the port attribute specifies a shared port or a specific port.
|
| sslRef |
- Data type
- string
- Default value
- Not applicable
- Description
- Optional. Reference to an
ssl repertoire element. Specify the SSL configuration
to be used.
Note: For
compatibility with an earlier version with z/OS Connect
zosConnect-2.0, the sslCertsRef
attribute can be used as an alternative to the sslRef attribute. The behavior
is identical. If both attributes are specified, the sslRef attribute takes
precedence.
|
| transid |
- Data type
- string
- Default value
- CSMI
- Description
- Optional. A CICS transaction name; the
transidUsage parameter specifies how the value is used.
|
| transidUsage |
- Data type
- string
- Default value
- EIB_AND_MIRROR
- Description
-
Optional. Specifies how the value of the transidUsage parameter is used.
Supported values are:
- EIB_ONLY
- The transidUsage parameter specifies the name of the CICS transaction that appears in the CICS
exec interface block (EIB); the EIBTRNID field contains the value of the
transidUsage parameter. The called CICS
program runs under the default mirror transaction CSMI.
- EIB_AND_MIRROR
- The transid parameter specifies the name of the CICS transaction under which the called CICS program runs. The transaction must be defined in the CICS region, and the transaction definition must specify the mirror program, DFHMIRS. The
value that is specified by the transidUsage parameter is available to the
called CICS program for querying the transaction ID. The
value of the transidUsage parameter also appears in the EIBTRNID field of the
CICS EIB.
|
| zosConnectApplid |
- Data type
- string
- Default value
- Not applicable
- Description
-
Optional. The APPLID of z/OS Connect passed to CICS.
If specified, this value of zosConnectApplid is used, together with the
value of zosConnectNetworkid, to match a predefined IPCONN definition in CICS or reject the request if no match is found and the CICS system has not been configured to autoinstall IPCONN
connections.
If you configure CICS to not allow autoinstall of IPCONN
connections, only requests that have APPLIDs set on a predefined IPCONN definition are able to
connect.
|
| zosConnectNetworkid |
- Data type
- string
- Default value
- Not applicable
- Description
-
Optional. The network ID of z/OS Connect passed to CICS. The default value is 9UNKNOWN.
If specified, this value of zosConnectNetworkid is used, together with the
value of zosConnectApplid, to match a predefined IPCONN definition in CICS or reject the request if no match is found and the CICS system has not been configured to autoinstall IPCONN
connections.
If a zosConnectNetworkid value is not specified and the NETWORKID in the CICS IPCONN definition is left blank, a match might not occur
even if the z/OS Connect and CICS APPLID's match because CICS defaults
the blank NETWORKID to the local network ID. This local network ID is specified by the z/OS Communications Server NETID or for VTAM=NO systems, the value of its UOWNETQL system initialization parameter and is
only defaulted to 9UNKNOWN if no local network ID is set.
|