You must edit the ctg.ini file to set values for the APPLID,
APPLIDQUALIFIER, and IPICSERVER parameters.
- Identify the Gateway daemon to CICS® for
the connection over IPIC. Do this by setting values for the APPLID
and APPLIDQUALIFIER parameters. The values must be in uppercase and
are set in the PRODUCT section of the ctg.ini file; for example:
SECTION PRODUCT
APPLID=MYAPPL
APPLIDQUALIFIER=MYQUAL
ENDSECTION
- Define an IPICSERVER definition for your CICS server:
- Set HOSTNAME to the TCP/IP host name or TCP/IP address on which CICS is listening.
- 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 Transaction
Gateway to apply the new definitions.