REXX Sample

Use the following steps to create a sample MQ Series application with the RXMQVPUT EXEC:
Access the libraries:
MQ Series Client code
LE/370 libraries
TCP/IP or APPC libraries
Identify the libraries to be searched:
The MQ VM Client code is on in the AMQLLIB LOADLIB. The LE/370 code is in the SCEELKED TXTLIB and SCEERUN LOADLIB. The RXMQV module is the REXX interface module that maps the REXX MQI calls into the MQSeries for Client libraries. You must NUCXLOAD this module.
global loadlib sceerun amqllib