114 lines
3.6 KiB
HTML
114 lines
3.6 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>Remove Sphere of Control Entry (RMVSOCE)</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="RMVSOCE.Top_Of_Page"></a>
|
|
<h2>Remove Sphere of Control Entry (RMVSOCE)</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="#RMVSOCE.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RMVSOCE.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RMVSOCE.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RMVSOCE"></a>
|
|
<p>The Remove Sphere of Control Entry (RMVSOCE) command allows a CL user or program to remove advanced peer-to-peer (APPN) network node control points from the Alert Sphere of Control.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RMVSOCE.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="#RMVSOCE.ENTRY"><b>ENTRY</b></a></td>
|
|
<td valign="top">Entry</td>
|
|
<td valign="top">Values (up to 50 repetitions): <i>Element list</i></td>
|
|
<td valign="top" rowspan="3">Optional</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 1: Network identifier</td>
|
|
<td valign="top">
|
|
<i>Communications name</i>, *NETATR</td>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">Element 2: Control point</td>
|
|
<td valign="top">
|
|
<i>Communications name</i></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RMVSOCE.ENTRY"></a>
|
|
<h3>Entry (ENTRY)</h3>
|
|
<p>Specifies the systems to remove from the sphere of control.
|
|
</p>
|
|
<p>You can specify 50 values for this parameter.
|
|
</p>
|
|
<p><b>Element 1: Network identifier</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>*NETATR</b></dt>
|
|
<dd>Use the NETID network attribute as the value of the Network ID. The NETID network attribute is the value that gets stored. *NETATR is not stored.
|
|
</dd>
|
|
<dt><b><i>communications-name</i></b></dt>
|
|
<dd>Specify the network ID of the system you want removed from the sphere of control.
|
|
</dd>
|
|
</dl>
|
|
<p><b>Element 2: Control point</b>
|
|
</p>
|
|
<dl>
|
|
<dt><b><i>communications-name</i></b></dt>
|
|
<dd>Specify the control point name of the system you want removed from the sphere of control.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVSOCE.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
RMVSOCE ENTRY((*NETATR RCHSTR1) (*NETATR RCHSTR2))
|
|
</pre>
|
|
</p>
|
|
<p>This command removes two systems (RCHSTR1 and RCHSTR2) from the alert sphere of control.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div>
|
|
<h3><a name="RMVSOCE.ERROR.MESSAGES">Error messages</a></h3>Unknown
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|