Preparing PL/I programs

Sample PL/I programs are supplied with MQSeries for OS/2 Warp. PL/I include files are also provided so that the C entry points in the MQSeries for OS/2 Warp libraries can be invoked directly.

To prepare a PL/I program:

  1. Link your program with one of the libraries listed in Preparing C programs.
  2. Ensure that \mqm\tools\pli\include is in your INCLUDE environment variable.
  3. Compile your program:
      pli amqpput0.pli
      ilink amqpput0.obj mqm.lib
    


© IBM Corporation 1993, 2002. All Rights Reserved