Remove Trace Filter (RMVTRCFTR)

The Remove Trace Filter (RMVTRCFTR) command removes one or more trace filters from the system.

Restrictions:

Parameters

Keyword Description Choices Notes
FTR Filter Generic name, name Required, Positional 1

Filter (FTR)

Specifies the trace filter to be removed. A specific or generic filter name can be specified.

This is a required parameter.

generic-name
Specify the generic name of the trace filter to be removed. A generic name is a character string of one or more characters followed by an asterisk (*); or example, ABC*. The asterisk substitutes for any valid characters. A generic name specifies all objects with names that begin with the generic prefix for which the user has authority. If an asterisk is not included with the generic (prefix) name, the system assumes it to be the complete object name.
name
Specify the name of the trace filter to be removed.

Examples

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.

Error messages

Unknown