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>Add Sphere of Control Entry (ADDSOCE)</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="ADDSOCE.Top_Of_Page"></a>
|
|
<h2>Add Sphere of Control Entry (ADDSOCE)</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="#ADDSOCE.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#ADDSOCE.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#ADDSOCE.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="ADDSOCE"></a>
|
|
<p>The Add Sphere of Control Entry (ADDSOCE) command allows a CL user or program to add advanced peer-to-peer (APPN) network node control points to the Alert Sphere of Control.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="ADDSOCE.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="#ADDSOCE.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="#ADDSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="ADDSOCE.ENTRY"></a>
|
|
<h3>Entry (ENTRY)</h3>
|
|
<p>Specifies the systems to add to the sphere of control. The systems are specified by network ID and control point name.
|
|
</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 to add to 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 to add to the sphere of control.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="ADDSOCE.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
ADDSOCE ENTRY((*NETATR RCHSTR1) (*NETATR RCHSTR2))
|
|
</pre>
|
|
</p>
|
|
<p>This command adds two systems (RCHSTR1 and RCHSTR2) to the alert sphere of control.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div>
|
|
<h3><a name="ADDSOCE.ERROR.MESSAGES">Error messages</a></h3>Unknown
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#ADDSOCE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|