Rational Developer for System z
PL/I for Windows, Version 7.6, Programming Guide

COMPILE

This option specifies that execution of the code generation stage depends on the severity of messages issued prior to this stage of processing.

Read syntax diagramSkip visual syntax diagram   .-COMPILE--------------------.
>>-+-NOCOMPILE--+-------------+-+------------------------------><
                |    .-S-.    |
                '-(--+-E-+--)-'
                     '-W-'
 

ABBREVIATIONS: NC, C

NOCOMPILE
Compilation halts unconditionally after semantic checking.
NOCOMPILE(S)
Compilation halts if a severe or unrecoverable error is detected.
NOCOMPILE(E)
Compilation halts if an error, severe error, or unrecoverable error is detected.
NOCOMPILE(W)
Compilation halts if a warning, error, severe error, or unrecoverable error is detected.
COMPILE
Equivalent to NOCOMPILE(S).

If the compilation is terminated by the NOCOMPILE option, whether or not listings are produced depends on when the compilation stopped. For example, cross-reference and attribute listings should be produced with the NOCOMPILE option, but an error might occur during semantic checking that stops those listings from being produced.


Terms of use | Feedback

This information center is powered by Eclipse technology. (http://www.eclipse.org)