Start of change

SUPPRESS

Use the NOSUPPRESS option to ignore the SUPPRESS phrase of all COPY statements in a program so that copybook information can appear in the listing. The copybook information can be used by debuggers, tools, and so on, without users needing to modify their source code.

SUPPRESS option syntax

Read syntax diagramSkip visual syntax diagramSUPPRESSNOSUPPRESS

Default is: SUPPRESS

Abbreviations are: SUPP|NOSUPP

NOSUPPRESS
Ignores the SUPPRESS phrase of COPY statements.
SUPPRESS
Enables the SUPPRESS phrase of COPY statements.
End of change