Previous Topic

Next Topic

Book Contents

Book Index

SYSOUT: Post–Processing Parameter

Controls handling of job output after the job ended OK.

Note: SYSOUT and DO SYSOUT statements are similar, but not identical. The differences are outlined below in Differences between SYSOUT and DO SYSOUT.

Figure 316 SYSOUT Parameter Format

Optional. SYSOUT consists of the subparameters described in Table 220.

Table 220 SYSOUT Subparameters

Subparameter

Description

OP

Sysout option code. Mandatory. Valid values are:

  • F – Copy the job output to file.
  • D – Delete (purge) the job output.
  • R – Release the job output.
  • C – Change the class of the job output.
  • N – Change the destination of the job output.

sysout_data

Relevant sysout data. Mandatory and valid only if the specified OP value is F, C, or N. Valid values depend on the OP value, as follows:

  • F – File name
  • C – New class (1 character). An asterisk (*) indicates the original MSGCLASS of the job
  • N – New destination (1 through 8 characters)

FROM

FROM class. Optional. Limits the sysout handling operation to only those sysouts from the specified class.

Note: If a FROM class is not specified, all sysout classes are treated as a single, whole unit.

Parent Topic

Job Production Parameters