DISPLAY APINGDTP command

Read syntax diagramSkip visual syntax diagram
>>-DISPLAY-- --NET--,--APINGDTP--------------------------------->

   .-,--LIST--=--ONLY------------------------------------------------.   
>--+-----------------------------------------------------------------+-><
   |                    .-,--MAX--=--DSPLYDEF_start_option_value-.   |   
   '-,--LIST--=--+-ALL--+----------------------------------------+-+-'   
                 |      '-,--MAX--=--+-*------------------+------' |     
                 |                   '-number_of_sessions-'        |     
                 +-COUNT-------------------------------------------+     
                 '-ONLY--------------------------------------------'     

Purpose

The DISPLAY APINGDTP command displays the number of APINGD transaction programs permitted to run concurrently for responding to APING requests from other nodes, and optionally shows session information for active APINGD instances.

Operands

LIST
Specifies the level of detail to display.
LIST=ALL
Specifies that the partner LU name and Session Identifier for active sessions associated with all APINGD instances should be displayed.
LIST=COUNT
Specifies that only the instance limit and the number of active sessions should be displayed.
LIST=ONLY
Specifies that only the instance limit should be displayed.
MAX
Specifies the maximum number of sessions 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_sessions
Specifies the number of sessions to display for this command. The valid range is 1 through 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 sessions are found than you have specified on MAX, VTAM displays only the sessions that are found.

Resulting display

The resulting VTAM display shows the number of APINGD transaction programs permitted to run concurrently for responding to APING requests from other nodes, and optionally shows session information for active APINGD instances.

Examples

Displaying the number of transaction programs permitted to run concurrently:
d net,apingdtp
IST097I DISPLAY ACCEPTED
IST1474I APINGD TP CONCURRENT INSTANCE LIMIT = 10
Displaying the number of transaction programs permitted to run concurrently and the number of sessions for all active instances:
d net,apingdtp,list=count
IST097I DISPLAY ACCEPTED
IST1474I APINGD TP CONCURRENT INSTANCE LIMIT = 10
IST1870I APINGD HAS 3 ACTIVE SESSIONS
IST314I END
Displaying the number of transaction programs permitted to run concurrently and the session information for all active instances:
d net,apingdtp,list=all
IST097I DISPLAY ACCEPTED
IST1474I APINGD TP CONCURRENT INSTANCE LIMIT = 10
IST1870I APINGD HAS 3 ACTIVE SESSIONS
IST1888I OLU = NETA.SSCP1A SID = EAABEEC3710FD9E7
IST1888I OLU = NETA.SSCP2A SID = EAABEEC3710FD9E8
IST1888I OLU = NETA.SSCPAA SID = EAABEEC3710FD9E9
IST314I END