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


Responding to a Disconnected or Failed Connection Event

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

You can respond to the Disconnected or Failed Connection event either by specifying that XES is to complete its cleanup of the connection or that XES is to complete its cleanup and also release the failed-persistent connection. Specifying that XES is to release the failed-persistent connection implies that you have done whatever recovery processing is necessary for the failed connection. You respond to the event either by setting a return code in IXLYEEPL or by invoking the IXLEERSP macro.

In IXLYEEPL, the return codes are:
IXLRCEVENTEXITRESPONSE
XES is to complete its cleanup of the connection.
IXLRCEVENTEXITRELEASECONN
XES is to complete its cleanup of the contention and also release the failed-persistent connection.
IXLRCEVENTEXITLATERESPONSE
You will respond to the event at a later time using the IXLEERSP macro.
To respond with IXLEERSP, the parameters are:
EVENT=DISCFAILCONN,RELEASECONN=NO,...
XES is to complete its cleanup of the connection.
EVENT=DISCFAILCONN,RELEASECONN=YES,...
XES is to complete its cleanup of the contention and also release the failed-persistent connection.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014