Prepare COBOL programs

 

Notes to users

  1. 32 bit COBOL copy books are installed in the following directory:
    /opt/mqm/inc/cobcpy32
    and symbolic links are created in:
    /opt/mqm/inc

  2. On 64-bit platforms, 64 bit COBOL copy books are installed in the following directory:

    /opt/mqm/inc/cobcpy64

  3. In the following examples set COBCPY to:
    /opt/mqm/inc/cobcpy32
    for 32 bit applications, and:
    /opt/mqm/inc/cobcpy64
    for 64 bit applications.

You need to link your program with one of the following:

Library file Program/exit type
libmqmcb.so Server for COBOL
libmqicb.so Client for COBOL
libmqmcb_r.so Server for COBOL (threaded application)
libmqicb_r.so Client for COBOL (threaded application)

 

Parent topic:

Building your application on Linux


fg16450_