Once you have completed entering or editing the source statements in a source member, you now need to create module objects using the Create COBOL Module (CRTCBLMOD) command. This command compiles the source statements in the source member into one or more module objects. Each compilation unit in the source member creates a separate module object.
Module objects are the output of the ILE COBOL compiler. They are represented on the system by the type *MODULE. Module objects cannot be run without first being bound into program objects.
For more information on creating module objects using the CRTCBLMOD command, refer to Compiling Source Programs into Module Objects.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.