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

174 lines
6.1 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 Interface Desc (DSPNWID)</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="DSPNWID.Top_Of_Page"></a>
<h2>Display Network Interface Desc (DSPNWID)</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="#DSPNWID.PARAMETERS.TABLE">Parameters</a><br>
<a href="#DSPNWID.COMMAND.EXAMPLES">Examples</a><br>
<a href="#DSPNWID.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="DSPNWID"></a>
<p>The Display Network Interface Description (DSPNWID) command displays a network interface description. Output is directed to a display, or a spooled printer file, as determined by the <b>Output (OUTPUT)</b> parameter and job type.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWID.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="DSPNWID.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="#DSPNWID.NWID"><b>NWID</b></a></td>
<td valign="top">Network interface description</td>
<td valign="top"><i>Name</i></td>
<td valign="top">Required, Positional 1</td>
</tr>
<tr>
<td valign="top"><a href="#DSPNWID.OUTPUT"><b>OUTPUT</b></a></td>
<td valign="top">Output</td>
<td valign="top"><b><u>*</u></b>, *PRINT</td>
<td valign="top">Optional, Positional 2</td>
</tr>
<tr>
<td valign="top"><a href="#DSPNWID.OPTION"><b>OPTION</b></a></td>
<td valign="top">Option</td>
<td valign="top"><b><u>*ALL</u></b>, *BASIC, *CHLENTRY, *DLCIENTRY, *LINELIST, *NETDIF, *PCLENTRY, *TMRRTY</td>
<td valign="top">Optional</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#DSPNWID.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="DSPNWID.NWID"></a>
<h3>Network interface description (NWID)</h3>
<p>This is a required parameter.
</p>
<p>Specifies the name of the network interface description to be displayed.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWID.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPNWID.OUTPUT"></a>
<h3>Output (OUTPUT)</h3>
<p>Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
</p>
<dl>
<dt><b>*</b></dt>
<dd>The output is displayed (if requested by an interactive job) or printed with the job's spooled output (if requested by a batch job).
</dd>
</dl>
<dl>
<dt><b>*PRINT</b></dt>
<dd>The output is printed with the job's spooled output.
</dd>
</dl>
<dl>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWID.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="DSPNWID.OPTION"></a>
<h3>Option (OPTION)</h3>
<p>This parameter allows you to display information about this network interface description selectively. You can choose to display all information (*ALL) or specific information. Only one value may be specified.
</p>
<dl>
<dt><b><u>*ALL</u></b></dt>
<dd>All of the information in the network interface description is displayed.
</dd>
<dt><b>*BASIC</b></dt>
<dd>The values of parameters that are basic to the network interface description are displayed.
</dd>
<dt><b>*CHLENTRY</b></dt>
<dd>The channel entries associated with the network interface description are displayed. This value is valid only when an integrated services digital network (ISDN) is used.
</dd>
<dt><b>*DLCI</b></dt>
<dd>The data link connection identifier information, including the DLCI numbers, status, and active or attached lines is displayed. This value is valid only when a frame relay network (FR) is used.
</dd>
<dt><b>*NETDIF</b></dt>
<dd>The values of the network difference parameters in the network interface description are displayed. This value is valid only when ISDN is used.
</dd>
<dt><b>*PCLENTRY</b></dt>
<dd>The protocol-specific information, including the protocol entries for the network interface description, is displayed. This value is valid only when ISDN is used.
</dd>
<dt><b>*TMRRTY</b></dt>
<dd>The values of the timer and retry parameters in the network interface description are displayed.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWID.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPNWID.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
DSPNWID NWID(THISONE)
</pre>
</p>
<p>This command displays information about the network interface description named THISONE. The information is shown an the work station display from which the command was submitted. If the command is entered from a batch job, the output from the display is printed with the job's spooled output.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWID.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="DSPNWID.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPD2637</b></dt>
<dd>Not authorized to object &amp;1.
</dd>
<dt><b>CPF2625</b></dt>
<dd>Not able to allocate object &amp;1.
</dd>
<dt><b>CPF2634</b></dt>
<dd>Not authorized to object &amp;1.
</dd>
<dt><b>CPF27AA</b></dt>
<dd>Option not allowed for network interface &amp;1.
</dd>
<dt><b>CPF27A4</b></dt>
<dd>Network interface description &amp;1 not found.
</dd>
<dt><b>CPF27A5</b></dt>
<dd>Network interface description &amp;1 has been damaged.
</dd>
<dt><b>CPF27A8</b></dt>
<dd>&amp;2 not valid for network interface &amp;1.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#DSPNWID.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>