Delete Performance Data (DLTPFRDTA)

Where allowed to run: All environments (*ALL)
Threadsafe: No
Parameters
Examples
Error messages

The Delete Performance Data (DLTPFRDTA) command deletes performance data members from the performance database files.

Top

Parameters

Keyword Description Choices Notes
MBR Member Single values: *SELECT
Other values (up to 50 repetitions): Name
Optional, Positional 1
LIB Library Name, QPFRDATA Optional
JOBD Job description Single values: *NONE
Other values: Qualified object name
Optional
Qualifier 1: Job description Name, QPFRJOBD
Qualifier 2: Library Name, *LIBL, *CURLIB
Top

Member (MBR)

Specifies the member to be deleted from the database files.

*SELECT
Lists all members available in the specified library so you can select members to delete. This value is valid only in an interactive environment.
member-name
Specify the members to be deleted from the database files. Up to 50 members can be specified.
Top

Library (LIB)

Specifies the library where the performance data members are located.

QPFRDATA
The performance data members are located in the IBM-supplied performance library, QPFRDATA.
library-name
Specify the name of the library where the performance data members are located.
Top

Job description (JOBD)

Specifies the job description used to submit jobs for batch processing.

QPFRJOBD
The IBM-supplied performance tools job description is used.
*LIBL
All libraries in the job's library list are searched until the first match is found.
*CURLIB
The current library for the job is used to locate the job description. If no library is specified as the current library for the job, QGPL is used.
library-name
Specify the name of the library where the job description is located.
job-description-name
Specify the name of an alternate job description.
*NONE
A batch job is not submitted; instead, processing continues interactively while the user waits. The user's work station cannot be used during this time. This is something to consider for especially long jobs.
Top

Examples

DLTPFRDTA   MBR(TEST1)

This command deletes performance data member TEST1 from the performance database files found in library QPFRDATA. QPFRJOBD is used for the job description of the job.

Top

Error messages

None

Top