Rational Developer for System z
Enterprise COBOL for z/OS, Version 4.1, Language Reference


CBL (PROCESS) statement

With the CBL (PROCESS) statement, you can specify compiler options to be used in the compilation of the program. The CBL (PROCESS) statement is placed before the identification division header of an outermost program.

Read syntax diagramSkip visual syntax diagram
Format

>>-+-CBL-----+--+--------------+-------------------------------><
   '-PROCESS-'  '-options-list-'   

options-list
A series of one or more compiler options, each one separated by a comma or a space.

For more information about compiler options, see the Enterprise COBOL Programming Guide.

The CBL (PROCESS) statement can be preceded by a sequence number in columns 1 through 6. The first character of the sequence number must be numeric, and CBL or PROCESS can begin in column 8 or after; if a sequence number is not specified, CBL or PROCESS can begin in column 1 or after.

The CBL (PROCESS) statement must end before or at column 72, and options cannot be continued across multiple CBL (PROCESS) statements. However, you can use more than one CBL (PROCESS) statement. Multiple CBL (PROCESS) statements must follow one another with no intervening statements of any other type.

The CBL (PROCESS) statement must be placed before any comment lines or other compiler-directing statements.


Terms of use | Feedback

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