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