Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FROMMBR | From member | Name, *SELECT | Optional, Positional 1 |
FROMLIB | From library | Name, QPFRDATA | Optional, Positional 2 |
TOMBR | To member | Name, *FROMMBR | Optional |
TOLIB | To library | Name, *FROMLIB | 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 |
Specifies the performance data member to be copied.
Note: This value is valid only when the job that copies the performance data is submitted interactively.
Top |
Specifies the library where the performance data members are located.
Top |
Specifies the name of the performance data member to which the performance data is copied.
Top |
Specifies the library in which the new copy of the performance data member is kept.
Top |
Specifies the job description used to submit the batch job that copies the performance data.
Top |
Example 1: Showing List of Performance Data Members
CPYPFRDTA
This command shows a display for selecting from all of the performance data members in the QPFRDATA library. From this list, the user can select performance data members to copy.
Example 2: Copying Data
CPYPFRDTA FROMMBR(MEMBER1) TOLIB(NEWLIB)
This command copies performance member MEMBER1 in library QPFRDATA to library NEWLIB. The new copy in library NEWLIB keeps the name MEMBER1.
Top |
Top |