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


$D OUTCLASS(n) - Display output classes

z/OS JES2 Commands
SA32-0990-00

Function

To display output classes.

Syntax

Read syntax diagramSkip visual syntax diagram
>>-$D--OUTCLASS--+--------------------------------------+------->
                 +-nn--+------------+-------------------+   
                 |     '- ---+-mm-+-'                   |   
                 |           '-*--'                     |   
                 |    .-,--------------------------.    |   
                 |    V                            |    |   
                 '-(------+-nn-+--+------------+---+--)-'   
                          '-*--'  '- ---+-mm-+-'            
                                        '-*--'              

>--+---------------------------------+-------------------------->
   '-| Selection limiting keywords |-'   

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

Display limiting keywords

|--+-------------+--+------------+--+-----------+--------------->
   '-,--BLNKTrnc-'  '-,--OUTDisp-'  '-,--OUTPUT-'   

>--+------------+-----------------------------------------------|
   '-,--TRKCELL-'   

Selection limiting keywords

|--+-------------------------------------+---------------------->
   '-,--+---+--BLNKTrnc--+-=--+--+-No--+-'   
        '-/-'            '-^=-'  '-Yes-'     

>--+-------------------------------------+---------------------->
   '-,--+---+--OUTPUT--+-=--+--+-DUMMY-+-'   
        '-/-'          '-^=-'  +-PRINT-+     
                               '-PUNCH-'     

>--+------------------------------------+-----------------------|
   '-,--+---+--TRKCELL--+-=--+--+-No--+-'   
        '-/-'           '-^=-'  '-Yes-'     

Parameters

(nn-mm)
The subscript of the output class(es) (A-Z, 0–9) that are displayed
BLNKTrnc
Specifies whether (Yes) or not (No) JES2 truncates trailing blanks for non-page-mode data sets in this output class.
OUTDisp
Specifies the default output disposition for the SYSOUT data sets in this class, depending on the successful completion of the job.
OUTPUT[=DUMMY|PRINT|PUNCH]
Specifies the installations standard for output classes so that appropriate print and punch accounting can be maintained.
DUMMY
Specifies that JES2 is to process the output class as a dummy data set (the class will still be allocated spool space but will be marked non-printable to JES2).
PRINT
Specifies that the output class is to be printed.
PUNCH
Specifies that the output class is to be punched.
TRKCELL={No|Yes}
Specifies that physical records of each data set of this SYSOUT class are to be specially grouped on the spool volume(s), and are to be read from the spool volume in blocks.

Authority Required

This command requires display authority.

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 response to this command will be a display of information about this member only. You might want to use this command to get information about all members in the MAS. To do so, you can use the MVS™ ROUTE *ALL command to issue this command to all active members (if the JES2 command character is the same on all members). See z/OS MVS System Commands, SA38-0666 for more information on using the ROUTE *ALL command.

Messages

The $HASP842 message is issued in response to this command.

Example

 1   $D OUTCLASS

  $d outclass(a)
  $HASP842 OUTCLASS(A)
  $HASP842 OUTCLASS(A)  OUTPUT=PRINT,BLNKTRNC=YES,OUTDISP=(WRITE
  $HASP842              WRITE),TRKCELL=YES

JES2 provides information about output classes.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014