This sample uses multithreading to call the CICS® program EP01 or EP02 on every CICS server defined in the Gateway daemon configuration
file (ctg.ini).
The call passes parameters that define the following:
- The number of threads run on each server
- The number of calls to EP01 or EP02 per thread
- Call type (synchronous or asynchronous)
This sample program needs the supplied header file cclcalls.h
for the threading functions used.