z/OS JES2 Commands
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


$D CLASSGRP - Display class groups

z/OS JES2 Commands
SA32-0990-00

Start of change

Function

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

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--CLASSGRP - 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, SA32-0991.

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
End of change

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014