The PROCESS statement can be placed at the beginning of each compilation unit in the sequence of ILE COBOL source programs in the input source member. When compiling multiple ILE COBOL source programs, the merged results of all options specified on the CRTCBLMOD or CRTBNDCBL command, plus all default options, plus the options specified on the last PROCESS statement preceding the ILE COBOL source program will be in effect for the compilation of that ILE COBOL source program. All compiler output is directed to the destinations specified by the CRTCBLMOD or CRTBNDCBL command.
All module objects or program objects are stored in the library specified on the MODULE parameter or PGM parameter. If module-name or program-name is specified for the MODULE parameter or PGM parameter, the first module object or program object corresponding to the first ILE COBOL source program in the sequence of ILE COBOL source programs use that name, and all module objects or program objects corresponding to the other ILE COBOL source programs in the same input source member use the name specified in the PROGRAM-ID paragraph in the ILE COBOL source program.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.