ibm-information-center/dist/eclipse/plugins/i5OS.ic.ifs_5.4.0.1/rzaaxqdlspath.htm

67 lines
3.9 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<?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 QDLS file system" />
<meta name="abstract" content="Each component of the path name can consist of just a name." />
<meta name="description" content="Each component of the path name can consist of just a name." />
<meta name="DC.subject" content="path name, use in QDLS file system" />
<meta name="keywords" content="path name, use in QDLS file system" />
<meta name="DC.Relation" scheme="URI" content="rzaaxdocfs.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="rzaaxqdlspath" />
<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 QDLS file system</title>
</head>
<body id="rzaaxqdlspath"><a name="rzaaxqdlspath"><!-- --></a>
<!-- Java sync-link --><script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<h1 class="topictitle1">Path names in the QDLS file system</h1>
<div><p>Each component of the path name can consist of just a name.</p>
<div class="section"><ul><li>For example: <pre> /QDLS/FLR1/DOC1</pre>
or a name
plus an extension (similar to a DOS file extension), such as: <pre> /QDLS/FLR1/DOC1.TXT</pre>
</li>
<li>The name in each component can be up to 8 characters long, and the extension
(if any) can be up to 3 characters long. The maximum length of the path name
is 82 characters, assuming an absolute path name that begins with <samp class="codeph">/QDLS</samp>.</li>
<li>The directory hierarchy within QDLS can be 32 levels deep. If / and QDLS
are included as the first two levels, the directory hierarchy can be 34 levels
deep.</li>
<li>The characters in names are converted to the code page of the job when
the names are stored unless data area Q0DEC500 has been created in the QUSRSYS
library. If this data area exists, then the characters in names are converted
to code page 500 when the names are stored. This function provides compatibility
with the behavior of the QDLS file system in previous releases. A name may
be rejected if it cannot be converted to the appropriate code page. <p>For
more information about code pages, see the <a href="../nls/rbagsglobalmain.htm">i5/OS™ globalization</a> topic
in the iSeries™ Information
Center.</p>
</li>
</ul>
</div>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="rzaaxdocfs.htm" title="The QDLS file system supports the folders structure. It provides access to documents and folders.">Document library services file system (QDLS)</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>