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


Changing a Message Destination

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

The message destination is determined by the following parameters on the IXZXIXSM macro:
  • XCF member name (MEMBER= parameter)
  • Mailbox name (MBOXNAME= parameter).

By changing either of these names, you can redirect the message to its appropriate destination. That is, to change the MEMBER= specification, change XIT01_DXCFMEMBER in IXZ$XPL. To change the MBOXNAME= specification, change XIT01_DXCFMAILBOX in IXZ$XPL. Note that the message cannot be routed outside this JES XCF group; communication is limited to intra-group communication only.

Once exit IXZXIT01 makes the address change, it also must set the message destination change flag, XIT01_DEST_UP, in IXZ$XPL to inform JES XCF that the address is changed, and thus direct JES XCF to use the new address.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014