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

128 lines
3.9 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>Remove Access Code (RMVACC)</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="RMVACC.Top_Of_Page"></a>
<h2>Remove Access Code (RMVACC)</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="#RMVACC.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVACC.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVACC.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVACC"></a>
<p>The Remove Access Code (RMVACC) command allows you to remove from the system an access code previously defined by the Add Access Code (ADDACC) command.
</p>
<p><b>NOTES:</b>
</p>
<ol>
<li>This command can take a long time to run because it must update each object in the document library that has been assigned the access code being removed.
</li>
<li>This command removes the access code from all filed documents, from all users authorized to the access code, and from the system.
</li>
</ol>
<p><b>Restrictions:</b>
</p>
<p>To use this command, you must have all object (*ALLOBJ) special authority.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVACC.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVACC.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="#RMVACC.ACC"><b>ACC</b></a></td>
<td valign="top">Document access code</td>
<td valign="top">Values (up to 300 repetitions): 1-2047</td>
<td valign="top">Required, Positional 1</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVACC.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVACC.ACC"></a>
<h3>Document access code (ACC)</h3>
<p>Specifies the access code or access codes being removed from the system. If the access code specified is not defined on the system, a diagnostic message is sent, and any additional access codes specified are processed.
</p>
<dl>
<dt><b><i>1-2047</i></b></dt>
<dd>Specify an access code to be removed from the system.
</dd>
</dl>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVACC.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVACC.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
RMVACC ACC(300)
</pre>
</p>
<p>This command removes access code 300 from the system.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVACC.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVACC.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF90A5</b></dt>
<dd>Access codes could not be removed.
</dd>
<dt><b>CPF9009</b></dt>
<dd>System requires file &amp;1 in &amp;2 be journaled.
</dd>
<dt><b>CPF9011</b></dt>
<dd>&amp;1 access codes removed, &amp;2 not removed.
</dd>
<dt><b>CPF9024</b></dt>
<dd>System cannot get correct record to finish operation.
</dd>
<dt><b>CPF9845</b></dt>
<dd>Error occurred while opening file &amp;1.
</dd>
<dt><b>CPF9846</b></dt>
<dd>Error while processing file &amp;1 in library &amp;2.
</dd>
<dt><b>CPF9847</b></dt>
<dd>Error occurred while closing file &amp;1 in library &amp;2.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVACC.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>