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

142 lines
4.4 KiB
HTML
Raw Permalink 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>Remove Nickname (RMVNCK)</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="RMVNCK.Top_Of_Page"></a>
<h2>Remove Nickname (RMVNCK)</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="#RMVNCK.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVNCK.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVNCK.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVNCK"></a>
<p>The Remove Nickname (RMVNCK) command is used to remove an existing nickname from the system distribution directory. When the removed nickname is no longer available for use, the job issuing this command has ended.
</p>
<p>A <b>nickname</b> is a short version of either a directory entry name or a distribution list name. More information about nicknames is in the SNA Distribution Services book, SC41-5410.
</p>
<p><b>Restrictions:</b>
</p>
<ol>
<li>You must have security administrator (*SECADM) authority to remove a public nickname that you do not own. No special authority is needed for you to remove a public or private nickname that you own.
</li>
<li>Only the owner can remove a private nickname. No special authority is needed.
</li>
</ol>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVNCK.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVNCK.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="#RMVNCK.NCK"><b>NCK</b></a></td>
<td valign="top">Nickname</td>
<td valign="top"><i>Element list</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Element 1: Nickname</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 2: Access</td>
<td valign="top">
<b><u>*PRIVATE</u></b>, *PUBLIC</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVNCK.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVNCK.NCK"></a>
<h3>Nickname (NCK)</h3>
<p>Specifies the existing nickname that is being removed and the access of the nickname.
</p>
<p>The possible nickname value is:
</p>
<dl>
<dt><b><i>nickname</i></b></dt>
<dd>Specify the nickname you are removing.
</dd>
</dl>
<p>The possible nickname access values are:
</p>
<dl>
<dt><b><u>*PRIVATE</u></b></dt>
<dd>The private nickname that you own is being removed.
</dd>
<dt><b>*PUBLIC</b></dt>
<dd>The public nickname is being removed. Public nicknames can be removed by a user with security administrator (*SECADM) authority or by the owner.
</dd>
</dl>
<p>This is a required parameter.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVNCK.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVNCK.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
RMVNCK NCK(SEC44A *PUBLIC)
</pre>
</p>
<p>This command removes the public nickname SEC44A. If the user has proper authority to the nickname, the nickname is removed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVNCK.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVNCK.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF8AA1</b></dt>
<dd>Library QUSRSYS not completely installed.
</dd>
<dt><b>CPF8360</b></dt>
<dd>Not enough storage for commitment control operation.
</dd>
<dt><b>CPF9A89</b></dt>
<dd>Nickname function not successful.
</dd>
<dt><b>CPF905C</b></dt>
<dd>Error occurred trying to find a translation table.
</dd>
<dt><b>CPF9838</b></dt>
<dd>User profile storage limit exceeded.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVNCK.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>