DLTPFRDTA (Delete Performance Data)
Note: To use this command, have the 5722-PT1 (Performance Tools for iSeries) licensed program installed.
DLTPFRDTA Command syntax diagram
Purpose
The Delete Performance Data (DLTPFRDTA) command deletes performance data members from the performance database files.
Optional Parameters
- MBR
- Specifies the member to be deleted from the database files.
*SELECT: Lists all members available in the specified library so the user can select the performance members to be deleted. 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.
- 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.
- JOBD
- Specifies the job description used to submit jobs for batch processing.
The name of the job description can be qualified by one of the following library values:
- *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 searched. If no library is specified as the current library for the job, the QGPL library is used.
- library-name: Specify the name of the library to be searched.
QPFRJOBD: The IBM-supplied Performance Tools job description is used.
job-description-name: Specify the name of an alternate job description.
Other Single Values
*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, which is something to consider for especially long jobs.
Example for DLTPFRDTA
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.
Error messages for DLTPFRDTA