Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Create Program Temporary Fix Package (CRTPTFPKG) command creates a package of program temporary fixes (PTFs).
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
OUTFILE | Package output file | Qualified object name | Required, Positional 1 |
Qualifier 1: Package output file | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
OUTMBR | Package output member | Element list | Optional |
Element 1: Member | Name, *FIRST | ||
Element 2: Replace or add records | *REPLACE, *ADD | ||
SELECT | PTFs to select file | Single values: *SUPPTD Other values: Element list |
Optional |
Element 1: File | Qualified object name | ||
Qualifier 1: File | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
Element 2: Member | Name, *FIRST | ||
OMIT | PTFs to omit file | Single values: *NONE Other values: Element list |
Optional |
Element 1: File | Qualified object name | ||
Qualifier 1: File | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
Element 2: Member | Name, *FIRST | ||
SUPERSEDE | Replace Superseded PTFs | *NO, *YES | Optional |
PREREQ | Include prerequisite PTFs | *ALL, *NONE, *SAMEPRD | Optional |
DEV | Device | Character value, *NONE | Optional |
VOL | Volume identifier | Character value, *MOUNTED | Optional |
SEQNBR | Sequence number | 1-16777215, *END | Optional |
ENDOPT | End of media option | *REWIND, *LEAVE, *UNLOAD | Optional |
COVER | Cover letter NLV | Character value, *NONE | Optional |
Top |
Specifies the physical database file to which the list of PTFs contained in the package is directed. If the output file does not exist, the system creates it.
The name of the file can be qualified by one of the following library values:
The possible file name value is:
Top |
Specifies the name of the database file member to which the list of PTFs contained in the package is directed.
The possible Member Name values are:
The possible Add or Replace Records values are:
Top |
Specifies the database file containing the list from which PTFs are selected.
Note:
If a PTF has had another take its place the most current PTF is selected.
The possible values are:
Element 1: File Name
The name of the file can be qualified by one of the following library values:
Element 2: File Member
Top |
Specifies the database file which contains the list of PTFs to omit from the package. The PTFs listed in this file that also exist in the file specified on the SELECT parameter are omitted from the package. Only prerequisites and corequisites that are needed on the system are selected.
The possible values are:
Element 1: File Name
The name of the file can be qualified by one of the following library values:
The possible value for the file name is:
Element 2: File Member
Top |
Specifies whether superseding PTFs are packaged in place of superseded PTFs.
The possible values are:
Top |
Specifies whether prerequisite PTFs are included in the package. If prerequisite PTFs are included in the package,then corequisite PTFs also are included.
The possible values are:
Top |
Specifies the name of the device to which the PTF package is saved.
The possible values are:
Top |
Specifies the volume identifier.
The possible values are:
Top |
Specifies the sequence number of the data file that receives the saved package.
The possible values are:
Top |
Specifies the operation that is automatically performed on the tape or optical volume after the operation ends.
Note: This parameter is only valid if a tape or optical device name is specified on the DEV parameter. For optical devices, *UNLOAD is the only special value supported, *REWIND and *LEAVE will be ignored.
The possible values are:
Top |
Specifies the language used to select the cover letters for this PTF package.
The possible values are:
Top |
Before you can use the CRTPTFPKG command, an output file must be created on the service requester by running the Display PTF (DSPPTF) command and directing the output to a file. For the following examples, output file MYOUTF is created by running the following command:
DSPPTF OUTPUT(MYOUTF) OUTFILE(MYOUTF)
Example 1: Creating a PTF Package to Tape
CRTPTFPKG OUTFILE(MYOUTF) DEV(TAP01)
This command creates a tape with all PTFs that are currently on the service provider but not on the service requester.
Example 2: Creating a PTF Package to Optical
CRTPTFPKG OUTFILE(MYOUTF) DEV(OPT01)
This command creates an optical media with all PTFs that are currently on the service provider but not on the service requester.
Top |
*ESCAPE Messages
Top |