Browse sample on z/OS®
The Browse sample demonstrates how to use the Browse option to find a message, print it, then step through the messages on a queue.
The application uses these MQI calls:
- MQCONN
- MQOPEN
- MQGET for browsing messages
- MQCLOSE
- MQDISC
The program is delivered in the COBOL, assembler, PL/I, and C languages. The application runs in
the batch environment. See Table 2 for the batch
application.