Remove Filter Selection Entry (RMVFTRSLTE)

The Remove Filter Selection Entry (RMVFTRSLTE) command allows you to remove a selection entry from a filter object.

Parameters

Keyword Description Choices Notes
FILTER Filter Qualified object name Required, Positional 1
Qualifier 1: Filter Name
Qualifier 2: Library Name, *LIBL, *CURLIB
SEQNBR Sequence number 1-9999 Required, Positional 2

Filter (FILTER)

Specifies the qualified name of the filter from which the selection entry is being removed.

The possible library values are:

*LIBL
All libraries in the library list for the current thread are searched until the first match is found.
*CURLIB
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.
library-name
Specify the name of the library where the filter is located.
filter-name
Specify the name of the filter that is used.

Sequence number (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.

Examples

RMVFTRSLTE   FILTER(MYLIB/MYFILTER)  SEQNBR(10)

This command removes selection entry 0010 from filter MYFILTER in library MYLIB.

Error messages

*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.