Previous Topic: OMIT Control StatementNext Topic: Examples


Syntax

OMIT ddname pgmname class

where:

ddname

Specifies the name of the DD statement to which the control statement applies.

You can specify an asterisk to indicate that the control statement applies to all DD statements.

pgmname

Specifies the program name, as in the PGM= parameter on the EXEC JCL statements, to which the OMIT control statement applies.

If omitted, the control statement applies to all programs.

You can specify an asterisk to indicate that the control statement applies to all program names.

class

Specifies the SYSOUT class to which the OMIT control statement applies.

If omitted, the control statement applies to all SYSOUT classes.

The OMIT function name can be abbreviated as O.