153 lines
5.5 KiB
HTML
153 lines
5.5 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 Distribution Route (RMVDSTRTE)</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="RMVDSTRTE.Top_Of_Page"></a>
|
||
|
<h2>Remove Distribution Route (RMVDSTRTE)</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="#RMVDSTRTE.PARAMETERS.TABLE">Parameters</a><br>
|
||
|
<a href="#RMVDSTRTE.COMMAND.EXAMPLES">Examples</a><br>
|
||
|
<a href="#RMVDSTRTE.ERROR.MESSAGES">Error messages</a></td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<div> <a name="RMVDSTRTE"></a>
|
||
|
<p>The Remove Distribution Route (RMVDSTRTE) command allows you to remove an entry from the distribution services routing table. Once a system is removed from the table, distributions can no longer be sent directly to that system from this system.
|
||
|
</p>
|
||
|
<p>Interactive display support is provided by the Configure Distribution Services (CFGDSTSRV) command. More information on configuring a distribution network is in the SNA Distribution Services book, SC41-5410.
|
||
|
</p>
|
||
|
<p><b>Restriction:</b> This command is shipped with public *EXCLUDE authority, and the QPGMR and QSYSOPR user profiles have private authorities to use the command.
|
||
|
</p>
|
||
|
<p>System names and group names are translated to the graphic character set and code page 930 500, using the job's coded character set identifier (CCSID).
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVDSTRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
|
||
|
<div>
|
||
|
<h3><a name="RMVDSTRTE.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="#RMVDSTRTE.SYSNAME"><b>SYSNAME</b></a></td>
|
||
|
<td valign="top">System name</td>
|
||
|
<td valign="top"><i>Element list</i></td>
|
||
|
<td valign="top" rowspan="3">Required, Positional 1</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top">Element 1: System name</td>
|
||
|
<td valign="top">
|
||
|
<i>Character value</i>, *ANY</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td valign="top">Element 2: System group</td>
|
||
|
<td valign="top">
|
||
|
<i>Character value</i>, *ANY</td>
|
||
|
</tr>
|
||
|
</table>
|
||
|
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVDSTRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</div>
|
||
|
<div> <a name="RMVDSTRTE.SYSNAME"></a>
|
||
|
<h3>System name (SYSNAME)</h3>
|
||
|
<p>Specifies the system name and group name of the remote system you want to remove from the routing table.
|
||
|
</p>
|
||
|
<p>You can specify a maximum of 8 characters for the system name and a maximum of 8 characters for the group name.
|
||
|
</p>
|
||
|
<p>*ANY can be specified for the system name. When SYSNAME(*ANY group) is specified, you remove the routing table entry used to resolve a distribution destination that does not match a specific system name, but matches a group name. Only one *ANY is allowed for each group in the table.
|
||
|
</p>
|
||
|
<p>*ANY can be specified for the group name only if *ANY is also specified for the system name. When SYSNAME(*ANY *ANY) is specified, you remove the routing table entry used to resolve a distribution destination that does not match any other routing table entries. Only one SYSNAME(*ANY *ANY) entry is allowed in the table.
|
||
|
</p>
|
||
|
<p>This is a required parameter.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVDSTRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RMVDSTRTE.COMMAND.EXAMPLES">Examples</a> </h3>
|
||
|
<p><b>Example 1: Removing a System from the Routing Table</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RMVDSTRTE SYSNAME(SYSTEMA GROUPA)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command removes the routing table entry for the system named SYSTEMA.
|
||
|
</p>
|
||
|
<p><b>Example 2: Removing a Generic Routing Table Entry</b>
|
||
|
</p>
|
||
|
<p>
|
||
|
<pre>
|
||
|
RMVDSTRTE SYSNAME(*ANY GROUPNM1)
|
||
|
</pre>
|
||
|
</p>
|
||
|
<p>This command removes a routing table entry that has a system name of *ANY and a group name of GROUPNM1.
|
||
|
</p>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVDSTRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
<hr size="2" width="100%">
|
||
|
<div><h3><a name="RMVDSTRTE.ERROR.MESSAGES">Error messages</a> </h3>
|
||
|
<p><b><u>*ESCAPE Messages</u></b>
|
||
|
</p>
|
||
|
<dl>
|
||
|
<dt><b>CPF8802</b></dt>
|
||
|
<dd>Distribution queue &1 was not found.
|
||
|
</dd>
|
||
|
<dt><b>CPF8807</b></dt>
|
||
|
<dd>Error occurred while using QSNADS journal.
|
||
|
</dd>
|
||
|
<dt><b>CPF8815</b></dt>
|
||
|
<dd>Routing table entry &1 &2 not found.
|
||
|
</dd>
|
||
|
<dt><b>CPF8831</b></dt>
|
||
|
<dd>Entry &1 &2 already exists in routing table.
|
||
|
</dd>
|
||
|
<dt><b>CPF8837</b></dt>
|
||
|
<dd>System name/Group &1 &2 in use by another distribution services function.
|
||
|
</dd>
|
||
|
<dt><b>CPF8849</b></dt>
|
||
|
<dd>Queue &1 in use by another distribution services function.
|
||
|
</dd>
|
||
|
<dt><b>CPF9845</b></dt>
|
||
|
<dd>Error occurred while opening file &1.
|
||
|
</dd>
|
||
|
<dt><b>CPF9846</b></dt>
|
||
|
<dd>Error while processing file &1 in library &2.
|
||
|
</dd>
|
||
|
<dt><b>CPF9847</b></dt>
|
||
|
<dd>Error occurred while closing file &1 in library &2.
|
||
|
</dd>
|
||
|
<dt><b>CPF9899</b></dt>
|
||
|
<dd>Error occurred during processing of command.
|
||
|
</dd>
|
||
|
</dl>
|
||
|
</div>
|
||
|
<table width="100%">
|
||
|
<tr><td align="right"><a href="#RMVDSTRTE.Top_Of_Page">Top</a></td></tr>
|
||
|
</table>
|
||
|
</body>
|
||
|
</html>
|