ibm-information-center/dist/eclipse/plugins/i5OS.ic.apiref_5.4.0.1/genericlibname.htm

129 lines
5.3 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="reference" />
<meta name="DC.Title" content="Generic library names" />
<meta name="abstract" content="These special values refer to i5/OS libraries, and you can often use them in API calls in place of specific library names." />
<meta name="description" content="These special values refer to i5/OS libraries, and you can often use them in API calls in place of specific library names." />
<meta name="DC.Relation" scheme="URI" content="concept.htm" />
<meta name="DC.Relation" scheme="URI" content="../rzaiu/rzaiurzaiu116.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="genericlibname" />
<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>Generic library names</title>
</head>
<body id="genericlibname"><a name="genericlibname"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Generic library names</h1>
<div><p>These special values refer to i5/OS™ libraries, and you can often use
them in API calls in place of specific library names.</p>
<div class="section"><dl><dt class="dlterm">*ALL.</dt>
<dd>All libraries, including the QSYS library.</dd>
<dt class="dlterm" id="genericlibname__allusr"><a name="genericlibname__allusr"><!-- --></a>*ALLUSR.</dt>
<dd>All user-defined libraries with names that do not begin with the letter
Q. Although the following libraries with names that begin with the letter
Q are provided by IBM<sup>®</sup>, they typically contain user data that changes frequently.
Therefore, these libraries are also considered user libraries:
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><tbody><tr><td valign="top"><p>QDSNX<br />
QGPL<br />
QGPL38<br />
QMGTC <br />
QMGTC2 <br />
QMPGDATA<br />
QMQMDATA<br />
QMQMPROC<br />
QPFRDATA<br />
QRCL<br />
QRCLxxxxx</p>
</td>
<td valign="top"> <p>QSRVAGT <br />
QSYS2<br />
QSYS2xxxxx<br />
QS36F<br />
QUSER38<br />
QUSRADSM<br />
QUSRBRM<br />
QUSRDIRCL<br />
QUSRDIRDB<br />
QUSRIJS<br />
QUSRINFSKR</p>
</td>
<td valign="top"><p>QUSRNOTES<br />
QUSROND<br />
QUSRPOSGS<br />
QUSRPOSSA<br />
QUSRPYMSVR<br />
QUSRRDARS<br />
QUSRSYS<br />
QUSRVI<br />
QUSRVxRxMx</p>
</td>
</tr>
</tbody>
</table>
</div>
<p>*ALLUSR <em>excludes</em> System/36™ libraries that have names
starting with the symbol # and that do not contain user data. Those libraries
are:</p>
<div class="tablenoborder"><table cellpadding="4" cellspacing="0" summary="" frame="border" border="1" rules="all"><tbody><tr><td valign="top"><p>#CGULIB<br />
#COBLIB<br />
#DFULIB<br />
#DSULIB</p>
</td>
<td valign="top"><p>#RPGLIB<br />
#SDALIB<br />
#SEULIB</p>
</td>
<td valign="top">&nbsp;</td>
</tr>
</tbody>
</table>
</div>
<p>'xxxxx' is the number of a primary auxiliary storage pool (ASP).</p>
<p>A
different library name, in the format QUSRVxRxMx, can be created by the user
for each previous release supported by IBM to contain any user commands to be compiled
in a CL program for the previous release. For the QUSRVxRxMx user library,
VxRxMx is the version, release, and modification level of a previous release
that IBM continues
to support.</p>
<p>For more information about QUSRVxRxMx libraries or the *ALLUSR
special value, see Special values for the SAVLIB command in the Information
Center.</p>
</dd>
</dl>
<dl><dt class="dlterm">*CURLIB.</dt>
<dd>The job's current library. If no current library is specified for the
job, the QGPL library is used.</dd>
<dt class="dlterm">*LIBL.</dt>
<dd>The user and system portions of the job's library list.</dd>
<dt class="dlterm">*USRLIBL.</dt>
<dd>The user portion of the job's library list.</dd>
</dl>
</div>
</div>
<div>
<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="../rzaiu/rzaiurzaiu116.htm">Special values for the SAVLIB command</a></div>
</div>
</div>
</body>
</html>