%EVG_GANTT_CHART |
This macro is used to produce a Gantt chart of the planned and revised schedule, along with selected earned value metrics for each task.
Note: %EVG_GANTT_CHART requires output from %EVA_METRICS.
specifies the activity variable in the PLANSCHED= and REVISESCHED= data sets.
specifies the finish date or datetime variable in the PLANSCHED= and REVISESCHED= data sets.
identifies the data set containing the planned schedule.
identifies the data set that contains the updated schedule.
specifies the start date or datetime variable in the PLANSCHED= and REVISESCHED= data sets.
specifies the name of the output data set. This is an internal data set that is used as input to the GANTT procedure. The default data set name is CHART.
specifies a duration variable in the PLANSCHED= or REVISESCHED= data set. The specified variable in the REVISESCHED= data set is used if the variable is present in both data sets. This variable is used only for differentiating milestones from single-day tasks.
specifies a height factor for all text in PROC GANTT. (See the HEIGHT= option for the CHART statement of PROC GANTT (Chapter 8) for more details.)
specifies that the Gantt chart is to be produced using h horizontal pages. (See the HPAGES= option for the CHART statement of PROC GANTT (Chapter 8) for more details.)
specifies that the Gantt chart is to be produced using v vertical pages. (See the VPAGES= option for the CHART statement of PROC GANTT (Chapter 8) for more details.)
specifies a space-delimited list of the variables from the TASKS= data set to be included in the chart. The choices are: WBS, PV, EV, AC, CV, CVP, SV, SVP, CPI, and SPI. The default value is "CV SV".
specifies the relative size adjustment of the data columns and chart. (See the SCALE= option for the CHART statement of PROC GANTT (Chapter 8) for more details.)
specifies the name of the output data set from the %EVA_TASK_METRICS macro. The default data set name is TASKMETS.
specifies the date (’ddmmmyy’d) or datetime (’ddmmmyy:hh:mm:ss’dt) of the updated schedule and costs. The default value is today’s date, unless the macro variable _TIMENOW_ has been set, in which case the default is the latter. A vertical line and label indicate the value.
Table 11.9 summarizes the parameters used for managing input and output data sets in the %EVG_GANTT_CHART macro.
Type |
Data Set |
Variables |
INPUT |
PLANSCHED |
ACTIVITY, DURATION, FINISH, START |
INPUT |
REVISESCHED |
ACTIVITY, DURATION, FINISH, START |
INPUT |
TASKMETRICS |
|
OUTPUT |
CHART |