LIST | NOLIST
Valid for
Extract, Replicat
Description
Use LIST
and NOLIST
to control whether the macros of a macro library are listed in the report file. Listing can be turned on and off by placing the LIST
or NOLIST
parameters within the parameter file or within the macro library file. Using NOLIST
reduces the size of the report file.
Default
LIST
Syntax
LIST | NOLIST
Example
In the following example, NOLIST
excludes the macros in the macro library from being listed in the report. Using LIST
after the INCLUDE
statement restores normal listing for subsequent macros.
NOLIST INCLUDEmacro_library
LIST INCLUDEmacro_library