This sample lists the systems defined on a remote CICS® Transaction Gateway, and allows you to select the one to which an ECI program call is made. The supplied CICS program EC03 is called with a channel and a single CHAR container. The program updates the channel by adding new containers. The sample program lists all the containers that are returned from the EC03 program.
The ctgecib3 sample is written in C and is in <install_path>/samples/c/eci_v2.
Platform/compiler | 32-bit sample | 64-bit sample |
---|---|---|
UNIX and Linux | make -f samp.mak | make -f samp64.mak |
Linux on POWER using IBM XL C | make -f samp.mak COMPILER=XL | make -f samp64.mak COMPILER=XL |
Windows | ctgecib3mak.cmd 32 | ctgecib3mak.cmd 64 |
ctgecib3 [host name] [port number]