$D CLASSGRP - Display class groups

Function

Displays information about class groups that have been created by the GROUP= keyword.

Syntax

Read syntax diagramSkip visual syntax diagram$DCLASSGRP  group_list

Parameters

group_list
Specifies one or more comma-separated 1-8 character group list names to display information about. Wildcard characters are accepted.

Authority Required

This command requires display authority. The description of the $T RDRnn command explains how to ensure that the authority of the appropriate MVS™ system command group is assigned.

This command requires read security access authority. For a description of assigning command input authority, see z/OS JES2 Initialization and Tuning Guide.

Scope

Single member. The values supplied for this command will be in effect for this member only.

Examples

There are two groups (AAAGRP1 and AAAGRP2) on the system. AAAGRP1 contains one class (AAACLS1). AAAGRP2 contains two classes (AAACLS2 and AAACLS21):
$D CLASSGRP                                  
   $HASP816 CLASSGRP(AAAGRP1)   AAACLS1      
   $HASP816 CLASSGRP(AAAGRP2)   AAACLS2,AAACLS21
           
$D CLASSGRP(*)                               
   $HASP816 CLASSGRP(AAAGRP1)   AAACLS1      
   $HASP816 CLASSGRP(AAAGRP2)   AAACLS2,AAACLS21
           
$D CLASSGRP(AAAGRP2)                         
   $HASP816 CLASSGRP(AAAGRP2)   AAACLS2,AAACLS21

$D CLASSGRP(AAAGRP1,AAAGRP2)                 
   $HASP816 CLASSGRP(AAAGRP1)   AAACLS1      
   $HASP816 CLASSGRP(AAAGRP2)   AAACLS2,AAACLS21

$D CLASSGRP(AAAGRP*)                         
   $HASP816 CLASSGRP(AAAGRP1)   AAACLS1      
   $HASP816 CLASSGRP(AAAGRP2)   AAACLS2,AAACLS21