$D OUTCLASS(n) - Display output classes

Function

To display output classes.

Syntax

Read syntax diagramSkip visual syntax diagram$DOUTCLASS nn-mm*(,nn*-mm*) Selection limiting keywordsDisplay limiting keywords
Display limiting keywords
Read syntax diagramSkip visual syntax diagram,BLNKTrnc,OUTDisp,OUTPUT,TRKCELL
Selection limiting keywords
Read syntax diagramSkip visual syntax diagram,/BLNKTrnc=^=NoYes,/COMPRESS=^=NoYes,/OUTPUT=^=DUMMYPRINTPUNCH,/TRKCELL=^=NoYes

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.
Start of changeCOMPRESS={No|Yes}End of change
Start of changeSpecifies whether (Yes) or (No) JES2 writes compressed data to data sets in this output class.End of change
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 installation's 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.

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 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.