79 lines
5.5 KiB
HTML
79 lines
5.5 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE html
|
|
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
|
<html lang="en-us" xml:lang="en-us">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="security" content="public" />
|
|
<meta name="Robots" content="index,follow" />
|
|
<meta http-equiv="PICS-Label" content='(PICS-1.1 "http://www.icra.org/ratingsv02.html" l gen true r (cz 1 lz 1 nz 1 oz 1 vz 1) "http://www.rsac.org/ratingsv01.html" l gen true r (n 0 s 0 v 0 l 0) "http://www.classify.org/safesurf/" l gen true r (SS~~000 1))' />
|
|
<meta name="DC.Type" content="concept" />
|
|
<meta name="DC.Title" content="List APIs overview" />
|
|
<meta name="abstract" content="List APIs return a list unique to a given API. The section discusses the characteristics of a list API and provides information that you should be aware of when you use list APIs." />
|
|
<meta name="description" content="List APIs return a list unique to a given API. The section discusses the characteristics of a list API and provides information that you should be aware of when you use list APIs." />
|
|
<meta name="DC.Relation" scheme="URI" content="concept.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="listGeneral.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="listUserSpace.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="listRPG.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="listILECL.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="listILEC.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="listILERPG.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="listCOBOL.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="../apis/qsylobjp.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="usf.htm" />
|
|
<meta name="DC.Relation" scheme="URI" content="cmnKeysRPG.htm" />
|
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1998, 2006" />
|
|
<meta name="DC.Format" content="XHTML" />
|
|
<meta name="DC.Identifier" content="listOverview" />
|
|
<meta name="DC.Language" content="en-us" />
|
|
<!-- 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. -->
|
|
<link rel="stylesheet" type="text/css" href="./ibmdita.css" />
|
|
<link rel="stylesheet" type="text/css" href="./ic.css" />
|
|
<title>List APIs overview</title>
|
|
</head>
|
|
<body id="listOverview"><a name="listOverview"><!-- --></a>
|
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
|
<h1 class="topictitle1">List APIs overview</h1>
|
|
<div><p>List APIs return a list unique to a given API. The section discusses
|
|
the characteristics of a list API and provides information that you should
|
|
be aware of when you use list APIs.</p>
|
|
<p>The List Objects That Adopt Owner Authority (QSYLOBJP) API is referred
|
|
to throughout this chapter.</p>
|
|
<p>List APIs return information to a user space. List APIs generally have
|
|
a user space parameter that uses a general (or common) data structure. You
|
|
must use the general data structure to get at the information placed in the
|
|
user space by the list API.</p>
|
|
</div>
|
|
<div>
|
|
<ul class="ullinks">
|
|
<li class="ulchildlink"><strong><a href="listGeneral.htm">List Object API general data structure</a></strong><br />
|
|
Describes some of the more important fields that comprise the general data structure.</li>
|
|
<li class="ulchildlink"><strong><a href="listUserSpace.htm">User spaces for list APIs</a></strong><br />
|
|
The list APIs require a user space for returning information.</li>
|
|
<li class="ulchildlink"><strong><a href="listRPG.htm">Example in RPG: List Object API</a></strong><br />
|
|
This example program prints a report that shows all objects that adopt owner authority.</li>
|
|
<li class="ulchildlink"><strong><a href="listILECL.htm">Example in ILE CL: List Object API</a></strong><br />
|
|
The example program prints a report that shows all objects that adopt owner authority.</li>
|
|
<li class="ulchildlink"><strong><a href="listILEC.htm">Example in ILE C: List Object API</a></strong><br />
|
|
The example program prints a report that shows all objects that adopt owner authority.</li>
|
|
<li class="ulchildlink"><strong><a href="listILERPG.htm">Example in ILE RPG: List Object API</a></strong><br />
|
|
The example program prints a report that shows all objects that adopt owner authority.</li>
|
|
<li class="ulchildlink"><strong><a href="listCOBOL.htm">Example in ILE COBOL: List Object API</a></strong><br />
|
|
The example program prints a report that shows all objects that adopt owner authority.</li>
|
|
</ul>
|
|
|
|
<div class="familylinks">
|
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="concept.htm" title="Describes the underlying concepts that you need to understand to work effectively with APIs. Among the concepts covered are basic concepts, programming considerations, and terminology.">API concepts</a></div>
|
|
</div>
|
|
<div class="relref"><strong>Related reference</strong><br />
|
|
<div><a href="../apis/qsylobjp.htm">List Objects That Adopt Owner Authority (QSYLOBJP)</a></div>
|
|
<div><a href="usf.htm" title="List APIs require a user space for returning information. A user space is an object consisting of a collection of bytes that can be used for storing any user-defined information.">User spaces</a></div>
|
|
<div><a href="cmnKeysRPG.htm" title="This example shows the steps necessary to process keyed output from an API.">Example in OPM RPG: Using keys with List Spooled Files API</a></div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |