Specifies the variables that you want to display for
each activity.
- variable(s)
- specifies one or more variables that you want to display
in the calendar.
Range: |
The values of variable
can be either character or numeric. |
Restriction: |
These variables must be in the activities
data set. |
Tip: |
You can apply a format to this variable. |
If you do not use a
VAR statement, the procedure displays all variables in the activities data
set in the order that they occur in the data set, except for the BY, CALID,
START, DUR, and FIN variables. All variables are not displayed, however,
if the LINESIZE= and PAGESIZE= settings do not allow enough space in the calendar.
- PROC CALENDAR displays variables in the order that they appear
in the VAR statement. All variables are not displayed, however, if the LINESIZE=
and PAGESIZE= settings do not allow enough space in the calendar.
- PROC CALENDAR also displays any variable named in a SUM or MEAN
statement for each activity in the calendar output, even if you do not name
that variable in a VAR statement.
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.