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


Overview of IXCSEND

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

The following summarizes the use of IXCSEND in a typical client/server message exchange:

  1. A client invokes IXCSEND SENDTO=SERVER to send a request to one or more instances of a server.
  2. On each target system, XCF presents a copy of the request to a suitable server instance for processing.
  3. A server processes the request and responds by invoking IXCSEND with SENDTO=ORIGINATOR to send the request results back to the client.

For information on how the client invokes IXCRECV to receive the results of the request that it sends, see Using the IXCRECV macro. The invoker of IXCSEND can specify the USERDATA keyword to pass user defined data to the work unit that invokes IXCRECV.

All senders must indicate the following on IXCSEND:
In addition, there are considerations and keywords unique to the type of message being sent.

RETMSGTOKEN specifies a storage area where XCF is to store a token that identifies the message. The token is required for use with other XCF client/server interfaces and the XCF message control service (IXCMSGC)

For details on specific IXCSEND keywords, see z/OS MVS Programming: Sysplex Services Reference.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014