This example shows you how to use the CRTPGM command to bind the module objects A, B, and C into the program object named ABC. The module object, which has the PEP and UEP for the program object, is the module object named on the ENTMOD parameter.
All external references should be resolved for the CRTPGM command to bind multiple modules into a program object. References to the ILE COBOL runtime functions are resolved as they are automatically bound into any program object containing ILE COBOL module objects.
CRTPGM PGM(ABC) MODULE(A B C) ENTMOD(*FIRST) DETAIL(*FULL)
and press Enter.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.