ILE C/C++ Programmer's Guide

ILE Program Creation

ILE program creation consists of:

  1. Compiling source code into modules
  2. Binding (combining) one or more modules into a program object.

You can create and maintain multi-language programs because you can combine modules from any ILE language.

Figure 1 shows the process of creating an ILE program through compiler and binder invocation.

Figure 1. Program Creation in ILE



xcpugf5
Note:
Once a program is created, you can update it by using the Update Program (UPDPGM) or Update Service Program (UPDSRVPGM) command. These commands are useful because you only need to have the new or changed modules available when you want to update the program.


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