113 lines
3.7 KiB
HTML
113 lines
3.7 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 RDB Directory Entry (RMVRDBDIRE)</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="RMVRDBDIRE.Top_Of_Page"></a>
|
|
<h2>Remove RDB Directory Entry (RMVRDBDIRE)</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="#RMVRDBDIRE.PARAMETERS.TABLE">Parameters</a><br>
|
|
<a href="#RMVRDBDIRE.COMMAND.EXAMPLES">Examples</a><br>
|
|
<a href="#RMVRDBDIRE.ERROR.MESSAGES">Error messages</a></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<div> <a name="RMVRDBDIRE"></a>
|
|
<p>The Remove Relational Database Directory Entry (RMVRDBDIRE) command removes a specific entry, generic entries, all entries, or all remote entries from the relational database (RDB) directory.
|
|
</p>
|
|
<p><b>Restrictions:</b>
|
|
</p>
|
|
<p>*IOSYSCFG special authority is needed to remove the *LOCAL RDB entry.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRDBDIRE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
|
|
<div>
|
|
<h3><a name="RMVRDBDIRE.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="#RMVRDBDIRE.RDB"><b>RDB</b></a></td>
|
|
<td valign="top">Entry</td>
|
|
<td valign="top"><i>Generic name, name</i>, *ALL, *ALLRMT</td>
|
|
<td valign="top">Required, Positional 1</td>
|
|
</tr>
|
|
</table>
|
|
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRDBDIRE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</div>
|
|
<div> <a name="RMVRDBDIRE.RDB"></a>
|
|
<h3>Entry (RDB)</h3>
|
|
<p>Specifies the relational database directory entry. If an entry has no alias, the relational database name is used as the entry name. If an entry has an alias, the alias is used as the entry name.
|
|
</p>
|
|
<p>This is a required parameter.
|
|
</p>
|
|
<p>The possible values are:
|
|
</p>
|
|
<dl>
|
|
<dt><b>*ALLRMT</b></dt>
|
|
<dd>All entries except the *LOCAL entry in the RDB directory are removed.
|
|
</dd>
|
|
<dt><b>*ALL</b></dt>
|
|
<dd>All entries in the RDB directory are removed.
|
|
</dd>
|
|
<dt><b><i>generic*-relational-database-name</i></b></dt>
|
|
<dd>Specify the generic name of the RDB entries to be removed. A generic name is a character string that contains one or more characters followed by an asterisk (*).
|
|
</dd>
|
|
<dt><b><i>relational-database-name</i></b></dt>
|
|
<dd>Specify the name of the RDB entry to be removed.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRDBDIRE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVRDBDIRE.COMMAND.EXAMPLES">Examples</a> </h3>
|
|
<p>
|
|
<pre>
|
|
RMVRDBDIRE RDB(YOURRDB)
|
|
</pre>
|
|
</p>
|
|
<p>This command removes the entry YOURRDB from the relational database directory. The entry is no longer accessible.
|
|
</p>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRDBDIRE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
<hr size="2" width="100%">
|
|
<div><h3><a name="RMVRDBDIRE.ERROR.MESSAGES">Error messages</a> </h3>
|
|
<p><b><u>*ESCAPE Messages</u></b>
|
|
</p>
|
|
<dl>
|
|
<dt><b>CPF3EC2</b></dt>
|
|
<dd>Remove relational database directory entry failed.
|
|
</dd>
|
|
</dl>
|
|
</div>
|
|
<table width="100%">
|
|
<tr><td align="right"><a href="#RMVRDBDIRE.Top_Of_Page">Top</a></td></tr>
|
|
</table>
|
|
</body>
|
|
</html>
|