Delete PEX Data (DLTPEXDTA)

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

Parameters

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

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.

Top

Data library (DTALIB)

Specifies the library where the performance data files exist.

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

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

Top

Error messages

None

Top