IPIC connection definitions - IPCONDEF
The IPIC connection definition (IPCONDEF) views display information about remote systems that a CICS system communicates with using IP intercommunications connections (also known as IPIC connections
).
Supplied views
To access from the main menu, click:
| View | Notes |
|---|---|
| IPIC connection definitions EYUSTARTIPCONDEF.ADDTOGRP |
Add one or more IPIC connection definitions to a resource group. |
| IPIC connection definitions EYUSTARTIPCONDEF.CREATE |
Create an IPIC connection definition and add it to the data repository. |
| IPIC connection definitions EYUSTARTIPCONDEF.DETAILED |
Detailed information about a selected IPIC connection definition. |
| IPIC connection definitions EYUSTARTIPCONDEF.INSTALL |
Install an IPIC connection definition in an active system. |
| IPIC connection definitions EYUSTARTIPCONDEF.REMOVE |
Remove an IPIC connection definition from the data repository. |
| IPIC connection definitions EYUSTARTIPCONDEF.TABULAR |
Tabular information about all IPIC connection definitions for the current context. |
Actions
| Action | Description |
|---|---|
| ADDTOGRP | Add one or more IPIC connection definitions to a resource group. |
| CREATE | Create an IPIC connection definition and add it to the data repository. |
| CSDCOPY | Copy a CICS CSD resource definition. |
| CSDINSTALL | Install a CICS CSD resource definition into an active system. |
| INSTALL | Install an IPIC connection definition in an active system. |
| REMOVE | Remove an IPIC connection definition from the data repository. |
| UPDATE | Update an IPIC connection definition in the data repository. |
Fields
| Field | Attribute name | Description |
|---|---|---|
| Remote application ID | APPLID | The 8-character name by which the remote system is known to the network. This is the application identifier ( applid ) of the remote system, as specified on the APPLID option of its system initialization table. For XRF systems it is the generic applid. |
| Autoconnect sessions for IPIC connections | AUTOCONNECT |
Identifies whether sessions are to be established when the IPCONN definition is installed (which can happen during CICS initialization, when
you issue a subsequent INSTALL, or when you issue the SET TCPIP OPEN to start communication with TCP/IP). If the
connection cannot be made at these times because the remote system is unavailable, you can subsequently acquire the link by
using the SET IPCONN(name) INSERVICE ACQUIRED command, unless the remote system becomes available in the meantime and itself initiates communications.
|
| Certificate | CERTIFICATE | The label of an X.509 certificate that is used as a server certificate during the SSL handshake for the TCP/IP service. If this attribute is omitted, the default certificate defined in the key ring for the CICS region user ID is used. Certificate labels can be up to 32 bytes long. |
| Last modification agent | CHANGEAGENT |
The change agent identifier that made the last modification.
|
| Last modification agent release | CHANGEAGREL | The CICS release level of the agent that made the last modification. |
| Last modification time | CHANGETIME | The local date and time when the definition was last changed. |
| Last modification user ID | CHANGEUSRID | The user ID that made the last modification. |
| SSL cipher suite codes | CIPHERS | Specifies a string of up to 56 hexadecimal digits that is interpreted as a list of up to 28 2-digit cipher suite codes. When you define the resource, CICS automatically initializes the attribute with a default list of acceptable codes. You can reorder the cipher codes or remove them from the initial list. However, you cannot add cipher codes that are not in the default list for the specified encryption level. To reset the value to the default list of codes, delete all the cipher suite codes; the field is automatically repopulated with the default list. From CICS Transaction Server Version 5 this field can alternatively specify the name of an XML file residing on zFS which contains a list of ciphers. An XML file name can be up to 28 characters. |
| Time created | CREATETIME | The local date and time at which the IPIC connection definition was created. |
| CSD group | CSDGROUP | The name of the CSD group for this CICS resource definition. This field is ignored for BAS definitions. |
| Version | DEFVER | The version number of the BAS resource definition, from 1 to 15. This field is ignored for CICS CSD resource definitions. |
| Description code page | DESCCODEPAGE | The code page of the description field. This field is ignored for CICS CSD resource definitions. |
| Description | DESCRIPTION | A description of the IPIC connection definition. |
| High availability | HA |
The status of the high availability of the IPIC connection.
|
| Remote host name | HOST |
The 116-character host name of the remote system (for example, www.example.com), or its dotted decimal IPv4 address (for example, 9.20.181.3),
or its colon hexadecimal IPv6 address (for example ABCD:EF01::2345:6789). If an IPv4 address is entered as an IPv4 compatible IPv6
address (deprecated) or an IPv4 mapped IPv6 address (for example ::FFFF:1.2.3.4) it is converted to a standard IPv4 dotted decimal
address. IPv6 addresses should not be used for CICS Transaction Server for z/OS, Version 3 Release 2 and earlier releases.
The host name can be entered in any case, but if a character host name is specified instead of an IP address, the host name is converted to lower case. If an IPV6 address is specified it will be converted to uppercase. |
| Identity propagation | IDPROP |
Specifies whether the Distributed ID will be transmitted to the connected system by the sender. The IDPROP attribute is meaningful
only if a connection extends outside a sysplex and is used primarily to prevent distributed identities being distributed between enterprises.
If the connection is between systems in the same sysplex, the connection operates as if IDPROP(OPTIONAL) is specified and ignores
any other setting.
|
| Connection status | INSERVICE |
The status of the IPIC connection when it is installed.
|
| Link security | LINKAUTH |
Specifies how the user ID for link security is established in a CICS system with security initialized (SEC=YES).
|
| Maximum queue time | MAXQTIME | The maximum time, in seconds, for which allocate requests may be queued. The value is in the range 0-9999, or will have the standard null value of -1 if MAXQTIME(NO) is specified on the IPCONN definition. |
| Minimum mirror lifetime | MIRRORLIFE |
Indicates the minimum lifetime of the mirror task for function shipped requests received by this region. This parameter only takes
affect when specified on the IPCONN on the resource-owning region and is not to be honoured for function shipping interval
control or linkrequests.
|
| Name | NAME | The 8-character identifier of the remote system or region; that is, the name of the IPCONN definition. Acceptable characters are A-Z 0-9 - . |
| Remote network ID | NETWORKID |
The network ID of the remote system. If NETWORKID is not specified, CICS uses the VTAM NETID or, for VTAM=NO
systems, the value of the UOWNETQL system initialization parameter, of this CICS (that is, the CICS on which the IPCONN
definition is installed). NETWORKID is used in combination with the APPLID option to ensure unique naming for connecting systems. |
| Port number | PORT | A decimal number, in the range 1 through 65535, specifying the port number to be used for outbound requests on this IPIC connection, or NO. That is, the number of the port on which the remote system will be listening, or NO for IPIC connections that are inbound only. |
| Queue limit | QUEUELIMIT |
The maximum number of allocate requests that CICS is to queue while waiting for free sessions:
|
| Receive count | RECEIVECOUNT | The number, in the range 1-999, of RECEIVE sessions; that is, sessions that receive incoming requests. The actual number of receive sessions that are used depends also on the number of send sessions defined in the remote system. When the connection is established, these values are exchanged and the lower value is used. The number of RECEIVE sessions defined for this IPIC connection. |
| Security name of the remote system | SECURITYNAME | Specifies the security name of the remote system, to be used for link security. In a CICS system with security initialized (SEC=YES), and with LINKAUTH(SECUSER) in use, the security name is used to establish the authority of the remote system. The security name must be a valid RACF user ID on this region. Access to protected resources on this region is based on the RACF user profile and its group membership. The default value is the default user ID. |
| Send count | SENDCOUNT | The number, in the range 0-999, of SEND sessions; that is, sessions that send outgoing requests. The actual number of send sessions that are used depends also on the number of receive sessions defined in the remote system. When the connection is established, these values are exchanged and the lower value is used. If 0 is specified, then this IPCONN can only process incoming work. It cannot send requests to the connected system. An attempt to acquire a connection between two IPCONNs that both have SENDCOUNT(0) will fail. |
| Secure Sockets Layer (SSL) type | SSL |
Specifies whether the IPCONN is to use secure outbound connections.
|
| TCP/IP service | TCPIPSERVICE | The 8-character name of a PROTOCOL(IPIC) TCPIPSERVICE definition that defines the attributes of the inbound processing for this IPCONN. |
| Attach-time user security level | USERAUTH |
The level of attach-time user security required for the connection:
|
| User data area 1 | USERDATA1 | Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions. |
| User data area 2 | USERDATA2 | Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions. |
| User data area 3 | USERDATA3 | Optional string of up to 8 characters that allows you to provide additional site-specific data related to the BAS resource definition. This field is ignored for CICS CSD resource definitions. |
| Exchange log names (XLN) action | XLNACTION |
The action to be taken when a new log name is received from the remote, partner, system. (Receipt of a
new log name indicates that the partner has deleted its recovery information.)
|