C ctgecib3 sample

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.

To build the sample, change to this directory and issue the following command:
Table 1. Commands used to build the sample on different platforms
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
Once compiled, the sample program can be started using the following command:
ctgecib3 [host name] [port number]

Information Information

Feedback


Timestamp icon Last updated: Tuesday, 19 November 2013


https://ut-ilnx-r4.hursley.ibm.com/tgzos_latest/help/topic/com.ibm.cics.tg.zos.doc//progdezos/Basic-Ctgecib3.html