80 lines
4.1 KiB
HTML
80 lines
4.1 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>COBOL/400 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 -->
|
||
|
<!-- HLL2A SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
||
|
<!-- RCHVMW2 on 1 Feb 1999 at 15:13:58 -->
|
||
|
<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>COBOL/400 APIs</h2>
|
||
|
|
||
|
<p>The OPM and ILE COBOL/400<SUP>(R)</SUP> APIs let you control run units and error
|
||
|
handling.</p>
|
||
|
|
||
|
<p>Refer to <a href="../apiref/apiexusapi.htm">Using COBOL Program to Call
|
||
|
APIs</a> and <a href="../apiref/apiexusapi.htm#HDRCOBSM2">Error Handler for Example COBOL
|
||
|
Program</a> in the API Examples for illustrations of how to use these APIs.</p>
|
||
|
|
||
|
<p>For a description of how to use the ILE COBOL/400 APIs, refer to the chapter
|
||
|
about error and exception handling in the <a href="../books/sc092540.pdf"
|
||
|
target="_blank">WebSphere Development Studio: ILE COBOL Programmer"s Guide</a> <img src="wbpdf.gif" alt="Link to PDF"> book.</p>
|
||
|
|
||
|
<p>The COBOL/400 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="QLRCHGCM.htm">Change COBOL Main Program</A> (QLRCHGCM) lets you create an additional run unit (1) by assigning a different System/36-compatible COBOL, System/38-compatible COBOL, or iSeries OPM COBOL/400 program to serve as a main program.</li>
|
||
|
<li><A HREF="QLNDMPCB.htm">Dump COBOL</A> (QlnDumpCobol) allows you to perform a formatted dump of an ILE COBOL/400 program.</li>
|
||
|
<li><A HREF="QLRRTVCE.htm">Retrieve COBOL Error Handler</A> (QLRRTVCE) allows you to retrieve the name of the current or pending COBOL error-handling program.</li>
|
||
|
<li><A HREF="QLNRTVCE.htm">Retrieve COBOL Error Handler</A> (QlnRtvCobolErrorHandler) allows you to retrieve the procedure pointer of the current COBOL error-handling procedure.</li>
|
||
|
<li><A HREF="QLRSETCE.htm">Set COBOL Error Handler</A> (QLRSETCE) allows you to specify the identity of a COBOL error-handling program.</li>
|
||
|
<li><A HREF="QLNSETCE.htm">Set COBOL Error Handler</A> (QlnSetCobolErrorHandler) allows you to specify the identity of a COBOL error-handling procedure.</li>
|
||
|
</ul>
|
||
|
<!--***************API END PASTE***************-->
|
||
|
|
||
|
<p>The COBOL/400 exit programs 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.-->
|
||
|
<!--***************EXIT PROGRAM BEGIN PASTE***************-->
|
||
|
<ul>
|
||
|
<li><A HREF="XLNERHND.htm">ILE COBOL Error-Handling</A> acts as an error handler for an ILE COBOL\/400 program.</li>
|
||
|
<li><A HREF="XLRSETCE.htm">OPM COBOL Error-Handling</A> acts as an error handler for an OPM COBOL program.</li>
|
||
|
</ul>
|
||
|
<!--***************EXIT PROGRAM 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=
|
||
|
"hll.htm">High-Level Language APIs</a> | <a href="aplist.htm">APIs by
|
||
|
category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|