Prepare CICS COBOL programs using IBM COBOL Set for AIX

 

To use IBM COBOL, follow these steps:

  1. Export the following environment variable:
      export LDFLAGS="-qLIB -bI:/usr/lpp/cics/lib/cicsprIBMCOB.exp  \
                      -I/usr/mqm/inc -I/usr/lpp/cics/include  \
                      -e _iwz_cobol_main  \
                      

    where LIB is a compiler directive.

  2. Translate, compile, and link the program by typing:
      cicstcl -l IBMCOB <yourprog>.ccp

 

Parent topic:

TXSeries CICS support


fg16220_