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


Using the IXCRECV macro

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

Use the IXCRECV macro to receive the results of a message that was sent using IXCSEND. Most typically, IXCRECV is used by a client to receive the response messages sent by a server in reply to a request. Less typically, IXCRECV is used by a server to determine whether XCF has sent its reply message to the client. IXCRECV has two modes of operation, blocking and non-blocking. A blocking receive will not return to the caller until the subject message is complete. A message is complete, for example, when all of the expected responses have arrived. A non-blocking receive immediately returns to the caller with an indication of whether the subject message is complete.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014