SUPPORT / SAMPLES & SAS NOTES
 

Support

Usage Note 16911: Macro not resolved error when calling the Earned Value Management macros

DetailsAboutRate It
The following warning and error message will occur if you attempt to
call the Earned Value Management macros but have not defined the EVMLIB
libname:

   WARNING:  Apparent invocation of macro EVA_TASK_METRICS not resolved.
   ERROR:  Statement is not valid or it is used out of proper order.

To use the Earned Value Management macros, the EVMLIB libname must be
assigned by submitting the following code:

   For OpenVMS Alpha:
      libname evmlib 'SAS$ROOT:[cmacros.or]';
      options mstored sasmstore=evmlib;

   For UNIX Systems:
      libname evmlib '!SASROOT/cmacros/or';
      options mstored sasmstore=evmlib;

   For Windows Systems:
      libname evmlib '!SASROOT\or\cmacros';
      options mstored sasmstore=evmlib;


Operating System and Release Information

Product FamilyProductSystemProduct ReleaseSAS Release
ReportedFixed*ReportedFixed*
SAS SystemSAS/ORMicrosoft Windows NT Workstation3.19.1 TS1M3 SP4
64-bit Enabled Solaris3.19.1 TS1M3 SP4
Microsoft® Windows® for 64-Bit Itanium-based Systems3.19.1 TS1M3 SP4
Linux on Itanium3.19.1 TS1M3 SP4
Linux3.19.1 TS1M3 SP4
64-bit Enabled HP-UX3.19.1 TS1M3 SP4
HP-UX IPF3.19.1 TS1M3 SP4
OpenVMS Alpha3.19.1 TS1M3 SP4
* 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.