Prepare CICS C programs

 

Build CICS C programs using the standard CICS facilities:

  1. Export one of the following environment variables:

    • LDFLAGS = “-L/usr⁄mqm⁄lib -lmqm_r” export LDFLAGS

    • USERLIB = “-L/usr⁄mqm⁄lib -lmqm_r” export USERLIB

  2. Translate, compile, and link the program by typing:
      cicstcl -l C amqscic0.ccs

 

Parent topic:

TXSeries CICS support


fg16640_