Delete PEX Data (DLTPEXDTA)

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.

Parameters

Keyword Description Choices Notes
DTAMBR Data member Name Required, Positional 1
DTALIB Data library Name, QPEXDATA Optional, Positional 2

Data member (DTAMBR)

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.

Data library (DTALIB)

Specifies the library where the performance data files exist.

QPEXDATA
The performance data is deleted from files in library QPEXDATA.
name
Specify the library name which contains the performance data files.

Examples

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)'.

Error messages

None