86 lines
3.9 KiB
HTML
86 lines
3.9 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>Application Development Manager/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 -->
|
|
<!-- HLL1A SCRIPT A converted by B2H R4.1 (346) (CMS) by HOLTJM at -->
|
|
<!-- RCHVMW2 on 1 Feb 1999 at 15:12:42 -->
|
|
<!-- 031111 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>Application Development Manager/400 APIs</h2>
|
|
|
|
<p>
|
|
The Application Development Manager/400 (ADM/400) feature is no longer available as
|
|
of Version 5 Release 3 of iSeries<SUP>(TM)</SUP>.
|
|
However, the Application Development Manager/400 APIs can still be used by applications
|
|
written in high-level programming languages. The Application Development Manager/400 feature
|
|
is not required.
|
|
|
|
<p>The Application Development Manager/400 APIs allow a control language (CL)
|
|
command such as the Build Part (BLDPART) command to determine, for example, the
|
|
includes and external references that were used by certain processors when
|
|
processing a source member. The term <strong>processor</strong> is used in
|
|
these APIs to mean compiler or preprocessor.
|
|
A part can be either a source
|
|
member or an object, such as a file. </p>
|
|
|
|
<p>The Get and Set Status APIs are used to query and initialize the build
|
|
information space that is to contain the Application Development Manager/400
|
|
information. The Write and Read Build Information APIs are used to write or
|
|
read records of build information to and from the space.</p>
|
|
|
|
<p>For additional information, see <a href="hll1c.htm">Using Application
|
|
Development Manager/400 APIs</a>.</p>
|
|
|
|
<p>For information on the different types of records that can be read or written
|
|
using the Application Development Manager/400 APIs, see:</p>
|
|
|
|
<ul>
|
|
<li><a href="hll1a.htm">Record Types</a>
|
|
<li><a href="hll1b.htm">Examples of Records Written</a>
|
|
</ul>
|
|
|
|
<p>The Application Development Manager/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="QLYGETS.htm">Get Space Status</A> (QLYGETS) obtains the status of the space.</li>
|
|
<li><A HREF="QLYRDBI.htm">Read Build Information</A> (QLYRDBI) reads one or more records from the space.</li>
|
|
<li><A HREF="QLYSETS.htm">Set Space Status</A> (QLYSETS) sets the status of the space.</li>
|
|
<li><A HREF="QLYWRTBI.htm">Write Build Information</A> (QLYWRTBI) writes one or more records to the space.</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=
|
|
"hll.htm">High-level Language APIs</a> | <a href="aplist.htm">APIs by
|
|
category</a></td>
|
|
</tr>
|
|
</table>
|
|
</center>
|
|
</body>
|
|
</html>
|
|
|