z/OS MVS Programming: Sysplex Services Guide
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Requesting Message-out Information

z/OS MVS Programming: Sysplex Services Guide
SA23-1400-00

To obtain information about messages sent by the member with the IXCMSGOX service, specify DATATYPE=MSGOUT. You can request information about messages that are incomplete, completed, or saved. Only one option can be specified.
  • An incomplete message-out request is one for which a send or a response is still pending (MQAMOSSENDPENDING or MQAMOSRESPPENDING bit is set).
  • A completed message-out request is one for which XCF is no longer trying to initiate a send and is no longer waiting for a response (MQAMOSCOMPLETED bit is set). Such a message is eligible for processing by a message notify user routine.
  • A saved message-out request is one that was presented to, and saved by, a message notify user routine (MQAMOSSAVED bit is set).
The system returns data for each of the member's message-out requests that is in the specified state. The data for each message includes a token that identifies the message, user data associated with the message, and the status of the message, including whether XCF had to access user storage asynchronously to the IXCMSGOX request. This data is mapped by the MQAMSGOUTSUMMARY record in IXCYMQAA.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014