ILE COBOL Programmer's Guide


Major Steps in Creating a Runnable ILE COBOL Program Object

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

flow chart with steps and CL commands

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.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]