DISPLAY GROUPS command

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

>--+----------------------------------+------------------------->
   |                              (1) |   
   '-,--ID--=--+-name-----------+-----'   
               |    .-,----.    |         
               |    V      |    |         
               '-(----name-+--)-'         

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

   .-,--SCOPE--=--ALL---------------.   
>--+--------------------------------+--------------------------><
   |              .-ALL-----------. |   
   '-,--SCOPE--=--+---------------+-'   
                  '-+-----------+-'     
                    +-ACT-------+       
                    +-ACTONLY---+       
                    +-ALL-------+       
                    +-INACT-----+       
                    +-INACTONLY-+       
                    +-PENDING---+       
                    '-RESET-----'       

Notes:
  1. Depending on the value of the DSPLYWLD start option, wildcard values can be used for this operand.

Abbreviations

Operand Abbreviation
DISPLAY D
SCOPE=ACT ACT or A
SCOPE=ACTONLY ACTONLY
SCOPE=ALL EVERY or E
SCOPE=INACT INACT or I
SCOPE=INACTONLY INACTONL
SCOPE=PENDING PEND
SCOPE=RESET RESET

When using an abbreviation in place of an operand, code the abbreviation exactly as shown in the table. For example, when coding the abbreviation for SCOPE=ALL, code only EVERY or E. Do not code SCOPE=E.

Purpose

The DISPLAY GROUPS command provides information about line groups.

Note: To display line groups independently of the major nodes that contain them, use the DISPLAY RSCLIST command with IDTYPE=GROUPS.

Operands

ID=name
Specifies the name of one or more active NCP, channel-attachment, or XCA major nodes whose subordinate line groups are to be displayed.

Depending on the value of the DSPLYWLD start option, wildcard values can be used for this operand. For more information about using wildcards, see Using wildcard names.

Attention: Specifying a wildcard name might degrade performance because VTAM® checks every NCP, channel-attachment, and XCA major node in the network.
MAX
Specifies the maximum number of line groups 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 line groups that VTAM displays for this command. The valid range is 1–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 line groups are found than you have specified on MAX, VTAM displays only the line groups that are found.

SCOPE
Specifies the required scope of the display.
Note: If you specify the SCOPE operand without specifying a value SCOPE=ALL is assumed.
SCOPE=ACT
Specifies that information is to be displayed about all active, pending, and connectable line groups within the specified major nodes (or within all NCP, channel-attachment, and XCA major nodes if the ID operand is omitted). If this display is undesirably large, you can use SCOPE=ACTONLY to further limit the display.
SCOPE=ACTONLY
Specifies that information is to be displayed about all line groups in an active state within the specified major nodes (or within all NCP, channel-attachment, and XCA major nodes if the ID operand is omitted). The display does not include line groups in pending or connectable states. If no line groups are found in an active state, you can use SCOPE=ACT to broaden the scope of the display to include those in active, connectable, and pending states.
SCOPE=ALL
Specifies that information is to be displayed about all line groups (regardless of status) within the specified major nodes (or within all NCP, channel-attachment, and XCA major nodes if the ID operand is omitted).
SCOPE=INACT
Specifies that information is to be displayed about all inactive line groups within the specified major nodes (or within all NCP, channel-attachment, and XCA major nodes if the ID operand is omitted). If this display is undesirably large, you can use SCOPE=INACTONLY or SCOPE=RESET to further limit the display.
SCOPE=INACTONLY
Specifies that information is to be displayed about all inactive line groups within the specified major nodes (or within all major nodes if the ID operand is omitted). Resources in a RESET state are not included in the SCOPE=INACTONLY display.
SCOPE=PENDING
Specifies that information is to be displayed about all pending line groups within the specified major nodes (or within all NCP, channel-attachment, and XCA major nodes if the ID operand is omitted). A pending state is a transient state to or from the fully active state.
SCOPE=RESET
Specifies that information is to be displayed about all line groups in a RESET state within the specified major nodes (or within all NCP, channel-attachment, and XCA major nodes if the ID operand is omitted).

Resulting display

The resulting display lists the group's major node with its type and status, and the name, type, and status of each line group subordinate to the major node.

Examples

Displaying all line groups:
d net,groups
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = GROUPS
IST089I ISTPUS   TYPE = PU T4/5          , ACTIV
IST089I ISTGROUP TYPE = LINE GROUP       , ACTIV
IST089I A0462ZC  TYPE = PU T4/5          , ACTIV
IST089I A04LBNNB TYPE = LINE GROUP       , ACTIV
IST089I A04XNPAX TYPE = LINE GROUP       , ACTIV
IST089I A04DBNNS TYPE = LINE GROUP       , ACTIV
IST089I A04LBNNS TYPE = LINE GROUP       , ACTIV
IST089I A04GPRI  TYPE = LINE GROUP       , ACTIV
IST089I A04GSEC  TYPE = LINE GROUP       , ACTIV
IST089I A04LINNS TYPE = LINE GROUP       , ACTIV
IST089I A04BPGRP TYPE = LINE GROUP       , ACTIV
IST089I A04BLG1  TYPE = LINE GROUP       , ACTIV
IST089I A04BLG2  TYPE = LINE GROUP       , ACTIV
IST089I A04XCA0  TYPE = LINE GROUP       , ACTIV
IST089I C2362ZC  TYPE = PU T4/5          , ACTIV
IST172I NO GROUPS EXIST
IST314I END
Displaying line groups within a specific major node:
d net,groups,id=a0362zc
IST097I DISPLAY  ACCEPTED
IST350I DISPLAY TYPE = GROUPS
IST089I A0362ZC  TYPE = PU T4/5          , ACTIV
IST089I A03LBNNB TYPE = LINE GROUP       , ACTIV
IST089I A03XNPAX TYPE = LINE GROUP       , ACTIV
IST089I A03L56KP TYPE = LINE GROUP       , ACTIV
IST089I A03LBNNS TYPE = LINE GROUP       , ACTIV
IST089I A03FID2  TYPE = LINE GROUP       , ACTIV
IST089I A03BPGRP TYPE = LINE GROUP       , ACTIV
IST089I A03BLG1  TYPE = LINE GROUP       , ACTIV
IST089I A03BLG2  TYPE = LINE GROUP       , ACTIV
IST089I A03XCA0  TYPE = LINE GROUP       , ACTIV
IST314I END
Displaying line groups, limiting output to three resources:
d net,groups,max=3
IST097I DISPLAY ACCEPTED
IST350I DISPLAY TYPE = GROUPS
IST089I ISTPUS   TYPE = PU T4/5          , ACTIV
IST089I ISTGROUP TYPE = LINE GROUP       , ACTIV
IST089I NCP3AA1  TYPE = PU T4/5          , PCTD1
IST089I GRP3A1   TYPE = LINE GROUP       , NEVAC
IST089I GRP3A6   TYPE = LINE GROUP       , NEVAC
IST1315I DISPLAY TRUNCATED AT MAX = 3
IST1454I 3 RESOURCE(S) DISPLAYED
IST314I END