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

PROCEED

This option determines whether or not processing (by a preprocessor or the compiler) continues depending on the severity of messages issued by previous preprocessors.

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

ABBREVIATIONS: PRO, NPRO

PROCEED
The invocation of preprocessors and the compiler continue despite any messages issued by preprocessors prior to this stage.
NOPROCEED(S)
The invocation of preprocessors and the compiler does not continue if a severe or unrecoverable error is detected in this stage of preprocessing.
NOPROCEED(E)
The invocation of preprocessors and the compiler does not continue if an error, severe error, or unrecoverable error is detected in this stage of preprocessing.
NOPROCEED(W)
The invocation of preprocessors and the compiler does not continue if a warning, error, severe error, or unrecoverable error is detected in this stage of preprocessing.
Rational Developer for System z
PL/I for Windows, Version 8.0, Programming Guide