The CICS transaction sample

 

A sample CICS transaction program is provided, named amqscic0.ccs for source code and amqscic0 for the executable version. We can build transactions using the standard CICS facilities. See Building a WebSphere MQ application for details on the commands needed for your platform.

The transaction reads messages from the transmission queue SYSTEM.SAMPLE.CICS.WORKQUEUE on the default queue manager and places them onto the local queue, the name of which is contained in the transmission header of the message. Any failures are sent to the queue SYSTEM.SAMPLE.CICS.DLQ.

We can use a sample MQSC script amqscic0.tst to create these queues and sample input queues.

 

Parent topic:

Sample programs (all platforms except z/OS)


fg17800_