75 lines
3.7 KiB
HTML
75 lines
3.7 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>Condition Management 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 -->
|
|
<!-- ILE3A SCRIPT A converted by B2H R4.1 (346) (CMS) by NLJONES at -->
|
|
<!-- RCHVMX on 8 Mar 1999 at 11:01:18 -->
|
|
<!-- 031112 JETAYLOR replaced API and/or Exit listings with -->
|
|
<!-- pagegenerator output from javascript array -->
|
|
<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>Condition Management APIs</h2>
|
|
|
|
<p>ILE condition management APIs allow you to handle errors independent of
|
|
high-level language-specific error handling. </p>
|
|
|
|
<p>See <a href="ile3a2.htm">Using Condition Management APIs</a> for information on:</p>
|
|
|
|
<ul>
|
|
<li>how conditions are represented.</li>
|
|
|
|
<li>condition token layout.</li>
|
|
|
|
<li>condition token testing.</li>
|
|
</ul>
|
|
|
|
<p>The condition management APIs are:</p>
|
|
<!-- ***** NOTE ***** Do not manually update text or links in this section. -->
|
|
<!-- Updates made in this section *will* be overlaid by automated tools -->
|
|
<!-- Notify User Technologies of needed updates to be made in XML for API finder.-->
|
|
<!--***************API BEGIN PASTE***************-->
|
|
<ul>
|
|
<li><A HREF="CEENCOD.htm">Construct a Condition Token</A> (CEENCOD) is used to dynamically construct a 12-byte condition token.</li>
|
|
<li><A HREF="CEEDCOD.htm">Decompose a Condition Token</A> (CEEDCOD) returns the individual elements of an existing condition token.</li>
|
|
<li><A HREF="CEE4HC.htm">Handle a Condition</A> (CEE4HC) handles a specified condition and, optionally, logs the condition.</li>
|
|
<li><A HREF="CEEMRCR.htm">Move the Resume Cursor to a Return Point</A> (CEEMRCR) moves the resume cursor to a return point relative to the current handle cursor.</li>
|
|
<li><A HREF="CEEHDLR.htm">Register a User-Written Condition Handler</A> (CEEHDLR) registers a user-written condition handler for the current call stack entry.</li>
|
|
<li><A HREF="CEEGPID.htm">Retrieve ILE Version and Platform ID</A> (CEEGPID) retrieves the ILE version ID and the platform (that is, operating system) ID. The IDs are those currently in use for processing the active condition.</li>
|
|
<li><A HREF="CEE4RIN.htm">Return the Relative Invocation Number</A> (CEE4RIN) retrieves the relative invocation number of an invocation pointer, and returns it in rel_inv.</li>
|
|
<li><A HREF="CEESGL.htm">Signal a Condition</A> (CEESGL) signals or resignals a condition to the ILE condition manager.</li>
|
|
<li><A HREF="CEEHDLU.htm">Unregister a User-Written Condition Handler</A> (CEEHDLU) unregisters a user-written condition handler for the current call stack entry.</li>
|
|
</ul>
|
|
<!--***************API END PASTE***************-->
|
|
<br>
|
|
|
|
<hr>
|
|
<center>
|
|
<table cellpadding="2" cellspacing="2">
|
|
<tr align="center">
|
|
<td valign="middle" align="center">
|
|
<a href="#Top_Of_Page">Top</a> |
|
|
<a href="ile1a1.htm">ILE CEE APIs</a> |
|
|
<a href="aplist.htm">APIs by category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|