Usage Note 16911: Macro not resolved error when calling the Earned Value Management macros
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
SAS System | SAS/OR | Microsoft Windows NT Workstation | 3.1 | | 9.1 TS1M3 SP4 | |
64-bit Enabled Solaris | 3.1 | | 9.1 TS1M3 SP4 | |
Microsoft® Windows® for 64-Bit Itanium-based Systems | 3.1 | | 9.1 TS1M3 SP4 | |
Linux on Itanium | 3.1 | | 9.1 TS1M3 SP4 | |
Linux | 3.1 | | 9.1 TS1M3 SP4 | |
64-bit Enabled HP-UX | 3.1 | | 9.1 TS1M3 SP4 | |
HP-UX IPF | 3.1 | | 9.1 TS1M3 SP4 | |
OpenVMS Alpha | 3.1 | | 9.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.
Date Modified: | 2006-04-26 08:54:06 |
Date Created: | 2006-01-23 09:14:19 |