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


Complete Exit

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

XES invokes your complete exit to inform you that a previous IXLCACHE, IXLLIST, or IXLLOCK request that you submitted was processed asynchronously and has completed.

For IXLCACHE and IXLLIST requests, the complete exit is invoked when you specify either:
  • MODE=ASYNCEXIT
  • MODE=SYNCEXIT, which then received a return code IXLRETCODEWARNING and a reason code IXLRSNCODEASYNCH.

For IXLLOCK requests, the complete exit is invoked when you specify MODE=SYNCEXIT. However, if the lock request can be processed synchronously, the MODE keyword is ignored and the request is processed synchronously.

All connected users of a coupling facility structure must provide a complete exit. The COMPLETEXIT keyword of IXLCONN identifies the address of your routine.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014