Rational Developer for System z
Enterprise PL/I for z/OS, Version 3.8, Programming Guide

PROCESS

The PROCESS option determines if *PROCESS statements are allowed and, if they are allowed, if they are written to the MDECK file.

Read syntax diagramSkip visual syntax diagram     .-PROCESS--+------------------+-.
     |          |    .-DELETE-.    | |
     |          '-(--+-KEEP---+--)-' |
>>-+-+-------------------------------+-+-----------------------><
   '-NOPROCESS-------------------------'
 

Under the NOPROCESS option, the compiler will flag any *PROCESS statement with an E-level message.

Under the PROCESS(KEEP) option, the compiler will not flag *PROCESS statements, and the compiler will retain any *PROCESS statements in the MDECK output.

Under the PROCESS(DELETE) option, the compiler will not flag *PROCESS statements, but the compiler will not retain any *PROCESS statements in the MDECK output.


Terms of use | Feedback

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