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


Specify additional response information

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

The server can optionally include additional information with the response message. For some client/server applications, this information could constitute the entire response message. The following keywords can be specified:
  • RESPRETCODE and RESPRSNCODE
  • SUPPLIEDLEVEL and SUPPORTSLEVEL

The values specified for these keywords are presented to the client when it invokes IXCRECV to receive the response. The interpretation of these values is determined by the client/server application. Use the RESPRETCODE and RESPRSNCODE keywords to specify a return and reason code indicating the result of the processing of the request. If not specified, the values presented to the client will be zero.

The SUPPORTSLEVEL and SUPPLIEDLEVEL keywords are intended for use when responding to requests where the client might have specified the RESPONSELEVEL keyword when sending the request. The intended purpose of these keywords is to enable the client/server application to easily support a protocol that allows different levels of data to be returned by the server.

For example, a client could specify RESPONSELEVEL=0 to request summary information and RESPONSELEVEL=1 to request detailed information. When sending the response, the server can specify SUPPLIEDLEVEL to indicate the level of data that it provided in the response and SUPPORTSLEVEL to indicate the highest level of data that it could have provided.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014