SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 31916: Test for macro variable &SYSSCP omitted in SAS® IT Resource Management 2.7 macro %CPDBPURG

DetailsHotfixAboutRate It
The fix referenced in Problem Note #4476 was not implemented in the ITRM 2.7 macro %CPDBPURG. The macro variable &SYSSCP should be tested for a value of "OS". Instead, it is tested for a value of "OS/390".

To circumvent this problem, make a backup of the CPDBPURG macro (located in the autocall library that ITRM uses), then replace the occurrences of "%quote(OS/390)" with "%quote(OS)" and replace "&sysscpl" with "&sysscp". For example, replace the following statement:

%if %quote(&sysscpl) = %quote(OS/390) and &sysenv = BACK %then %do;
with this statement:
%if %quote(&sysscp) = %quote(OS) and &sysenv = BACK %then %do;

A fix for this problem is being considered for a future software release.



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.