SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 34985: The TYETASK variable in SAS® IT Resource Management incorrectly has the KEPT=NO value in table XTY30_V

DetailsHotfixAboutRate It

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

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS IT Resource Management-Serverz/OS2.73.19.1 TS1M3 SP49.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.