+

Search Tips | Advanced Search

Preparing CICS programs in HP-UX

Learn to build CICS® transaction programs in HP-UX.

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 IBM MQ :

Table 1. 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 Administer.