| Where allowed to run: Interactive environments (*INTERACT *IPGM *IREXX *EXEC) Threadsafe: No |
Parameters Examples Error messages |
The Work with Program Temporary Fix Groups (WRKPTFGRP) command displays a list of PTF groups on the system. A PTF group consists of a list of program temporary fixes (PTFs) defined for the purpose of managing those PTFs as one group. A PTF group can identify other PTF groups called related PTF groups. The PTFs in the PTF group as well as the PTFs in the latest installed level of all related PTF groups are used to determine the overall status of the PTF group.
Restrictions:
| Top |
| Keyword | Description | Choices | Notes |
|---|---|---|---|
| PTFGRP | PTF group | Character value, *ALL | Optional, Positional 1 |
| PTFGRPLVL | PTF group level | 1-99999, *INSTALLED, *LATEST, *ALL | Optional |
| Top |
Specifies the PTF groups to display.
This is a required parameter.
| Top |
Specifies the level of the PTF group to display.
| Top |
Example 1: Specifying a generic PTF group name
WRKPTFGRP PTFGRP(SF*)
This command allows you to work with all of the PTF groups that start with the letters 'SF'.
Example 2: Display the latest installed level of all PTF groups on the system
WRKPTFGRP PTFGRP(*ALL) PTFGRPLVL(*INSTALLED)
This command displays the latest installed level of all PTF groups on the system. For each PTF group, the latest level of the PTF group that has a status of Installed or Apply at next IPL is displayed. If no levels of the PTF group have a status of Installed or Apply at next IPL, the latest level of the PTF group that exists on the system is displayed.
| Top |
| Top |