RMVFTRSLTE (Remove Filter Selection Entry)
RMVFTRSLTE Command syntax diagram
Purpose
The Remove Filter Selection Entry (RMVFTRSLTE) command allows you to remove a selection entry from a filter object.
Required Parameters
- FILTER
- Specifies the qualified name of the filter from which the selection entry is being removed.
The name of the filter can be qualified by one of the following library values:
*LIBL: All libraries in the job's library list are searched until the first match is found.
*CURLIB: The current library for the job is searched. If no library is specified as the current library for the job, the QGPL library is used.
library-name: Specify the name of the library to be searched.
filter-name: Specify the name of the filter that is used.
- SEQNBR
- 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.
Example for RMVFTRSLTE
RMVFTRSLTE FILTER(MYLIB/MYFILTER) SEQNBR(10)This command removes selection entry 0010 from filter MYFILTER in library MYLIB.
Error messages for RMVFTRSLTE
*ESCAPE Messages
- CPF2150
- Object information function failed.
- CPF2151
- Operation failed for &2 in &1 type *&3.
- CPF812F
- Filter damaged.
- CPF91DC
- Selection entry with sequence number &4 not found.
- CPF91EC
- Internal processing error occurred.
- CPF91E8
- Internal processing error occurred.
- CPF9802
- Not authorized to object &2 in &3.
- CPF9803
- Cannot allocate object &2 in library &3.
- CPF9807
- One or more libraries in library list deleted.
- CPF9808
- Cannot allocate one or more libraries on library list.
- CPF9830
- Cannot assign library &1.