164 lines
5.0 KiB
HTML
164 lines
5.0 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>Rename Nickname (RNMNCK)</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="RNMNCK.Top_Of_Page"></a>
|
||
|
<h2>Rename Nickname (RNMNCK)</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="#RNMNCK.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#RNMNCK.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#RNMNCK.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="RNMNCK"></a>
|
||
|
<p>The Rename Nickname (RNMNCK) command is used to rename an existing nickname in the system distribution directory. The new nickname must be unique if it is a public nickname. The new nickname must be unique only for the owner if it is a private nickname.
|
||
|
</p>
|
||
|
<p>A <b>nickname</b> is a short version of either a directory entry 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 rename a public nickname that you do not own. No special authority is needed for you to rename a public nickname that you own.
|
||
|
</li>
|
||
|
<li>Only the owner can rename a private nickname. No special authority is needed.
|
||
|
</li>
|
||
|
</ol>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RNMNCK.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="RNMNCK.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="#RNMNCK.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>
|
||
|
<tr>
|
||
|
<td valign="top"><a href="#RNMNCK.NEWNCK"><b>NEWNCK</b></a></td>
|
||
|
<td valign="top">New nickname</td>
|
||
|
<td valign="top"><i>Character value</i></td>
|
||
|
<td valign="top">Required, Positional 2</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RNMNCK.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="RNMNCK.NCK"></a>
|
||
|
<h3>Nickname (NCK)</h3>
|
||
|
<p>Specifies the existing nickname to be renamed and the access of that nickname.
|
||
|
</p>
|
||
|
<p>The possible nickname value is:
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b><i>nickname</i></b></dt>
|
||
|
<dd>Specify the nickname you are renaming.
|
||
|
</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 renamed.
|
||
|
</dd>
|
||
|
<dt><b>*PUBLIC</b></dt>
|
||
|
<dd>The public nickname is being renamed. Public nicknames can be renamed only 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="#RNMNCK.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<div> <a name="RNMNCK.NEWNCK"></a>
|
||
|
<h3>New nickname (NEWNCK)</h3>
|
||
|
<p>Specifies the new nickname.
|
||
|
</p>
|
||
|
<p>This is a required parameter.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RNMNCK.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RNMNCK.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RNMNCK NCK(SEC44A *PUBLIC) NEWNCK(SEC44C)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command renames the public nickname SEC44A to SEC44C. If the new nickname is unique, the nickname is renamed.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RNMNCK.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RNMNCK.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>CPF9A80</b></dt>
|
||
|
<dd>Public nickname &1 in use.
|
||
|
</dd>
|
||
|
<dt><b>CPF9A80</b></dt>
|
||
|
<dd>Public nickname &1 in use.
|
||
|
</dd>
|
||
|
<dt><b>CPF9024</b></dt>
|
||
|
<dd>System cannot get correct record to finish operation.
|
||
|
</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="#RNMNCK.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|