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


Summary of IXCRECV function

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

Table 1 summarizes the functions and keywords for IXCRECV:

Table 1. Functions and keywords for IXCRECV
IXCRECV function IXCRECV keyword
Information about the message to be processed MSGTOKEN to identify the message token that the corresponding IXCSEND macro returns.
Information about the message data that the service routine is to provide when the receive request is for status information only.

RECEIVE=STATUS to ask for status information from the service routine.

Information about the message data that the service routine is to provide when the receive request is for response data associated with the message.

RECEIVE=RESPONSES to ask for response data of the associated message from the service routine.

ANSAREA and ANSLEN to indicate where XCF is to store the status metadata and the storage buffer length of the area.

NODATA to indicate that the response data is not to be stored.

DATAAREA and DATALEN to indicate where XCF is to store the response data and the storage buffer length of the area.

DATADESC, #DATADESC, LENDDENTRY, and BIND that identify the storage buffers where XCF is to store the response data, the number of data descriptors, the length of each entry in the data descriptor table, and the bind option that indicates how XCF is to associate the data descriptors to the response data.

MSGSTGKEY to contain the storage key to use when storing the response data into areas described by DATADESC.

SCOPE=ALL to indicate that all results are to be gathered.

REQTYPE=BLOCKING to indicate that the caller is to be suspended until all expected results are available..

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014