Prepare CICS programs

 

To build the sample CICS 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:

Essential code for CICS applications (HP-UX)

Description

C (source)

C (exec)

XA initialization routine

amqzscix.c

amqzsc

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

 

Parent topic:

Building your application on HP-UX


fg16340_