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

219 lines
7.8 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>Work with Distribution Lists (WRKDSTL)</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="WRKDSTL.Top_Of_Page"></a>
<h2>Work with Distribution Lists (WRKDSTL)</h2>
<table width="100%">
<tr>
<td valign="top" align="left"><b>Where allowed to run: </b>Interactive environments (*INTERACT *IPGM *IREXX *EXEC)<br>
<b>Threadsafe: </b>No
</td>
<td valign="top" align="right">
<a href="#WRKDSTL.PARAMETERS.TABLE">Parameters</a><br>
<a href="#WRKDSTL.COMMAND.EXAMPLES">Examples</a><br>
<a href="#WRKDSTL.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="WRKDSTL"></a>
<p>The Work with Distribution Lists (WRKDSTL) command provides a set of displays that you can use to view, create, add to, remove from, and delete distribution lists. A distribution list contains a list of directory entries used to simplify sending distributions to a group of users.
</p>
<p><b>Restriction:</b> You must have security administrator (*SECADM) authority to change, delete, or rename another user's distribution list.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKDSTL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="WRKDSTL.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="#WRKDSTL.LSTID"><b>LSTID</b></a></td>
<td valign="top">List identifier</td>
<td valign="top">Single values: <b><u>*ALL</u></b><br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="3">Optional, Positional 1</td>
</tr>
<tr>
<td valign="top">Element 1: List ID</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top">Element 2: List ID qualifier</td>
<td valign="top">
<i>Character value</i></td>
</tr>
<tr>
<td valign="top" rowspan="3"><a href="#WRKDSTL.CMDCHRID"><b>CMDCHRID</b></a></td>
<td valign="top">Command character identifier</td>
<td valign="top">Single values: <b><u>*SYSVAL</u></b>, *DEVD<br>Other values: <i>Element list</i></td>
<td valign="top" rowspan="3">Optional</td>
</tr>
<tr>
<td valign="top">Element 1: Graphic character set</td>
<td valign="top">
<i>Integer</i></td>
</tr>
<tr>
<td valign="top">Element 2: Code page</td>
<td valign="top">
<i>Integer</i></td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#WRKDSTL.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="WRKDSTL.LSTID"></a>
<h3>List identifier (LSTID)</h3>
<p>Specifies by the two-part list ID which distribution lists are to be shown.
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All distribution lists in the system distribution directory are shown. The entries are displayed in alphabetical order by list ID.
</dd>
</dl>
<p>The possible list identifier value is:
</p>
<dl>
<dt><b><i>list-ID</i></b></dt>
<dd>Specify the list identifier (ID) of the distribution list.
</dd>
</dl>
<p>The possible list qualifier value is:
</p>
<dl>
<dt><b><i>list-ID-qualifier</i></b></dt>
<dd>Specify the list ID qualifier of the distribution list.
<p>
<b>Note: </b>The distribution list identifier has two parts, the ID and the qualifier, separated by at least one space. If lowercase characters are specified, the system changes them to uppercase.
</p>
<p>The naming rules for the two-part list ID are identical to the rules for the user ID and address. A complete description of these rules is in the SNA Distribution Services book, SC41-5410.
</p>
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKDSTL.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="WRKDSTL.CMDCHRID"></a>
<h3>Command character identifier (CMDCHRID)</h3>
<p>Specifies the character identifier (graphic character set and code page) for the data being entered as command parameter values.
</p>
<p><b>Note:</b>
</p>
<ul>
<li>Only the user ID and address, system name and group, department, and the X.400 O/R parameters are translated to the graphic character set identifier (GCID) specified on this parameter. All other parameter values that you specify are stored exactly as they are entered; the GCID value is stored with them.
</li>
<li>If this command is run interactively, the default GCID value is taken from the display device description. If it is run in batch, the default GCID value is taken from the QCHRID system value. You can override these values by specifying a specific character set and code page on this parameter.
</li>
</ul>
<p><b>Single values</b>
</p>
<dl>
<dt><b><u>*SYSVAL</u></b></dt>
<dd>The system determines the graphic character set and code page values for the command parameters from the QCHRID system value.
</dd>
</dl>
<dl>
<dt><b>*DEVD</b></dt>
<dd>The system determines the graphic character set and code page values from the display device description where this command was entered. This option is valid only when entered from an interactive job. If this option is specified in a batch job, an error occurs.
</dd>
</dl>
<p><b>Element 1: Graphic character set</b>
</p>
<dl>
<dt><b><i>1-32767</i></b></dt>
<dd>Specify the graphic character set to use.
</dd>
</dl>
<p><b>Element 2: Code page</b>
</p>
<dl>
<dt><b><i>1-32767</i></b></dt>
<dd>Specify the code page to use.
</dd>
</dl>
<p><b>Note:</b>
</p>
<ul>
<li>Only the user ID and address, system name and group, department, and the X.400 O/R parameters are translated to the graphic character set identifier (GCID) specified on this parameter. All other parameter values that you specify are stored exactly as they are entered; the GCID value is stored with them.
</li>
<li>If this command is run interactively, the default GCID value is taken from the display device description. If it is run in batch, the default GCID value is taken from the QCHRID system value. You can override these values by specifying a specific character set and code page on this parameter.
</li>
</ul>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKDSTL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKDSTL.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Showing a Distribution List</b>
</p>
<p>
<pre>
WRKDSTL LSTID(WILL DISTLIST)
</pre>
</p>
<p>This command shows the Work with Distribution Lists panel with one entry, WILL DISTLIST. This example assumes that WILL DISTLIST exists.
</p>
<p><b>Example 2: Showing All Distribution Lists</b>
</p>
<p>
<pre>
WRKDSTL
</pre>
</p>
<p>This command shows the Work with Distribution Lists panel with a list of all distribution lists in the distribution directory.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKDSTL.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="WRKDSTL.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF9A83</b></dt>
<dd>Public nickname &amp;1 not found.
</dd>
<dt><b>CPF9A85</b></dt>
<dd>Nickname &amp;1 not found.
</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>CPF9052</b></dt>
<dd>List ID, &amp;1 &amp;2, cannot be found.
</dd>
<dt><b>CPF9838</b></dt>
<dd>User profile storage limit exceeded.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#WRKDSTL.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>