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

144 lines
4.2 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 Remote Definition (RMVRMTDFN)</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="RMVRMTDFN.Top_Of_Page"></a>
<h2>Remove Remote Definition (RMVRMTDFN)</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="#RMVRMTDFN.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVRMTDFN.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVRMTDFN.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVRMTDFN"></a>
<p>The Remove Remote Definition (RMVRMTDFN) command is used to remove the definition of attributes for a remote system.
</p>
<p><b>Restriction:</b> The user must have *ALLOBJ authority.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVRMTDFN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVRMTDFN.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="#RMVRMTDFN.SYSTEM"><b>SYSTEM</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, *ALL</td>
</tr>
<tr>
<td valign="top">Element 2: System group</td>
<td valign="top">
<i>Character value</i></td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVRMTDFN.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVRMTDFN.SYSTEM"></a>
<h3>System name (SYSTEM)</h3>
<p>Specifies the system name and system group of the remote system being removed.
</p>
<p>The possible values are:
</p>
<dl>
<dt><b>*ANY</b></dt>
<dd>Removes the default definition for a remote system not covered by the other entries.
</dd>
<dt><b>*ALL</b></dt>
<dd>Removes the definitions for all remote systems.
</dd>
</dl>
<p>The possible <b>System Name</b> value is:
</p>
<dl>
<dt><b><i>system-name</i></b></dt>
<dd>Specify the name of the remote system being removed.
</dd>
</dl>
<p>The possible <b>System Group</b> value is:
</p>
<dl>
<dt><b><i>system-group</i></b></dt>
<dd>Specify the group name of the remote system being removed. The group name is blank if this value is not specified.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVRMTDFN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVRMTDFN.COMMAND.EXAMPLES">Examples</a> </h3>
<p><b>Example 1: Removing a Specific Remote Definition</b>
</p>
<p>
<pre>
RMVRMTDFN SYSTEM(RCHAS1)
</pre>
</p>
<p>This command removes the definition from remote system RCHAS1. This system now uses the values for the *ANY remote definition or the defaults.
</p>
<p><b>Example 2: Removing all Remote Definitions</b>
</p>
<p>
<pre>
RMVRMTDFN SYSTEM(*ALL)
</pre>
</p>
<p>This command removes all remote system definitions. All systems now use the default values.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVRMTDFN.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVRMTDFN.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF6DCA</b></dt>
<dd>SYSTEM parameter cannot be local system.
</dd>
<dt><b>CPF6DCC</b></dt>
<dd>Remote definition for system &amp;1 &amp;2 not found.
</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="#RMVRMTDFN.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>