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

145 lines
4.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>Display Network Server Users (DSPNWSUSR)</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="DSPNWSUSR.Top_Of_Page"></a>
<h2>Display Network Server Users (DSPNWSUSR)</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="#DSPNWSUSR.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DSPNWSUSR.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DSPNWSUSR.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DSPNWSUSR"></a>
<p>The Display Network Server Users (DSPNWSUSR) command allows a user to retrieve a list of all of the logged on users of a particular server. This command can be used to display logged on users for an individual NetWare server.
</p>
<p>Output is directed to a display or a spooled printer file as indicated by the OUTPUT parameter and job type.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWSUSR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DSPNWSUSR.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="#DSPNWSUSR.SERVER"><b>SERVER</b></a></td>
<td valign="top">Server</td>
<td valign="top"><i>Character value</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#DSPNWSUSR.SVRTYPE"><b>SVRTYPE</b></a></td>
<td valign="top">Server type</td>
<td valign="top"><b><u>*NWSUSRA</u></b>, *NWSA, *NETWARE</td>
<td valign="top">Optional, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#DSPNWSUSR.OUTPUT"><b>OUTPUT</b></a></td>
<td valign="top">Output</td>
<td valign="top"><b><u>*</u></b>, *PRINT</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#DSPNWSUSR.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DSPNWSUSR.SERVER"></a>
<h3>Server (SERVER)</h3>
<p>Specifies the name of a network server.
</p>
<dl>
<dt><b><i>server-name</i></b></dt>
<dd>Specify the name of a specific, active server defined for the network.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWSUSR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPNWSUSR.SVRTYPE"></a>
<h3>Server type (SVRTYPE)</h3>
<p>Specifies the server type to use when displaying users.
</p>
<dl>
<dt><b><u>*NWSUSRA</u></b></dt>
<dd>The server type specified in the network server user attributes (CHGNWSUSRA command) for the user profile running the DSPNWSUSR command is used to display the network users.
</dd>
<dt><b>*NWSA</b></dt>
<dd>The network server type specified in the network server attributes (CHGNWSA command) is used to display the network users.
</dd>
<dt><b>*NETWARE</b></dt>
<dd>Only those NetWare users associated with the specified network server are displayed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWSUSR.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPNWSUSR.OUTPUT"></a>
<h3>Output (OUTPUT)</h3>
<p>Specifies whether the output from the command is shown at the requesting workstation or printed with the job's spooled output.
</p>
<dl>
<dt><b><u>*</u></b></dt>
<dd>Output requested by an interactive job is shown on the display. Output requested by a batch job is printed with the job's spooled output.
</dd>
<dt><b>*PRINT</b></dt>
<dd>The output is printed with the job's spooled output.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWSUSR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPNWSUSR.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
DSPNWSUSR SERVER(NWS1) SVRTYPE(*NETWARE)
</pre>
</p>
<p>The above command will allow you to display all of the NetWare users currently active for the server named NWS1. If NWS1 does not exist or is not active, an error message ('server NWS1 not found' or 'server NWS1 not active') will be returned.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWSUSR.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPNWSUSR.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPFA43C</b></dt>
<dd>Network server users not displayed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWSUSR.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>