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

542 lines
22 KiB
HTML

<!doctype html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head><META http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Move Object (MOVOBJ)</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="MOVOBJ.Top_Of_Page"></a>
<h2>Move Object (MOVOBJ)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>All environments (*ALL)<br>
<b>Threadsafe: </b>Yes
</td>
<td valign="top" align="right">
<a href="#MOVOBJ.PARAMETERS.TABLE">Parameters</a><br>
<a href="#MOVOBJ.COMMAND.EXAMPLES">Examples</a><br>
<a href="#MOVOBJ.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="MOVOBJ"></a>
<p>The Move Object (MOVOBJ) command removes an object from its currently assigned library and places it in a different library. The save and restore information is removed from the object description.
</p>
<p>
<b>Note: </b>The value of the <b>Create authority (CRTAUT)</b> parameter specified on the Create Library (CRTLIB) command for the to-library is not used. The ownership and public and private authorities of the object remain the same.
</p>
<p>When the object type of the object to be moved is an object type which can be journaled, the existence and content of a data area named QDFTJRN in the to-library will determine whether or not journaling is started for the object. With the exception noted below in the considerations for moving an object from QTEMP to a primary or secondary ASP, if the object was journaled in the from-library, it will continue to be journaled in the to-library.
</p>
<p>
<b>Note: </b>For additional information regarding journaling, see the Journal Management information in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter.
</p>
<p><b>Restrictions:</b>
</p>
<ol>
<li>For an object other than a *FILE object, you must have:
<ul>
<li>object management (*OBJMGT) authority for the object which is to be moved,
</li>
<li>delete (*DELETE) and read (*READ) authorities for the library from which the object is to be moved, and
</li>
<li>add (*ADD) and read (*READ) authorities for the library to which the object is to be moved.
</li>
</ul>
</li>
<li>For a *FILE object, you must have:
<ul>
<li>object management (*OBJMGT) and object operational (*OBJOPR) authority for the object which is to be moved,
</li>
<li>delete (*DELETE), add (*ADD), and execute (*EXECUTE) authorities for the library from which the object is to be moved, and
</li>
<li>add (*ADD) and read (*READ) authorities for the library to which the object is to be moved.
</li>
</ul>
</li>
<li>The following object types cannot be moved: Libraries, user profiles, edit descriptions, line descriptions, controller descriptions, device descriptions, journals, and journal receivers.
</li>
<li>The following objects cannot be moved: the system operator message queue QSYSOPR, all work station user message queues, and the system log QHST.
</li>
<li>The library to which the object is to be moved must not already contain an object of the same name and type as the object to be moved.
</li>
<li>The library to which the object is to be moved cannot be QTEMP.
</li>
<li>The user space (*USRSPC), user index (*USRIDX), and user queue (*USRQ) user domain objects can only be moved into libraries that are permitted in the system value QALWUSRDMN (allow user domain objects in library). However, if the user object was created as a system domain object, it is not restricted.
</li>
<li>As a general rule, objects cannot be moved to the to-library if the object and the to-library are in different auxiliary storage pools (ASPs). An error message is sent when the object cannot be moved. There are some specific exceptions to the general rule:
<ul>
<li>You can move save files that are in a basic user ASP to libraries that are in the system ASP (ASP 1) if the save file's library is also in the system ASP.
</li>
<li>You can move objects in a secondary ASP to the primary ASP in the same ASP group if the to-library is QRPLxxxxx (where 'xxxxx' is the number of the primary ASP of the ASP group.)
</li>
<li>You can move an object from QTEMP to a primary or secondary ASP with the following considerations:
<ul>
<li>The 'move' is accomplished through a save and restore operation.
</li>
<li>The size of the object must be less than 1 terabyte. (The Move Library to ASP (QHSMMOVL) API does not have this size limitation.)
</li>
<li>If the object cannot be renamed, it cannot be moved.
</li>
<li>For data queues, message queues, and logical files, only the object descriptions are moved. The contents of the objects are not moved.
</li>
<li>The private authorities for the objects will be preserved.
</li>
<li>After the object has been moved, the following attributes will differ from the original object:
<ul>
<li>The date last used will be set to blank.
</li>
<li>The change date and time will be set to the current date and time.
</li>
<li>The days used count will be set to zero.
</li>
<li>The date use count reset will be set to blank.
</li>
<li>The restore date and time will be set to the current date and time.
</li>
<li>When the object type of the object to be moved is an object type which can be journaled, the existence and content of a data area named QDFTJRN in the to-library will determine whether or not journaling is started for the object. If the QDFTJRN data area does not exist or does not indicate that journaling should be started for a restore operation for the object type, the object will not be journaled even if the original object was journaled.
<p>
<b>Note: </b>For additional information regarding journaling, see the Journal Management information in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter.
</p>
</li>
</ul>
</li>
</ul>
</li>
</ul>
</li>
</ol>
</div>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="MOVOBJ.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" rowspan="3"><a href="#MOVOBJ.OBJ"><b>OBJ</b></a></td>
<td valign="top">Object</td>
<td valign="top"><i>Qualified object name</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Object</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB</td>
</tr><tr>
<td valign="top"><a href="#MOVOBJ.OBJTYPE"><b>OBJTYPE</b></a></td>
<td valign="top">Object type</td>
<td valign="top">*ALRTBL, *BNDDIR, *CHTFMT, *CLD, *CLS, *CMD, *CRQD, *CSI, *CSPMAP, *CSPTBL, *DTAARA, *DTAQ, *FCT, *FILE, *FNTRSC, *FNTTBL, *FORMDF, *FTR, *GSS, *IGCDCT, *IGCSRT, *JOBD, *JOBQ, *JRN, *JRNRCV, *LOCALE, *MEDDFN, *MENU, *MGTCOL, *MODULE, *MSGF, *MSGQ, *M36, *M36CFG, *NODGRP, *NODL, *OUTQ, *OVL, *PAGDFN, *PAGSEG, *PDFMAP, *PDG, *PGM, *PNLGRP, *PRDAVL, *PRDDFN, *PRDLOD, *PSFCFG, *QMFORM, *QMQRY, *QRYDFN, *RCT, *SBSD, *SCHIDX, *SPADCT, *SRVPGM, *SSND, *SVRSTG, *TBL, *USRIDX, *USRQ, *USRSPC, *VLDL, *WSCST</td>
<td valign="top">Required, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#MOVOBJ.TOLIB"><b>TOLIB</b></a></td>
<td valign="top">To library</td>
<td valign="top"><i>Name</i>, *CURLIB</td>
<td valign="top">Required, Positional 3</td>
</tr>
<tr>
<td valign="top"><a href="#MOVOBJ.ASPDEV"><b>ASPDEV</b></a></td>
<td valign="top">From ASP device</td>
<td valign="top"><i>Name</i>, <b><u>*</u></b>, *CURASPGRP, *SYSBAS</td>
<td valign="top">Optional</td>
</tr>
<tr>
<td valign="top"><a href="#MOVOBJ.TOASPDEV"><b>TOASPDEV</b></a></td>
<td valign="top">To ASP device</td>
<td valign="top"><i>Name</i>, <b><u>*ASPDEV</u></b>, *, *CURASPGRP, *SYSBAS</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="MOVOBJ.OBJ"></a>
<h3>Object (OBJ)</h3>
<p>Specifies the object to be moved to another library.
</p>
<p>This is a required parameter.
</p>
<p><b>Qualifier 1: Object</b>
</p>
<p>Specify the name of the object to be moved.
</p>
<p><b>Qualifier 2: Library</b>
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>All libraries in the library list for the current thread are searched until the first match is found. If the <b>ASP device (ASPDEV)</b> parameter is specified when this value is used, ASPDEV(*) is the only valid value.
</dd>
</dl>
<dl>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the thread is searched. If no library is specified as the current library for the thread, the QGPL library is searched. If the <b>ASP device (ASPDEV)</b> parameter is specified when this value is used, ASPDEV(*) is the only valid value.
</dd>
</dl>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the library to be searched.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="MOVOBJ.OBJTYPE"></a>
<h3>Object type (OBJTYPE)</h3>
<p>Specifies the object type of the object to be moved.
</p>
<p>To see a complete list of object types when prompting this command, position the cursor on the field for this parameter and press F4 (Prompt). For a description of the object types, see "Object types" in the CL concepts and reference topic in the iSeries Information Center at http://www.ibm.com/eserver/iseries/infocenter.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b><i>object-type</i></b></dt>
<dd>Specify the object type of the object to be moved.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="MOVOBJ.TOLIB"></a>
<h3>To library (TOLIB)</h3>
<p>Specifies the library where the object is to be moved. The library QTEMP cannot be specified.
</p>
<p>This is a required parameter.
</p>
<dl>
<dt><b>*CURLIB</b></dt>
<dd>The object is to be moved to the current library. If no current library exists in the library list for the current thread, the QGPL library is used.
</dd>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the library where the object is to be moved.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="MOVOBJ.ASPDEV"></a>
<h3>From ASP device (ASPDEV)</h3>
<p>Specifies the auxiliary storage pool (ASP) device where storage is allocated for the library containing the object to be moved. If the library resides in an ASP that is not part of the library name space associated with the thread, this parameter must be specified to ensure the correct object is moved. If this parameter is used when *LIBL or *CURLIB is specified for the <b>Library (OBJ)</b> parameter, ASPDEV(*) is the only valid value.
</p>
<dl>
<dt><b><u>*</u></b></dt>
<dd>The ASPs that are currently part of the thread's library name space will be searched to find the library. This includes the system ASP (ASP 1), all defined basic user ASPs (ASPs 2-32), and, if the thread has an ASP group, the primary and secondary ASPs in the thread's ASP group.
</dd>
</dl>
<dl>
<dt><b>*CURASPGRP</b></dt>
<dd>If the thread has an ASP group, the primary and secondary ASPs in the thread's ASP group will be searched to find the library. The system ASP (ASP 1) and defined basic user ASPs (ASPs 2-32) will not be searched. If no ASP group is associated with the thread an error will be issued.
</dd>
</dl>
<dl>
<dt><b>*SYSBAS</b></dt>
<dd>The system ASP (ASP 1) and all defined basic user ASPs (ASPs 2-32) will be searched to find the library. No primary or secondary ASPs will be searched, even if the thread has an ASP group.
</dd>
</dl>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the primary or secondary ASP device to be searched to find the library. The primary or secondary ASP must have been activated (by varying on the ASP device) and have a status of 'Available'. The system ASP (ASP 1) and defined basic user ASPs (ASPs 2-32) will not be searched.
<p>
<b>Note: </b>To specify a specific auxiliary storage pool (ASP) device name, you must have use (*USE) authority for each ASP device in the ASP group.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="MOVOBJ.TOASPDEV"></a>
<h3>To ASP device (TOASPDEV)</h3>
<p>Specifies the auxiliary storage pool (ASP) device where storage is allocated for the to-library specified for the <b>To library (TOLIB)</b> parameter. If the to-library is in an ASP that is not part of the library name space associated with the thread, this parameter must be specified to ensure the correct object is moved. If this parameter is used when *CURLIB is specified for the TOLIB parameter, either TOASPDEV(*) must be specified or TOASPDEV(*ASPDEV) must be specified and the <b>From ASP device (ASPDEV)</b> parameter must be *.
</p>
<dl>
<dt><b><u>*ASPDEV</u></b></dt>
<dd>The ASP device specified for the ASPDEV parameter will be searched to find the library.
</dd>
<dt><b>*</b></dt>
<dd>The ASPs that are currently part of the thread's library name space will be searched to find the library. This includes the system ASP (ASP 1), all defined basic user ASPs (ASPs 2-32), and, if the thread has an ASP group, the primary and secondary ASPs in the thread's ASP group.
</dd>
</dl>
<dl>
<dt><b>*CURASPGRP</b></dt>
<dd>If the thread has an ASP group, the primary and secondary ASPs in the thread's ASP group will be searched to find the library. The system ASP (ASP 1) and defined basic user ASPs (ASPs 2-32) will not be searched. If no ASP group is associated with the thread an error will be issued.
</dd>
</dl>
<dl>
<dt><b>*SYSBAS</b></dt>
<dd>The system ASP (ASP 1) and all defined basic user ASPs (ASPs 2-32) will be searched to find the library. No primary or secondary ASPs will be searched, even if the thread has an ASP group.
</dd>
</dl>
<dl>
<dt><b><i>name</i></b></dt>
<dd>Specify the name of the primary or secondary ASP device to be searched to find the library. The primary or secondary ASP must have been activated (by varying on the ASP device) and have a status of 'Available'. The system ASP (ASP 1) and defined basic user ASPs (ASPs 2-32) will not be searched.
<p>
<b>Note: </b>To specify a specific auxiliary storage pool (ASP) device name, you must have use (*USE) authority for each ASP device in the ASP group.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="MOVOBJ.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Moving an Object from the General Purpose Library</b>
</p>
<p>
<pre>
MOVOBJ OBJ(QGPL/X) OBJTYPE(*PGM) TOLIB(MY)
</pre>
</p>
<p>The general purpose library (QGPL) is searched for the X program (*PGM) object. The X program object is moved to the MY library. After this command is run, the X program object is no longer in the QGPL library.
</p>
<p><b>Example 2: Moving an Object from a Library in the Library List</b>
</p>
<p>
<pre>
MOVOBJ OBJ(*LIBL/Y) OBJTYPE(*FILE) TOLIB(Z)
-or-
MOVOBJ Y *FILE Z
</pre>
</p>
<p>The library list (*LIBL) is searched for the Y file object. If more than one file object with the same name exists in the libraries making up the library list, the first Y file object found in the library list is moved to the Z library. After this command is run, the Y file object is no longer in the library where it was found.
</p>
<p><b>Example 3: Moving an Object from a Library in an Independent Auxiliary Storage Pool (ASP) to a Library in a different ASP.</b>
</p>
<p>
<pre>
MOVOBJ OBJ(INVENTORY/MONTHLY) OBJTYPE(*PGM)
TOLIB(WINVENTORY) ASPDEV(SALES) TOASPDEV(WSALES)
</pre>
</p>
<p>The INVENTORY library in the SALES independent auxiliary storage pool (ASP) is searched for the MONTHLY program object. The MONTHLY program object is moved to the WINVENTORY library in the WSALES ASP. After this command is run, the MONTHLY program object is no longer in the INVENTORY library in the SALES ASP. The SALES ASP and the WSALES ASP must have been activated (by varying on the ASP device) and have a status of 'Available'.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="MOVOBJ.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPFA030</b></dt>
<dd>Object already in use.
</dd>
<dt><b>CPFB8ED</b></dt>
<dd>Device description &amp;1 not correct for operation.
</dd>
<dt><b>CPF0601</b></dt>
<dd>Not allowed to do operation to file &amp;1 in &amp;2.
</dd>
<dt><b>CPF0602</b></dt>
<dd>File &amp;1 already in library &amp;2.
</dd>
<dt><b>CPF0605</b></dt>
<dd>Device file &amp;1 in &amp;2 saved with storage freed.
</dd>
<dt><b>CPF0610</b></dt>
<dd>File &amp;1 in &amp;2 not available.
</dd>
<dt><b>CPF0678</b></dt>
<dd>Operation not performed for file name &amp;1 in &amp;2.
</dd>
<dt><b>CPF1763</b></dt>
<dd>Cannot allocate one or more libraries.
</dd>
<dt><b>CPF2105</b></dt>
<dd>Object &amp;1 in &amp;2 type *&amp;3 not found.
</dd>
<dt><b>CPF2110</b></dt>
<dd>Library &amp;1 not found.
</dd>
<dt><b>CPF2112</b></dt>
<dd>Object &amp;1 in &amp;2 type *&amp;3 already exists.
</dd>
<dt><b>CPF2113</b></dt>
<dd>Cannot allocate library &amp;1.
</dd>
<dt><b>CPF2114</b></dt>
<dd>Cannot allocate object &amp;1 in &amp;2 type *&amp;3.
</dd>
<dt><b>CPF2135</b></dt>
<dd>Object &amp;1 type *&amp;3 already exists in library.
</dd>
<dt><b>CPF2150</b></dt>
<dd>Object information function failed.
</dd>
<dt><b>CPF2151</b></dt>
<dd>Operation failed for &amp;2 in &amp;1 type *&amp;3.
</dd>
<dt><b>CPF2160</b></dt>
<dd>Object type *&amp;1 not eligible for requested function.
</dd>
<dt><b>CPF216C</b></dt>
<dd>TOASPDEV value not allowed with TOLIB(*CURLIB).
</dd>
<dt><b>CPF2173</b></dt>
<dd>Value for ASPDEV not valid with special value for library.
</dd>
<dt><b>CPF218C</b></dt>
<dd>&amp;1 not a primary or secondary ASP.
</dd>
<dt><b>CPF2182</b></dt>
<dd>Not authorized to library &amp;1.
</dd>
<dt><b>CPF2183</b></dt>
<dd>Object &amp;1 cannot be moved into library &amp;3.
</dd>
<dt><b>CPF2189</b></dt>
<dd>Not authorized to object &amp;1 in &amp;2 type *&amp;3.
</dd>
<dt><b>CPF2193</b></dt>
<dd>Object &amp;1 cannot be moved into library &amp;4.
</dd>
<dt><b>CPF22BC</b></dt>
<dd>Object &amp;1 type &amp;3 is not program defined.
</dd>
<dt><b>CPF2451</b></dt>
<dd>Message queue &amp;1 is allocated to another job.
</dd>
<dt><b>CPF2512</b></dt>
<dd>Operation not allowed for message queue &amp;1.
</dd>
<dt><b>CPF32CF</b></dt>
<dd>Distributed file error, reason code &amp;3.
</dd>
<dt><b>CPF32C3</b></dt>
<dd>Distributed file error, level ID mismatch
</dd>
<dt><b>CPF320B</b></dt>
<dd>Operation was not valid for database file &amp;1.
</dd>
<dt><b>CPF320C</b></dt>
<dd>File &amp;1 not allowed in SQL collection &amp;2.
</dd>
<dt><b>CPF3201</b></dt>
<dd>File &amp;1 in library &amp;2 already exists.
</dd>
<dt><b>CPF3202</b></dt>
<dd>File &amp;1 in library &amp;2 in use.
</dd>
<dt><b>CPF3203</b></dt>
<dd>Cannot allocate object for file &amp;1 in &amp;2.
</dd>
<dt><b>CPF322D</b></dt>
<dd>Operation not done for data base file &amp;1.
</dd>
<dt><b>CPF3220</b></dt>
<dd>Cannot do operation on file &amp;1 in &amp;2.
</dd>
<dt><b>CPF3224</b></dt>
<dd>Not authorized to perform operation on file &amp;1.
</dd>
<dt><b>CPF323C</b></dt>
<dd>QRECOVERY library could not be allocated.
</dd>
<dt><b>CPF323D</b></dt>
<dd>User does not have correct authority.
</dd>
<dt><b>CPF323F</b></dt>
<dd>Move or rename of file &amp;1 in library &amp;2 not complete.
</dd>
<dt><b>CPF3231</b></dt>
<dd>Cannot move file &amp;1 from library &amp;2.
</dd>
<dt><b>CPF324B</b></dt>
<dd>Cannot allocate dictionary for file &amp;1.
</dd>
<dt><b>CPF324C</b></dt>
<dd>Concurrent authority holder operation prevents move, rename or restore.
</dd>
<dt><b>CPF3245</b></dt>
<dd>Damage to file &amp;1 member &amp;6 prevents operation on file &amp;3.
</dd>
<dt><b>CPF325D</b></dt>
<dd>Field CCSID values not compatible.
</dd>
<dt><b>CPF327C</b></dt>
<dd>File &amp;1 cannot be moved into library &amp;4.
</dd>
<dt><b>CPF327E</b></dt>
<dd>Alternative name for file &amp;1 not allowed.
</dd>
<dt><b>CPF329D</b></dt>
<dd>Operation not successful for file &amp;1 in library &amp;2.
</dd>
<dt><b>CPF3323</b></dt>
<dd>Job queue &amp;1 in &amp;2 already exists.
</dd>
<dt><b>CPF3330</b></dt>
<dd>Necessary resource not available.
</dd>
<dt><b>CPF3353</b></dt>
<dd>Output queue &amp;1 in &amp;2 already exists.
</dd>
<dt><b>CPF3373</b></dt>
<dd>Job queue &amp;1 in &amp;2 not moved. Job queue in use.
</dd>
<dt><b>CPF3374</b></dt>
<dd>Output queue &amp;1 in &amp;2 not moved. Output queue in use.
</dd>
<dt><b>CPF3467</b></dt>
<dd>Output queue &amp;1 deleted and then created again.
</dd>
<dt><b>CPF3469</b></dt>
<dd>Operation not allowed for output queue.
</dd>
<dt><b>CPF7003</b></dt>
<dd>Entry not journaled to journal &amp;1. Reason code &amp;3.
</dd>
<dt><b>CPF7010</b></dt>
<dd>Object &amp;1 in &amp;2 type *&amp;3 already exists.
</dd>
<dt><b>CPF7014</b></dt>
<dd>Object &amp;1 cannot be moved to library &amp;4.
</dd>
<dt><b>CPF9807</b></dt>
<dd>One or more libraries in library list deleted.
</dd>
<dt><b>CPF9808</b></dt>
<dd>Cannot allocate one or more libraries on library list.
</dd>
<dt><b>CPF9814</b></dt>
<dd>Device &amp;1 not found.
</dd>
<dt><b>CPF9825</b></dt>
<dd>Not authorized to device &amp;1.
</dd>
<dt><b>CPF9827</b></dt>
<dd>Object &amp;1 cannot be created or moved into &amp;2.
</dd>
<dt><b>CPF9833</b></dt>
<dd>*CURASPGRP or *ASPGRPPRI specified and thread has no ASP group.
</dd>
<dt><b>CPF9876</b></dt>
<dd>Protected library &amp;2 cannot be modified.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#MOVOBJ.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>