z/OS TSO/E Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Parameter descriptions for the termination exit

z/OS TSO/E Customization
SA32-0976-00

The termination exit receives the standard exit parameter list. For a description of this parameter list, see TSO/E standard exit parameter list. If you provide an initialization exit, the termination exit is passed the same parameter entries for the new command buffer and exit-to-exit communication word that were passed to the initialization exit.

Figure 1 shows the exit-dependent data that the termination exit receives beginning at offset +36 (decimal) in the parameter list. The parameter entry is described following the figure.

Figure 1. Exit-Dependent data for the EXEC command termination exitExit-Dependent data for the EXEC command termination exit
EXEC Return Code (Parameter Entry 10)
This parameter entry is the return code from the EXEC command processor (either CLIST phase 1 processing or the completion of REXX processing). For information on the return codes from the EXEC command, see .
EXEC Termination Flags (Parameter Entry 11)
This parameter entry is a fullword indicating whether the EXEC command processed a CLIST, a REXX exec, or neither. Possible values for the EXEC termination flags are as follows:
Value (Hex)
Description
X'00000000'
The EXEC command did not process either a CLIST or a REXX exec. Possible reasons are:
  • EXEC processing encountered an error. For example, the EXEC command did not find the CLIST or REXX exec to be executed.
  • The EXEC initialization exit indicated that EXEC processing is to be bypassed.
X'00000001'
The EXEC command processed CLIST phase 1.
X'00000002'
The EXEC command processed a REXX exec.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014