![]() | ![]() | ![]() | ![]() | ![]() |
The TYETASK variable is incorrectly assigned a default value of KEPT=NO in SAS® IT Resource Management table XTY30_V. The default value for this variable should be KEPT=YES.
To circumvent this problem, use the %CPDDUTL macro to update the TYETASK variable's KEPT= value to "YES" in table XTY30_V using the following CPDDUTL control statements:
SET TABLE NAME=XTY30_V; UPDATE VARIABLE NAME=TYETASK KEPT=YES;
Ensure that you have a working backup of your PDB before making any changes to the variable.
Select the Hot Fix tab in this note to access the hot fix for this issue.
Product Family | Product | System | Product Release | SAS Release | ||
Reported | Fixed* | Reported | Fixed* | |||
SAS System | SAS IT Resource Management-Server | z/OS | 2.7 | 3.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |