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


Information Passed to the Complete Exit

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

When the complete exit gains control, it receives the following information about the IXLLIST request and its outcome in the complete exit parameter list (CMPL), mapped by the IXLYCMPL macro:
CMPLCONTOKEN
The IXLLIST invoker's connect token.
CMPLCONNAME
The IXLLIST invoker's connect name.
CMPLCONDATA
Connect-time data you specified when you issued the IXLCONN macro to connect to the list structure. The use of this optional field is user defined. One possibility is to store a pointer to your connection's control structure.
CMPLLIST
Indicates the complete exit received control as a result of an IXLLIST request.
CMPLREBUILD
Indicates whether the target list structure was being rebuilt. When a list structure is being rebuilt, there is an interval in which the new structure and the old structure can both be the target of an IXLLIST request.
0
The target list structure was not being rebuilt or, if so, the target list structure was the original structure.
1
The target list structure was being rebuilt, and the target list structure was the new list structure.
CMPLRETCODE
Return code from IXLLIST request. Return code values are defined in the IXLYCON macro.
CMPLRSNCODE
Reason code from IXLLIST request. Reason code values are defined in the IXLYCON macro.
CMPLREQDATA
Information provided to the complete exit by the issuer of the IXLLIST request. The use of this optional field is user defined. It is intended to allow you to identify the particular request that has completed processing. One possibility is to store the address and ALET of an area containing the parameters specified on the IXLLIST request or other information that identifies the request.
CMPLANSAREAALET
Answer area ALET.
CMPLANSAREA@
Answer area address. The answer area is mapped by the IXLYLAA macro.
See z/OS® MVS™ Data Areas in the z/OS Internet library for listings of the IXLYCMPL, IXLYLAA, and IXLYCON mapping macros.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014