Library /sys$common/syshlp/helplib.hlb  —  DTM  SHOW  GROUP
   Displays the contents of one or more groups.

   Format

     SHOW GROUP  group-expression [/qualifier...]

1  –  Command Qualifiers

1.1    /BRIEF

   Lists the group name only. You cannot specify both the /CONTENTS
   and /BRIEF qualifiers with the same command.

1.2    /CONTENTS

   /CONTENTS[=n]
   /CONTENTS[=ALL]
   /NOCONTENTS

   Displays the name of each group and the names of all test
   descriptions and groups that are contained in the specified
   groups. The default is /CONTENTS=1.

   The /CONTENTS=n qualifier displays this information for n levels
   of groups within each specified group. If n is greater than one,
   all nested groups for n levels are expanded and displayed.

   The /CONTENTS=ALL qualifier displays this information for all
   groups within each group. The /NOCONTENTS qualifier displays the
   group names only.

1.3    /FULL

   Displays the same output as the /CONTENTS=ALL qualifier.

1.4    /INTERMEDIATE

   Lists the group name and any remark added during the creation,
   modification, or copying of the group. This is the default.

1.5    /MEMBER

   Lists the groups of which the specified groups are members.

1.6    /OUTPUT

   /OUTPUT[=file-specification]

   Sends the requested information to the specified file. If you
   specify the file name but omit the file type, the file type
   defaults to .LIS. The output is sent to SYS$OUTPUT.

2  –  Example

   DTM> SHOW GROUP/CONTENTS=ALL MARGINS
   Groups in Digital Test Manager Library DISK$USER01:[PROJECT.DTMLIB]

   MARGINS  "test of margin commands"
       LEFTMARGINS/GROUP
       LMTEST1
       LMTEST2
       RIGHTMARGINS/GROUP
       RMTEST1
       RMTEST2
       TEST1
   DTM>

   This example displays the contents of the MARGINS group.
   Because /CONTENTS=ALL is specified, each group, test
   description, and remark is listed.
Close Help