Where allowed to run: All environments (*ALL) Threadsafe: No |
Parameters Examples Error messages |
The Display Program Temporary Fix (DSPPTF) command shows the program temporary fixes (PTFs) for a specified product.
Restriction: This command is shipped with public *EXCLUDE authority and the QPGMR, QSYSOPR, QSRV, and QSRVBAS user profiles have private authorities to use the command.
Top |
Keyword | Description | Choices | Notes |
---|---|---|---|
LICPGM | Product | Character value, *ALL | Optional, Positional 1 |
SELECT | PTF numbers to select | Character value, *ALL, *PTFSAVF, *ONORDER, *ACTRQD | Optional, Positional 2 |
RLS | Release | Character value, *ALL | Optional |
COVERONLY | Cover letter only | *NO, *YES | Optional |
OUTPUT | Output | *, *PRINT, *OUTFILE | Optional |
OUTFILE | File to receive output | Qualified object name | Optional |
Qualifier 1: File to receive output | Name | ||
Qualifier 2: Library | Name, *LIBL, *CURLIB | ||
OUTMBR | Output member options | Element list | Optional |
Element 1: Member to receive output | Name, *FIRST | ||
Element 2: Replace or add records | *REPLACE, *ADD |
Top |
Specifies the product for the PTFs that are shown. When LICPGM(*ALL) is specified, PTFs for all installed and supported products are shown.
The possible values are:
Top |
Specifies which PTF is shown for the specified product. *ALL cannot be specified for the Product (LICPGM) parameter if a PTF number is specified on the PTF numbers to select (SELECT) parameter.
When LICPGM(*ALL) and SELECT(*ALL) are specified, all PTFs for all installed and supported products are shown.
When LICPGM(licensed-program) and SELECT(*ALL) are specified, PTFs for all releases of the specified products are shown. The possible values are:
Note: If *ACTRQD is specified, the exit programs that run take a long time, resulting in a delay in the appearance of the first screen.
Top |
Specifies the release level of the PTFs being displayed.
The possible values are:
If the release-level specified is the release-level of the installed base option of the product, PTFs for all installed options of the product are displayed regardless of the release-level of the option. All PTFs for options that are supported at this release-level are also displayed.
If the release-level specified is not the release-level of the installed base option of the product, only PTFs for the product options that are supported or installed at that release-level are displayed.
Top |
Specifies whether only the cover letter is displayed.
The possible values are:
Top |
Specifies whether the output from the command is displayed at the requesting work station or printed with the job's spooled output.
The possible values are:
Top |
Specifies the physical database file where the PTF records are directed. If the output file already exists, the system attempts to use it. The system creates a physical database file (with the name specified in the OUTFILE parameter) in the designated library. A member is created for the file with the name specified in the Output member options (OUTMBR) parameter. If a new file is created, system file QADSPPTF in system library QSYS with a format name of QSCPTF is used as a model.
The possible library values are:
The possible values are:
Top |
Specifies the name of the database file member where the output of the command is directed. A second value specifies whether the new data replaces the existing data or is added to the end of the data already in the file member.
The possible member name values are:
The possible placement values are:
Top |
Example 1: Printing Status of PTFs
DSPPTF LICPGM(5722SS1) OUTPUT(*PRINT)
This command produces a printout containing the status of PTFs for the product 5722SS1.
Example 2: Printing Information
DSPPTF LICPGM(5722SS1) SELECT(SI00034) OUTPUT(*PRINT)
This command produces a printout containing detailed information about PTF SI00034 for the product 5722SS1.
Top |
*ESCAPE Messages
Top |