On i5/OS

 

To create the module use the following command:

 CRTCMOD MODULE(MYLIB/AMQSXRMA) SRCFILE(QMQMSAMP/QCSRC)
   TERASPACE(*YES *TSIFC)

  1. To create your module so that it uses the IFS file system, add the option SYSIFCOPT(*IFSIO)

  2. To create the program for use with non-threaded channels use the following command: CRTPGM PGM(MYLIB/AMQSXRMA) BNDSRVPGM(QMQM/LIBMQM)

  3. To create the program for use with threaded channels use the following command: CRTPGM PGM(MYLIB/AMQSXRMA) BNDSRVPGM(QMQM/LIBMQM_R)

 

Parent topic:

Compiling the Reference Message Exit sample


fg17420_