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


Exit 13: ISPF service end exit

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

You can use this user exit to mark the termination of ISPF dialog services invoked through the ISPLINK or ISPEXEC interfaces.

If a severe error occurs causing a logical screen abend, ISPF does not give control to the exit routines at this user exit. You can also stack exit routines at the logical screen end user exit to ensure that service termination is correctly recorded.

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 ignores any changes the exit routines make to the parameters.
servname
An 8-character field containing the name of the ISPF or PDF service being invoked. The name is left-justified within the field.
Flags
4 bytes of bit flags defined as follows:
0
1 = ISPF service 0 = PDF service
1-31
Reserved.

Return codes

No return codes are acknowledged at this user exit. When this exit returns to ISPF, normal processing continues.
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