ILE C/C++ Programmer's Guide
ILE program creation consists of:
- Compiling source code into modules
- 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
- 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 ]
(C) Copyright IBM Corporation 1992, 2005. All Rights Reserved.