The COMPILE option causes the compiler to stop compiling after all semantic checking of the source program if it produces a message of a specified severity during preprocessing or semantic checking.
Whether the compiler continues or not depends on the severity of the error detected, as specified by the NOCOMPILE option in the list below. The NOCOMPILE option specifies that processing stops unconditionally after semantic checking.
.-NOCOMPILE--+-------------+-. | | .-S-. | | | '-(--+-W-+--)-' | | '-E-' | >>-+-COMPILE--------------------+------------------------------><
ABBREVIATIONS: C, NC
If the compilation is terminated by the NOCOMPILE option, the cross-reference listing and attribute listing can be produced; the other listings that follow the source program will not be produced.