Remove Filter Action Entry (RMVFTRACNE)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Remove Filter Action Entry (RMVFTRACNE) command allows the user to remove an action entry from the specified filter object.

Top

Parameters

Keyword Description Choices Notes
FILTER Filter Qualified object name Required, Positional 1
Qualifier 1: Filter Name
Qualifier 2: Library Name, *LIBL, *CURLIB
GROUP Group Name Required, Positional 2
Top

Filter (FILTER)

Specifies the qualified name of the filter from which the action 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.
Top

Group (GROUP)

Specifies the group that identifies the action entry being removed.

Top

Examples

RMVFTRACNE   FILTER(MYLIB/MYFILTER)  GROUP(CHICAGO)

This command removes the action entry identified by the group CHICAGO in the filter MYFILTER in library MYLIB.

Top

Error messages

*ESCAPE Messages

CPF2150
Object information function failed.
CPF2151
Operation failed for &2 in &1 type *&3.
CPF812F
Filter damaged.
CPF91DD
Action entry for group &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.
Top