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


$D SRVCLASS(name) - Display JES2 information for the specified service class

z/OS JES2 Commands
SA32-0990-00

Function

To display a permanent or dynamic JES2 service class element.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--SRVCLASS--(srvclass)------------------------------------->

>--+--------------------------------+--+----------------------------------+-><
   '-| Display limiting keywords: |-'  '-| Selection limiting keywords: |-'   

Display limiting keywords:

|--+-------+--+------------------------------------------+------>
   '-,QAFF-'  |                        .-,----------.    |   
              |                        V            |    |   
              '-,--COUNTs(name)--=--(----+-INITs--+-+--)-'   
                                         +-ACTIVE-+          
                                         '-TARGET-'          

>--+-------+--+--------------------------------------+---------->
   '-,LONG-'  |                    .-,----------.    |   
              |                    V            |    |   
              '-,--MASCOUNT--=--(----+-INITs--+-+--)-'   
                                     '-ACTIVE-'          

>--+-------+----------------------------------------------------|
   '-,TYPE-'   

Selection limiting keywords

|--+--------------------------------+--------------------------->
   '-,--+---+--QAFF--+-=--+--sysaff-'   
        '-/-'        '-^=-'             

>--+----------------------------------------------------------------------------+--|
   |                               .-,-------------------------------------.    |   
   |                               V                                       |    |   
   '-,--+---+--COUNTs(name)--=--(----+-+---+--INITs--+-=--+----count-----+-+--)-'   
        '-/-'                        | '-/-'         +-^=-+              |          
                                     |               +->--+              |          
                                     |               '-<--'              |          
                                     +-+---+--QAFF--+-=--+----sysaff-----+          
                                     | '-/-'        +-^=-+               |          
                                     |              +->--+               |          
                                     |              '-<--'               |          
                                     '-+---+--TARGET--+-=--+----target---'          
                                       '-/-'          +-^=-+                        
                                                      +->--+                        
                                                      '-<--'                        

Parameters

QAFF=sysaff
Displays which members a particular service class is active on.
COUNTs(member)=INITs|ACTIVE|TARGET
Displays the current number of WLM initiators, executing jobs, and target execution count for the specified member. JES2 only displays the COUNTs keyword if explicitly requested or when LONG is specified.
LONG
Displays additional information about service classes.
MASCOUNT=
Displays the current number of WLM initiator and executing jobs in the MAS.
TYPE=
Displays whether the service class is dynamic or permanent.

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

MAS-wide. This command displays information about the entire MAS.

Messages

$HASP889

Example

$D SRV(DISCRETN),LONG

SRVCLASS(DISCRETN) QAFF=(ANY),TYPE=DYNAMIC, 
COUNTS(M031)=(INITS=1,ACTIVE=1, 
TARGET=*),MASCOUNT=(INITS=1, 
ACTIVE=1) 

$D SRV(DISCRETN)

SRVCLASS(DISCRETN) QAFF=(ANY),TYPE=DYNAMIC, 
MASCOUNT=(INITS=1,ACTIVE=1) 

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014