Configuring the IPIC server on CICS TG
You must define a server definition for the Gateway daemon to communicate to CICS® over IPIC in remote mode.
To define a server definition for the Gateway daemon:
- Edit the ctg.ini file and define an IPICSERVER definition for
your CICS server:
- Set HOSTNAME to the name of the IBM® z/OS® machine that hosts your CICS server.
- Set PORT to the port number that your CICS server uses to listen for incoming IPIC requests.
For example:SECTION IPICSERVER = CICSA HOSTNAME=cicssrv2.company.com PORT=50889 ENDSECTION - Save your updated ctg.ini file.
- Start CICS TG to apply the new IPICSERVER definition.