Chapter Contents

Previous

Next
The CALENDAR Procedure

VAR Statement


Specifies the variables that you want to display for each activity.

Alias: VARIABLE


VAR variable(s);


Required Arguments

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.


Details

When VAR Is Not Used

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.

Display of Variables


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.