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

159 lines
5.0 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 Filter Selection Entry (RMVFTRSLTE)</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="RMVFTRSLTE.Top_Of_Page"></a>
<h2>Remove Filter Selection Entry (RMVFTRSLTE)</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="#RMVFTRSLTE.PARAMETERS.TABLE">Parameters</a><br>
<a href="#RMVFTRSLTE.COMMAND.EXAMPLES">Examples</a><br>
<a href="#RMVFTRSLTE.ERROR.MESSAGES">Error messages</a></td>
</tr>
</table>
<div> <a name="RMVFTRSLTE"></a>
<p>The Remove Filter Selection Entry (RMVFTRSLTE) command allows you to remove a selection entry from a filter object.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFTRSLTE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div>
<h3><a name="RMVFTRSLTE.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="#RMVFTRSLTE.FILTER"><b>FILTER</b></a></td>
<td valign="top">Filter</td>
<td valign="top"><i>Qualified object name</i></td>
<td valign="top" rowspan="3">Required, Positional 1</td>
</tr>
<tr>
<td valign="top">Qualifier 1: Filter</td>
<td valign="top"><i>Name</i></td>
</tr><tr>
<td valign="top">Qualifier 2: Library</td>
<td valign="top"><i>Name</i>, <b><u>*LIBL</u></b>, *CURLIB</td>
</tr><tr>
<td valign="top"><a href="#RMVFTRSLTE.SEQNBR"><b>SEQNBR</b></a></td>
<td valign="top">Sequence number</td>
<td valign="top">1-9999</td>
<td valign="top">Required, Positional 2</td>
</tr>
</table>
<table width="100%">
<tr><td align="right"><a href="#RMVFTRSLTE.Top_Of_Page">Top</a></td></tr>
</table>
</div>
<div> <a name="RMVFTRSLTE.FILTER"></a>
<h3>Filter (FILTER)</h3>
<p>Specifies the qualified name of the filter from which the selection entry is being removed.
</p>
<p>The possible library values are:
</p>
<dl>
<dt><b><u>*LIBL</u></b></dt>
<dd>All libraries in the library list for the current thread are searched until the first match is found.
</dd>
</dl>
<dl>
<dt><b>*CURLIB</b></dt>
<dd>The current library for the job is used to locate the filter. If no library is specified as the current library for the job, the QGPL library is used.
</dd>
<dt><b><i>library-name</i></b></dt>
<dd>Specify the name of the library where the filter is located.
</dd>
<dt><b><i>filter-name</i></b></dt>
<dd>Specify the name of the filter that is used.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFTRSLTE.Top_Of_Page">Top</a></td></tr>
</table>
<div> <a name="RMVFTRSLTE.SEQNBR"></a>
<h3>Sequence number (SEQNBR)</h3>
<p>Specifies the sequence number of the selection entry to be removed. Selection entries in a filter are numbered in sequence. When a filter is applied, the selection entries with the lower sequence numbers are evaluated first. Specify a number from 1 through 9999.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFTRSLTE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVFTRSLTE.COMMAND.EXAMPLES">Examples</a> </h3>
<p>
<pre>
RMVFTRSLTE FILTER(MYLIB/MYFILTER) SEQNBR(10)
</pre>
</p>
<p>This command removes selection entry 0010 from filter MYFILTER in library MYLIB.
</p>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFTRSLTE.Top_Of_Page">Top</a></td></tr>
</table>
<hr size="2" width="100%">
<div><h3><a name="RMVFTRSLTE.ERROR.MESSAGES">Error messages</a> </h3>
<p><b><u>*ESCAPE Messages</u></b>
</p>
<dl>
<dt><b>CPF2150</b></dt>
<dd>Object information function failed.
</dd>
<dt><b>CPF2151</b></dt>
<dd>Operation failed for &amp;2 in &amp;1 type *&amp;3.
</dd>
<dt><b>CPF812F</b></dt>
<dd>Filter damaged.
</dd>
<dt><b>CPF91DC</b></dt>
<dd>Selection entry with sequence number &amp;4 not found.
</dd>
<dt><b>CPF91EC</b></dt>
<dd>Internal processing error occurred.
</dd>
<dt><b>CPF91E8</b></dt>
<dd>Internal processing error occurred.
</dd>
<dt><b>CPF9802</b></dt>
<dd>Not authorized to object &amp;2 in &amp;3.
</dd>
<dt><b>CPF9803</b></dt>
<dd>Cannot allocate object &amp;2 in library &amp;3.
</dd>
<dt><b>CPF9807</b></dt>
<dd>One or more libraries in library list deleted.
</dd>
<dt><b>CPF9808</b></dt>
<dd>Cannot allocate one or more libraries on library list.
</dd>
<dt><b>CPF9830</b></dt>
<dd>Cannot assign library &amp;1.
</dd>
</dl>
</div>
<table width="100%">
<tr><td align="right"><a href="#RMVFTRSLTE.Top_Of_Page">Top</a></td></tr>
</table>
</body>
</html>