Figure 1 illustrates the typical steps involved in the development of a runnable program object written in ILE COBOL:
Figure 1. Major Steps in Creating a Runnable ILE COBOL Program Object
Steps 3 and 4 can be accomplished with a single command, CRTBNDCBL. This command creates temporary module objects from the ILE COBOL source program and then creates the program object. Once the program object is created, the module objects are deleted.
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.