SUPPORT / SAMPLES & SAS NOTES
 

Support

Problem Note 31716: SAS® IT Resource Management CPS_FOOT macro variable is not initialized in %CPPRINT macro

DetailsHotfixAboutRate It

The CPS_FOOT macro variable in SAS IT Resource Management is not initialized in the %CPPRINT macro when attempting to process an empty dataset.

The following error message is generated in the SAS Log:

   WARNING: Apparent symbolic reference CPS_FOOT not resolved.
   WARNING: The FOOTNOTE statement is ambiguous due to invalid options
             or unquoted text.

A correction of this issue is being considered for a future software release.

Until then, you can add the following lines of code to the top of your report job, after %CPSTART, as a workaround:

%GLOBAL CPS_FOOT;
%LET CPS_FOOT=1;


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS IT Resource Management-Serverz/OS2.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft® Windows® for 64-Bit Itanium-based Systems2.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Datacenter 64-bit Edition2.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Enterprise 64-bit Edition2.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft Windows XP 64-bit Edition2.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft® Windows® for x642.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft Windows 2000 Advanced Server2.79.1 TS1M3 SP4
Microsoft Windows 2000 Datacenter Server2.79.1 TS1M3 SP4
Microsoft Windows 2000 Server2.79.1 TS1M3 SP4
Microsoft Windows 2000 Professional2.79.1 TS1M3 SP4
Microsoft Windows NT Workstation2.79.1 TS1M3 SP4
Microsoft Windows Server 2003 Datacenter Edition2.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Enterprise Edition2.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft Windows Server 2003 Standard Edition2.73.19.1 TS1M3 SP49.2 TS2M3
Microsoft Windows XP Professional2.73.19.1 TS1M3 SP49.2 TS2M3
Windows Vista2.73.19.1 TS1M3 SP49.2 TS2M3
64-bit Enabled AIX2.73.19.1 TS1M3 SP49.2 TS2M3
64-bit Enabled HP-UX2.73.19.1 TS1M3 SP49.2 TS2M3
64-bit Enabled Solaris2.73.19.1 TS1M3 SP49.2 TS2M3
HP-UX IPF2.73.19.1 TS1M3 SP49.2 TS2M3
Linux2.73.19.1 TS1M3 SP49.2 TS2M3
Tru64 UNIX2.73.19.1 TS1M3 SP49.2 TS2M3
* 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.