Preparing CICS programs

To build the sample CICS(R) transaction, amqscic0.ccs, run the following command:

  $ export USERLIB="-lmqm_r"
  $ cicstcl -l C amqscic0.ccs

An XA switch module is provided to enable you to link CICS with WebSphere MQ:

Table 15. Essential code for CICS applications (HP-UX)
Description
C (source)
C (exec)
XA initialization routine
amqzscix.c
amqzsc

You can find more information about supporting CICS transactions in the WebSphere MQ System Administration Guide.