Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The DLTPEXDTA (Delete Performance Explorer Data) command deletes data that was collected by the Performance Explorer tool and was saved across a set of physical files in a particular library.
Restriction: The user must have object existence authority for each Performance Explorer database file in the specified library.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
DTAMBR | Data member | Name | Required, Positional 1 |
DTALIB | Data library | Name, QPEXDATA | Optional, Positional 2 |
Top |
Specifies the member name of the performance data. The member name is the same for each of the physical files used by the Performance Explorer tool.
Top |
Specifies the library where the performance data files exist.
Top |
DLTPEXDTA DTAMBR(STATS3) DTALIB(TESTLIB)
This command will remove members named STATS3 from the performance explorer database files in library TESTLIB. These members could have been created when the user ended a performance explorer data collection session (ENDPEX CL command) specifying 'SSNID(STATS3) DTAOPT(*LIB) DTALIB(TESTLIB)'.
Top |
None
Top |