ILE C/C++ Programmer's Guide


Calling Programs

When you call a program, the OS/400 system locates the corresponding executable code and performs the instructions found in the program.

Note:
Only programs can run independently. Service programs or other bound procedures must be called from a program that requires their services.

There are several ways to call a program:


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