This option specifies whether to display library text embedded by the COPY statement in a source program list (COPY) or not (NOCOPY). The COPY statement is valid only if the SOURCE compile option is specified.
Item | Description | |
---|---|---|
Library text output option | Specifies whether to display library text. The default is NOCOPY. | |
COPY | Displays library text. | |
NOCOPY | Does not display library text. |
Note
COPY is only effective when the compiler option SOURCE is specified.