72 lines
4.4 KiB
HTML
72 lines
4.4 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>File Information 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. -->
|
||
|
<!-- 030218 JETAYLOR new for V5R3 -->
|
||
|
<!-- 030918 JETAYLOR replaced API and/or Exit listings with -->
|
||
|
<!-- pagegenerator output from javascript array -->
|
||
|
<!-- 031106 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 language="Javascript" src="../rzahg/synch.js" type="text/javascript">
|
||
|
</script>
|
||
|
|
||
|
|
||
|
<h2>File Information APIs</h2>
|
||
|
|
||
|
<p>See the <a href="../dm/rbal3kickoff.htm">Database file management</a> topic for
|
||
|
information about traditional file management functions that
|
||
|
your application uses in creating and accessing data on the server and in ensuring
|
||
|
the integrity of the data. File management is the part of the operating system that
|
||
|
controls the storing and accessing of traditional file objects
|
||
|
(*FILE objects in the QSYS.LIB library) on the server.</p>
|
||
|
|
||
|
<p>The file information 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="quslmbr.htm">List Database File Members</A> (QUSLMBR) generates a list of database file members and places the list in a user space.</li>
|
||
|
<li><A HREF="qdbldbr.htm">List Database Relations</A> (QDBLDBR) provides information on how files and members are related to a specified database file.</li>
|
||
|
<li><A HREF="quslfld.htm">List Fields</A> (QUSLFLD) generates a list of fields within a specified file record format name.</li>
|
||
|
<li><A HREF="qdmlopnf.htm">List Open Files</A> (QDMLOPNF) generates a list of *FILE objects that currently are open in the job or that were opened by the thread that is specified in the job identification information input parameter.</li>
|
||
|
<li><A HREF="quslrcd.htm">List Record Formats</A> (QUSLRCD) generates a list of record formats contained within a specified file.</li>
|
||
|
<li><A HREF="qdbrtvfd.htm">Retrieve Database File Description</A> (QDBRTVFD) provides complete and specific information about a file on a local or remote system.</li>
|
||
|
<li><A HREF="qdfrtvfd.htm">Retrieve Display File Description</A> (QDFRTVFD) allows you to get specific information about the data description specifications (DDS) definition used to create a display file.</li>
|
||
|
<li><A HREF="qdmrtvfo.htm">Retrieve File Override Information</A> (QDMRTVFO) returns the name of the file, library, member, and final type of override that result from processing overrides for a specified file name.</li>
|
||
|
<li><A HREF="qdbrjbrl.htm">Retrieve Job Record Locks</A> (QDBRJBRL) lets you generate a list of record locks that a specific job or thread is holding or for which it is waiting.</li>
|
||
|
<li><A HREF="qusrmbrd.htm">Retrieve Member Description</A> (QUSRMBRD) returns specific information about a single database file member.</li>
|
||
|
<li><A HREF="qdbrrcdl.htm">Retrieve Record Locks</A> (QDBRRCDL) lets you generate a list of jobs that are either waiting for or holding a specific record lock.</li>
|
||
|
<li><A HREF="qdbrtvsn.htm">Retrieve Short Name</A> (QDBRTVSN) allows you to get the 10-character name of a database file by requesting the long file name of the database file.</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= "file1.htm">Database and File APIs</a> |<a href=
|
||
|
"aplist.htm">APIs by category</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
</center>
|
||
|
</body>
|
||
|
</html>
|
||
|
|