| Where allowed to run: All environments (*ALL) Threadsafe: Conditional |
Parameters Examples Error messages |
The Remove Performance Explorer Filter (RMVPEXFTR) command removes one or more Performance Explorer filters from the system. Each filter is stored as a member in the QAPEXFTR file in library QUSRSYS. The member name is the same as the filter name.
Restrictions:
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| FTR | Filter | Generic name, name, *ALL | Required, Positional 1 |
| Top |
Specifies the name of the Performance Explorer filter being removed. A specific or generic filter name, or *ALL, can be specified.
| Top |
Example 1: Removing a Single Filter
RMVPEXFTR FTR(SAMPLE)
This command removes the member named SAMPLE from file QAPEXFTR in library QUSRSYS that contains the performance explorer filter named SAMPLE.
Example 2: Removing All Filters that Start with SAM
RMVPEXFTR FTR(SAM*)
This command removes all filters with names that start with SAM by removing all members that start with SAM from file QAPEXFTR in library QUSRSYS.
| Top |
*ESCAPE Messages
| Top |