<!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>Activation Group and Control Flow 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                              -->
<!-- ILE2A SCRIPT A converted by B2H R4.1 (346) (CMS) by NLJONES at  -->
<!-- RCHVMX on 25 Feb 1999 at 10:45:20                               -->
<!-- 031105 JETAYLOR replaced API and/or Exit listings with              -->
<!--                 pagegenerator output from javascript array       -->
<!-- 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>Activation Group and Control Flow APIs</h2>

<p>ILE CEE APIs are provided to manage activation groups and to determine the
control flow of procedures.  The activation group and control flow 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="CEE4ABN.htm">Abnormal End</A> (CEE4ABN) abnormally ends the activation group containing the nearest control boundary.</li>
<li><A HREF="CEE4FCB.htm">Find a Control Boundary</A> (CEE4FCB) searches the call stack for the nearest call stack entry that is a control boundary.</li>
<li><A HREF="CEETREC.htm">Normal End</A> (CEETREC) is used to do a normal ending of the activation group containing the nearest control boundary.</li>
<li><A HREF="CEE4RAGE.htm">Register Activation Group Exit Procedure</A> (CEE4RAGE) is used to register procedures that are called when an activation group ends.</li>
<li><A HREF="CEE4RAGE2.htm">Register Activation Group Exit Procedure 2</A> (CEE4RAGE2) is used to register procedures that are called when an activation group ends (64 bit version of CEE4RAGE).</li>
<li><A HREF="CEERTX.htm">Register Call Stack Entry Termination User Exit Procedure</A> (CEERTX) registers a user-defined procedure that runs when the call stack entry for which it is registered is ended by anything other than a return to the caller.</li>
<li><A HREF="CEEUTX.htm">Unregister Call Stack Entry Termination User Exit Procedure</A> (CEEUTX) is used to unregister a user-defined procedure that was previously registered by the Register Call Stack Entry Termination User Exit Procedure (CEERTX) API.</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>