Problem Note 31916: Test for macro variable &SYSSCP omitted in SASĀ® IT Resource Management 2.7 macro %CPDBPURG
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
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: | medium |
Date Modified: | 2008-05-21 11:35:13 |
Date Created: | 2008-04-29 14:51:10 |