z/OS MVS Programming: JES Common Coupling Services
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Discontinuing a Request to Send a Multi-Segment Message

z/OS MVS Programming: JES Common Coupling Services
SA23-1387-00

One final type of message indicates that all previous segments of a multi-segment were sent in error. If, after you have sent one or more segments of a multi-segment message, and realize that you need to discontinue the send request for any reason, you can do so by specifying SEGTYPE=ABORT on the next message segment sent with the IXZXIXSM macro. This segment also can be a null segment if you specify SEGTYPE=ABORT. The message, or null statement, is sent and timestamped, and the receiver returns an acknowledgement. However, it is likely that the receiver will immediately recognize this as "junk mail" and discard the message, although that is not necessary. The message must be received and acknowledged as the receiver processes any other message prior to being discarded. An aborted message is indicated by the ABORT_SEGMENT flag set on in the message envelope (mapped by IXZYIXEN) for both the first and last segments.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014