The PROCESS statement is an optional part of the COBOL source program. It lets you specify options that you would normally specify at compilation time.
Options specified in the PROCESS statement override the corresponding options specified in the CRTCBLMOD or CRTBNDCBL CL command.
The format of the PROCESS statement is as follows:
PROCESS Statement - Format
.----------.
V |
>>-PROCESS----option-1-+--+---+--------------------------------><
'-.-'
Related Information:
(C) Copyright IBM Corporation 1992, 2006. All Rights Reserved.