Features demonstrated in the sample applications for z/OS
This section summarizes the MQI features demonstrated in each of the sample applications, shows the programming languages in which each sample is written, and the environment in which each sample runs.
- Put samples on z/OS
The Put samples demonstrate how to put messages on a queue using the MQPUT call. - Get samples on z/OS
The Get samples demonstrate how to get messages from a queue using the MQGET call. - 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. - Print Message sample on z/OS
The Print Message sample demonstrates how to remove a message from a queue and print the data in the message, together with all the fields of its message descriptor. It can, optionally, display all of the message properties associated with each message. - Queue Attributes sample on z/OS
The Queue Attributes sample demonstrates how to inquire about and set the values of IBM MQ for z/OS object attributes. - Mail Manager sample on z/OS
Considerations to note when using Mail Manager sample. - Credit Check sample on z/OS
This information contains points to consider when using Credit Check sample. - The Message Handler sample on z/OS
The Message Handler sample allows you to browse, forward, and delete messages on a queue. - Distributed queuing exit samples on z/OS
A table of source programs of Distributed queuing exit samples. - Data-conversion exit samples on z/OS
A skeleton is provided for a data-conversion exit routine, and a sample is shipped with IBM MQ illustrating the MQXCNVC call. - Publish/Subscribe samples on z/OS
The Publish/Subscribe sample programs demonstrate the use of the publish and subscribe features in IBM MQ.
Parent topic: Use the sample programs for z/OS