Problem Note 34985: The TYETASK variable in SAS® IT Resource Management incorrectly has the KEPT=NO value in table XTY30_V
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.
Operating System and Release Information
SAS System | SAS IT Resource Management-Server | z/OS | 2.7 | 3.1 | 9.1 TS1M3 SP4 | 9.2 TS2M0 |
*
For software releases that are not yet generally available, the Fixed
Release is the software release in which the problem is planned to be
fixed.
Type: | Problem Note |
Priority: | low |
Date Modified: | 2009-04-06 10:11:25 |
Date Created: | 2009-02-27 15:29:50 |