ibm-information-center/dist/eclipse/plugins/i5OS.ic.cl_5.4.0.1/rnmdlo.htm

139 lines
4.5 KiB
HTML
Raw Normal View History

2024-04-02 14:02:31 +00:00
<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Rename Document Library Object (RNMDLO)</title>
<link rel="stylesheet" type="text/css" href="../rzahg/ic.css">
</head>
<body bgcolor="white">
<script language="Javascript" src="../rzahg/synch.js" type="text/javascript"></script>
<a name="RNMDLO.Top_Of_Page"></a>
<h2>Rename Document Library Object (RNMDLO)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#RNMDLO.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RNMDLO.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RNMDLO.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RNMDLO"></a>
<p>The Rename Document Library Object (RNMDLO) command changes the name of a document or folder. You will not be able to change the name if the document or folder is in use.
</p>
<p><b>Restrictions:</b>
</p>
<ul>
<li>You must have all (*ALL) authority to the document or folder being renamed and must have change (*CHANGE) authority to the folder containing it.
</li>
<li>While using this command, you may encounter an error message indicating that internal objects are locked. Another user is using the document library functions which cannot run at the same time as the RNMDLO command; therefore, retry this command in a few minutes.
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#RNMDLO.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RNMDLO.PARAMETERS.TABLE">Parameters</a></h3>
<table border="1" cellpadding="4" cellspacing="0">
<!-- col1="10" col2="15" col3="30" col4="10" -->
<tr>
<th bgcolor="aqua" valign="bottom" align="left">Keyword</th>
<th bgcolor="aqua" valign="bottom" align="left">Description</th>
<th bgcolor="aqua" valign="bottom" align="left">Choices</th>
<th bgcolor="aqua" valign="bottom" align="left">Notes</th>
</tr>
<tr>
<td valign="top"><a href="#RNMDLO.DLO"><b>DLO</b></a></td>
<td valign="top">Document library object</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#RNMDLO.NEWDLO"><b>NEWDLO</b></a></td>
<td valign="top">New document library object</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#RNMDLO.FLR"><b>FLR</b></a></td>
<td valign="top">In folder</td>
<td valign="top"><i>Character value</i>, <b><u>*NONE</u></b></td>
<td valign="top">Optional, Positional 3</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RNMDLO.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RNMDLO.DLO"></a>
<h3>Document library object (DLO)</h3>
<p>Specifies the name of the document or folder that is being renamed.
</p>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RNMDLO.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="RNMDLO.NEWDLO"></a>
<h3>New document library object (NEWDLO)</h3>
<p>Specifies the new name for the document or folder.
</p>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RNMDLO.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="RNMDLO.FLR"></a>
<h3>In folder (FLR)</h3>
<p>Specifies the name of the folder that contains the document or folder being renamed.
</p>
<dl>
<dt><b><u>*NONE</u></b></dt>
<dd>The folder being renamed is a first-level folder. *NONE cannot be specified if the object being renamed is a document.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the folder that contains the document or folder being renamed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RNMDLO.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RNMDLO.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
RNMDLO DLO(A) NEWDLO(B) FLR(FLR1)
</pre>
</p>
<p>This command changes the name of document or folder A located in folder FLR1, to B.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RNMDLO.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RNMDLO.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF8A14</b></dt>
<dd>&amp;2 of type &amp;4 not renamed to &amp;3 in folder &amp;1.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RNMDLO.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>