Syntax
REPORT=on/off
The REPORT option displays messages on the screen during the build. These messages indicate when the compiler is performing the different phases of the build, including scanning the file for compression, compiling the file, verifying context strings, and resolving jumps, keywords, and browse sequences.
Parameters
on/off
Specifies whether the compiler should display messages on the screen during the build.
Comments
Unlike the ERRORLOG option, messages displayed by using the REPORT option are not written to a file.
Example
The following example illustrates this option:
REPORT=ON
See Also
[OPTIONS] Section, WARNING Option