z/OS TSO/E Customization
Previous topic | Next topic | Contents | Contact z/OS | Library | PDF


Modifying JES initialization statements

z/OS TSO/E Customization
SA32-0976-00

If your installation has JES2 installed:
  • Specify OUTPUT=YES on the TSUCLASS and STCCLASS JES2 initialization statements to specify that SYSOUT data is to be written for jobs executed in time sharing classes. JES2 treats a file submitted by TRANSMIT processing as an output data set. Unless the SYSOUT data set can be written to a spool device, TRANSMIT does not work.
    TSUCLASS OUTPUT=YES, …
    STCCLASS OUTPUT=YES, …
  • Include a JES2 OUTCLASS initialization statement to specify the output class for punched output:
    OUTCLASS(v) OUTPUT=PUNCH, …
    The value you specify for OUTCLASS(v) should be identical to the value specified on either:
    • The SPOOLCL parameter on the TRANSREC statement in PARMLIB member IKJTSOxx
    • The INMXPARM CSECT

    Refer to and for additional JES2 initialization statements and for installation exits that can affect punch card output limits.

If your installation has JES3 installed:
  • Include a JES3 SYSOUT initialization statement to specify that the output class is to be punched:
    SYSOUT, CLASS=outclass,TYPE=PUNCH, …
    The value you specify for the SYSOUT class should be identical to the value specified on either:
    • The SPOOLCL parameter on the TRANSREC statement in PARMLIB member IKJTSOxx
    • The INMXPARM CSECT

    Refer to and for additional JES3 initialization statements and for installation exits than can affect punched card output limits.

Go to the previous page Go to the next page




Copyright IBM Corporation 1990, 2014