Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Copy Program Temporary Fixes (PTFs) to Save Files (CPYPTFSAVF) command allows you to copy all or selected PTFs for installed and supported products from a device into PTF save files.
Restrictions:
The following notes provide information on how the command works.
Notes:
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
FROMDEV | From device | Name | Required, Positional 1 |
LICPGM | Product | Character value, *ALL, *SUPPTD | Optional, Positional 2 |
SELECT | PTF numbers to select | Single values: *ALL Other values (up to 50 repetitions): Character value |
Optional |
OMIT | PTF numbers to omit | Values (up to 50 repetitions): Character value | Optional |
Top |
Specifies the tape unit or optical device that contains the Program Temporary Fixes (PTFs) to be copied into save files (SAVF). Specify the name of the tape device or optical device.
Top |
Specifies the names of the licensed programs for which PTFs are to be copied.
The possible values are:
Top |
Specifies which PTFs are to be copied. The OMIT parameter cannot be specified if individual PTF identification numbers are specified on SELECT parameter.
The possible values are:
Top |
Specifies that all PTFs are copied except for those specified on this parameter. Up to 50 PTF identification numbers can be specified for omission.
Top |
Example 1: Copying PTFs for a Specified Program
CPYPTFSAVF FROMDEV(TAP01) LICPGM(5722SS1)
This command copies all PTFs for the licensed program named 5722SS1 from the device named TAP01 into save files on the system.
Example 2: Copying All PTFs
CPYPTFSAVF FROMDEV(TAP01) LICPGM(*ALL)
This command copies all PTFs for all supported products from the device named TAP01 to a save file on the system.
Example 3: Copying PTFs for a Supported Product
CPYPTFSAVF FROMDEV(TAP01) LICPGM(*SUPPTD)
This command copies PTFs for all supported products from the device named TAP01 to a save file on the system.
Example 4: Copying a Specific PTF
CPYPTFSAVF FROMDEV(OPT01) LICPGM(5722SS1) SELECT(PTF0001)
This command copies only the PTF named PTF0001 for the licensed program named 5722SS1 from the device named OPT01 to a save file on the system.
Top |
None
Top |