Previous Topic

Next Topic

Book Contents

Book Index

General Information

ON CLASS processes outputs (sysouts) of previous steps in the current job. For Control-M/Analyzer to process these sysouts, the output must be in HELD state and FREE=CLOSE must be specified in the DD statement that created the output.

See the Control-M/Analyzer chapter of the INCONTROL for z/OS Installation Guide for a discussion of HELD sysout processing under JES3.

ON CLASS selects all outputs with a class that matches one of the specified classes. A maximum of eight classes may be specified by listing them one after the other.

ON CLASS accepts additional subparameters that further limit the selection of sysouts from the specified classes. Valid subparameters are shown in Table 253.

Table 253 ON CLASS Additional Subparameters

Subparameter

Description

EXTWTR

Only sysouts from the specified EXTWTR of a specified CLASS are processed.

DEST

Only sysouts for the specified DEST of a specified CLASS are processed.

FORM

Only sysouts for the specified FORM of a specified CLASS are processed.

Control-M/Analyzer AutoEdit and Local variables can be embedded in the CLASS, EXTWTR, DEST, and FORM parameters. The variables are resolved (replaced) at time of rule execution. For additional information on AutoEdit processing, see Chapter 3, "Control-M/Analyzer Variables."

Parent Topic

ON CLASS: Data Selection Statement