cobcmp - Compile System
cobcmp [-A|-O][-lobdnB] productline [systemcode...]
Compile all COBOL programs in a system code or product line. For more information, see Doc for Developers: Application Development Workbench.
| Program Option | Description | 
|---|---|
A | 
            If the product line is in staged mode, compile programs to the stage directory. | 
O | 
            If the product line is in staged mode, compile programs and store the objects in the runtime production environment. | 
l | 
            Build compile listing. | 
o | 
            Compile online programs. | 
b | 
            Compile batch programs. | 
d | 
            Do not use compile queue. | 
n | 
            Do not compile .sr and .or. | 
B | 
            Runs the Bismark utility for all PDLIB files. The Bismark utility creates an intermediate version of the source file that is used in the compilation process. |