86 lines
3.3 KiB
HTML
86 lines
3.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<meta name="Copyright" content="Copyright (c) 2006 by IBM Corporation">
|
|
<title>ILE CEE APIs</title>
|
|
<!-- Begin Header Records ========================================= -->
|
|
<!-- All rights reserved. Licensed Materials Property of IBM -->
|
|
<!-- US Government Users Restricted Rights -->
|
|
<!-- Use, duplication or disclosure restricted by -->
|
|
<!-- GSA ADP Schedule Contract with IBM Corp. -->
|
|
<!-- Change History: -->
|
|
<!-- YYMMDD USERID Change description -->
|
|
<!-- ILE1A SCRIPT A converted by B2H R4.1 (346) (CMS) by NLJONES at -->
|
|
<!-- RCHVMX on 25 Feb 1999 at 10:33:07 -->
|
|
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
|
|
</head>
|
|
<body>
|
|
<!-- End Header Records -->
|
|
<!-- Java sync-link -->
|
|
<script type="text/javascript" language="Javascript" src="../rzahg/synch.js">
|
|
</script>
|
|
|
|
|
|
|
|
<h2>ILE CEE APIs</h2>
|
|
|
|
<p>The Integrated Language Environment<sup>(R)</sup> (ILE) architecture on the
|
|
i5/OS<sup>(TM)</sup> operating system provides a set of bindable application
|
|
programming interfaces (APIs) known as ILE CEE APIs. In some cases, they provide
|
|
additional function beyond that provided by a specific high-level language. For
|
|
example, not all high-level languages (HLL) 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.</p>
|
|
|
|
<p>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.</p>
|
|
|
|
<p>The ILE CEE APIs provide a wide-range of functional areas including:</p>
|
|
|
|
<ul>
|
|
<li><a href="ile2a1TOC.htm">Activation Group and Control Flow APIs</a></li>
|
|
|
|
<li><a href="ile3a1TOC.htm">Condition Management APIs</a></li>
|
|
|
|
<li><a href="ile4a1TOC.htm">Date and Time APIs</a></li>
|
|
|
|
<li><a href="ile5a1TOC.htm">Math APIs</a></li>
|
|
|
|
<li><a href="ile6a1TOC.htm">Message Services APIs</a></li>
|
|
|
|
<li><a href="ile7a1TOC.htm">Program or Procedure Call APIs</a></li>
|
|
|
|
<li><a href="ile8a1TOC.htm">Storage Management APIs</a></li>
|
|
</ul>
|
|
|
|
<p>For more information about using ILE CEE APIs, see the following
|
|
sections:</p>
|
|
|
|
<ul>
|
|
<li><a href="ile1a2.htm">ILE CEE API Calling and Naming
|
|
Conventions</a></li>
|
|
|
|
<li><a href="ile1a4.htm">Data Type Definitions of ILE CEE</a></li>
|
|
|
|
<li><a href="ile1a5.htm">Omitting Parameters in ILE CEE</a></li>
|
|
|
|
<li><a href="ile1a6.htm">i5/OS Messages and the ILE CEE API Feedback
|
|
Code</a></li>
|
|
</ul>
|
|
|
|
<hr>
|
|
<table align="center" cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|