Use the COMPILE option only if you want to force full compilation even in the presence of serious errors. All diagnostics and object code will be generated. Do not try to run the object code if the compilation resulted in serious errors: the results could be unpredictable or an abnormal termination could occur.
| COMPILE option syntax |
|---|
|
Default is: NOCOMPILE(S)
Abbreviations are: C|NOC
Use NOCOMPILE without any suboption to request a syntax check (only diagnostics produced, no object code).
Use NOCOMPILE with W, E, or S for conditional full compilation. Full compilation (diagnosis and object code) will stop when the compiler finds an error of the level you specify (or higher), and only syntax checking will continue.
If you request an unconditional NOCOMPILE, the following options have no effect because no object code will be produced:
related references
Messages and listings for compiler-detected errors