This sample uses multithreading to call CICS® program EC01 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 EC01 per thread
- Call type (synchronous or asynchronous)
This sample program needs the supplied header file cclcalls.h
for the threading functions used.