z/OS ISPF Planning and Customizing
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Exit 2: ISPF session termination exit

z/OS ISPF Planning and Customizing
GC19-3623-00

This user exit also provides accounting and monitoring capabilities. ISPF invokes routines at this exit after the last logical screen terminates and just before ISPF terminates.

If the ISPF main task terminates abnormally, routines at this user exit are not invoked. You can create an ESTAE exit in the ISPF initialization exit if you want to detect abnormal product termination. However, this applies only to product abnormal termination and not to abends of the logical screen task.

Exit parameters

In addition to the standard exit parameters described in Exit parameter list, the exit routines at this user exit receive these parameters.
ISPF Return Code:
A fullword binary number that contains the value of ZISPFRC as set by the application on the ISPSTART command or by ISPF. See the z/OS ISPF Dialog Developer's Guide and Reference for return codes set by ISPF. Any change made to this parameter by the exit routine is ignored.

Return codes

No return codes are acknowledged at this user exit. ISPF termination continues upon return from the exit routine.

Note: For multiple exit routines, return codes still affect the processing flow.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014