WARNING = level
The WARNING option specifies the amount of debugging information the Help compiler is to report.
level
Specifies the warning level. This parameter may be one of the following values:
Value | Meaning |
1 | Report only the most severe errors. |
2 | Report an intermediate number of errors. |
3 | Report all errors and warnings. |
The following example specifies an intermediate level of error reporting:
[OPTIONS]
WARNING=2
[OPTIONS], REPORT