DISPLAY EXIT command

Read syntax diagramSkip visual syntax diagram
                             .-,--ID--=--*-------------.   
>>-DISPLAY-- --NET--,--EXIT--+-------------------------+-------->
                             '-,--ID--=--+-*---------+-'   
                                         '-exit_name-'     

   .-,--MAX--=--DSPLYDEF_start_option_value-.   
>--+----------------------------------------+------------------><
   '-,--MAX--=--+-*-------------------+-----'   
                '-number_of_resources-'         

Abbreviations

Operand Abbreviation
DISPLAY D

Purpose

The DISPLAY EXIT command displays the name, exit level, module name, and status of installation-wide exit routines.

Operands

ID
Specifies which installation-wide exit routine to display.
ID=exit_name
Specifies one of the following installation-wide exit routines:
ISTCMMND
Command verification exit routine
ISTEXCAA
Session management exit routine
ISTEXCCS
Configuration services XID exit routine
ISTEXCDM
Directory services management exit routine
ISTEXCGR
Generic resource resolution exit routine
ISTEXCPM
Performance monitor exit routine
ISTEXCSD
Selection of definitions for dependent logical units (SDDLU) exit routine
ISTEXCUV
USERVAR exit routine
ISTEXCVR
Virtual route selection exit routine
ID=*
Specifies all installation-wide exit routines.
MAX
Specifies the maximum number of installation-wide exit routines that VTAM® displays for this command.
MAX=*
Specifies that the value of the DSPLYMAX start option is used to limit the display output.
MAX=number_of_resources
Specifies the number of installation-wide exit routines to display for this command. The valid range is 1 to the value of DSPLYMAX. The default is the value specified for the DSPLYDEF start option.

Specifying MAX limits the display output. VTAM searches only for the number of instances that you have specified. When that number is found, VTAM does not search any further. This saves processing time for the command and gives you control over the amount of display output generated by the command. If fewer installation-wide exit routines are found than you have specified on MAX, VTAM displays only the installation-wide exit routines that are found.

Resulting display

The resulting display shows the exit routine name, the exit level, the module name for the exit, and the status of the exit at the time the command was issued.

If ISTEXCAA is specified on the ID operand and the exit is active, the resulting display also shows the active functions of the session management exit routine.

Note: For ISTEXCPM, the base exit instance is always displayed regardless of its status, and is displayed before any multiple exit. Multiple exit instances are not displayed if they are inactive.

See the z/OS Communications Server: SNA Customization for information about the exit level.

Examples

Displaying all installation-wide exit routines:
d net,exit
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = EXIT
IST1250I NAME     LEVEL    MODULE      STATUS
IST1251I ISTCMMND ***NA***             INACTIVE
IST1251I ISTEXCUV ***NA*** ISTEXCUV    ACTIVE
IST1251I ISTEXCCS ***NA*** ISTEXCCS    ACTIVE
IST1251I ISTEXCSD ***NA*** ISTEXCSD    ACTIVE
IST1251I ISTEXCAA ***NA***             INACTIVE
IST1251I ISTEXCVR ***NA***             INACTIVE
IST1251I ISTEXCPM ***NA***             INACTIVE
IST1251I ISTEXCDM ***NA***             INACTIVE
IST1251I ISTEXCGR ***NA*** ISTEXCGR    ACTIVE
IST1454I 9 EXIT(S) DISPLAYED
IST314I END
Displaying the ISTEXCPM installation-wide exit routine:
d net,exit,id=istexcpm
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = EXIT
IST1250I NAME     LEVEL    MODULE      STATUS
IST1251I ISTEXCPM ***NA***             INACTIVE
IST1251I ISTEXCPM ***NA*** P1          ACTIVE
IST1251I ISTEXCPM ***NA*** P2          ACTIVE
IST1251I ISTEXCPM ***NA*** P3          ACTIVE
IST1454I 4 EXIT(S) DISPLAYED
IST314I END
Displaying the ISTEXCAA installation-wide exit routine:
d net,exit,id=istexcaa
IST097I DISPLAY ACCEPTED                                            
IST350I DISPLAY TYPE = EXIT                                         
IST1250I NAME     LEVEL    MODULE      STATUS                       
IST1251I ISTEXCAA ***NA*** ISTEXCAA    ACTIVE                       
IST199I OPTIONS = BEGIN INITAUTH SECAUTH ACCTING GWPATH END XRF     
IST199I OPTIONS = ADJSSCP ADJ_DSRL INITA_IO ALIAS ALS ALS_DSRL      
IST199I OPTIONS = ALS_CDRS MNPS HPRVRSEL HPRP_OLU HPRP_ANR HPRP_DLU 
IST1454I 1 EXIT(S) DISPLAYED                                        
IST314I END