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.
- Edit the CTGS01A1 data set and define the configuration
and Java paths:
- Replace <config_path> with the directory that ctg.ini is stored in.
- Replace <javag_path> with your Java 7 install path. For example:
CICSCLI=/u/ctguser/ctg.ini PATH=/bin:/java/java70/bin
- Save your updated data set.
- Start CICS TG to apply the new IPICSERVER definition.