ILE CEE APIs

The Integrated Language Environment® (ILE) architecture on the IBM® i operating system provides a set of bindable APIs known as ILE CEE APIs. In some cases, they provide additional functions beyond those provided by a specific high-level language (HLL). For example, not all HLLs offer intrinsic means to manipulate dynamic storage. In these cases, you can supplement an HLL function by using appropriate ILE CEE APIs. If your HLL provides the same function as a particular ILE CEE API, use the HLL-specific one.

The ILE CEE APIs are useful for mixed-language applications because they are HLL independent. For example, if you use only condition management ILE CEE APIs with a mixed-language application, you will have uniform condition handling semantics for that application. This uniformity can make condition management easier than when using multiple HLL-specific condition handling models.

The ILE CEE APIs provide a wide range of functional areas:

For more information about using the ILE CEE APIs, see the following sections:


[ Back to top | APIs by category ]