71 lines
4.1 KiB
HTML
71 lines
4.1 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="Path names in the QSYS.LIB file system" />
|
||
|
<meta name="abstract" content="Each component of the path name must contain the object name followed by the object type of the object." />
|
||
|
<meta name="description" content="Each component of the path name must contain the object name followed by the object type of the object." />
|
||
|
<meta name="DC.subject" content="path name, use in QSYS.LIB file system" />
|
||
|
<meta name="keywords" content="path name, use in QSYS.LIB file system" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaaxlibfs.htm" />
|
||
|
<meta name="DC.Relation" scheme="URI" content="rzaaxpath.htm" />
|
||
|
<meta name="copyright" content="(C) Copyright IBM Corporation 1999, 2006" />
|
||
|
<meta name="DC.Rights.Owner" content="(C) Copyright IBM Corporation 1999, 2006" />
|
||
|
<meta name="DC.Format" content="XHTML" />
|
||
|
<meta name="DC.Identifier" content="rzaaxlibpath" />
|
||
|
<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>Path names in the QSYS.LIB file system</title>
|
||
|
</head>
|
||
|
<body id="rzaaxlibpath"><a name="rzaaxlibpath"><!-- --></a>
|
||
|
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
|
||
|
<h1 class="topictitle1">Path names in the QSYS.LIB file system</h1>
|
||
|
<div><p>Each component of the path name must contain the object name followed
|
||
|
by the object type of the object.</p>
|
||
|
<div class="section"><ul><li>For example: <pre> /QSYS.LIB/QGPL.LIB/PRT1.OUTQ
|
||
|
|
||
|
/QSYS.LIB/EMP.LIB/PAY.FILE/TAX.MBR </pre>
|
||
|
<p>The object name and
|
||
|
object type are separated by a period (.). Objects in a library can have the
|
||
|
same name if they are different object types, so the object type must be specified
|
||
|
to uniquely identify the object.</p>
|
||
|
</li>
|
||
|
<li>The object name in each component can be up to 10 characters long, and
|
||
|
the object type can be up to 6 characters long.</li>
|
||
|
<li>The directory hierarchy within QSYS.LIB can be either two or three levels
|
||
|
deep (two or three components in the path name), depending on the type of
|
||
|
object being accessed. If the object is a database file, the hierarchy can
|
||
|
contain three levels (library, file, member); otherwise, there can be only
|
||
|
two levels (library, object). The combination of the length of each component
|
||
|
name and the number of directory levels determines the maximum length of the
|
||
|
path name. <p>If "root" (/) and QSYS.LIB are included as the first two levels,
|
||
|
the directory hierarchy for QSYS.LIB can be up to five levels deep.</p>
|
||
|
</li>
|
||
|
<li>The characters in names are converted to CCSID 37 when the names are stored.
|
||
|
Quoted names, however, are stored using the CCSID of the job. <p>For more
|
||
|
information about CCSID, see the <a href="../nls/rbagsglobalmain.htm">i5/OS™ globalization</a> topic.</p>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
</div>
|
||
|
<div>
|
||
|
<div class="familylinks">
|
||
|
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaaxlibfs.htm" title="The QSYS.LIB file system supports the iSeries server library structure.">Library file system (QSYS.LIB)</a></div>
|
||
|
</div>
|
||
|
<div class="relconcepts"><strong>Related concepts</strong><br />
|
||
|
<div><a href="rzaaxpath.htm" title="A path name (also called a pathname on some systems) tells the server how to locate an object.">Path name</a></div>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|