Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Remove Trace Filter (RMVTRCFTR) command removes one or more trace filters from the system.
Restrictions:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FTR | Filter | Generic name, name | Required, Positional 1 |
Top |
Specifies the trace filter to be removed. A specific or generic filter name can be specified.
This is a required parameter.
Top |
Example 1: Removing a Single Filter
RMVTRCFTR FTR(SAMPLE)
This command removes the trace filter named SAMPLE.
Example 2: Removing All Filters that Start with SAM
RMVTRCFTR FTR(SAM*)
This command removes all trace filters with names that start with SAM.
Top |
Top |