The Earned Value Management Macros |
%EVG_SCHEDULE_PLOT
This macro is used to display planned and projected completion times for the project. Specifically,
the status date is shown, along with the planned finish time, the revised finish time, and
the projected finish time.
- %EVG_SCHEDULE_PLOT < ( parameters ) > ;
Note: %EVG_SCHEDULE_PLOT requires output from %EVA_METRICS.
Optional Parameters
-
ACRONYMS=long
- specifies whether the long form of the earned value
acronyms is to be used - e.g., BCWP versus EV. The short form is used unless the macro variable
_ACRONYMS_ is set to "long" or ACRONYMS=long is specified. The parameter overrides
the macro variable setting;
i.e., specifying any non-null value other than "long" for the ACRONYMS= parameter produces short forms.
-
METRICS=SAS-data-set
- identifies the periodic metrics data set produced by the %EVA_METRICS macro,
the name of which is determined by the METRICS= parameter of %EVA_METRICS.
The default data set name is METRICS.
-
PLOT=SAS-data-set
- specifies the name of the output data set.
This is an internal data set that is used as input to the plotting procedure.
The default data set name is PLOT.
Figure 9.6 summarizes the parameters used
for managing input and output data sets in the %EVG_SCHEDULE_PLOT macro.
Table 9.6: %EVG_SCHEDULE_PLOT I/O Parameter Summary
Type
|
Data Set
|
INPUT | METRICS |
OUTPUT | PLOT |
Copyright © 2008 by SAS Institute Inc., Cary, NC, USA. All rights reserved.