Configuring a CICS IPIC Connection is discussed in great detail in IBM’s z/OS Connect literature. To complete those configuration instructions, the following configurations need to be set.
A CICS system administrator must make the following configuration changes.
- Set the System Initialization (SIT) parameter TCPIP=YES.
- Define the TCP/IP address and host name for the z/OS Connect server.
- Add a TCP/IP listener to CICS. The following list shows the key attributes:
- POrtnumber
-
PRotocol
-
TRansaction
-
Backlog
-
HOST
-
SOcketclose
-
SSL
- CErtificate
- Use the following command to install the TCPIPSERVICE definition:
CEDA DEF TCPIPSERVICE(service-name) GROUP(group-name) - Choose whether to predefine or auto-install IPIC connections in CICS Transaction Server.
- Create a predefined or auto-installed IPCONN definition.
The details of this CICS connection should be given in the server.xml file for your z/OS connect server, so that z/OS connect server can communicate with CICS region.
<zosconnect_cicsIpicConnection id="cicsConn" host="localhost" port="1091" />
Note:
The default port used for this connection is 1091.