The CALENDAR Procedure |
Calendar type: | Summary |
Tip: | To apply different formats to variables that are being summed, use multiple SUM statements. |
Featured in: | Summary Calendar with MEAN Values By Observation and Multiple Summary Calendars with Atypical Work Shifts (Separated Output) |
SUM variable(s) </ FORMAT=format-name>; |
Required Arguments |
specifies one or more numeric variables to total for each month.
Restriction: | This variable must be in the activities data set. |
Options |
names a SAS or user-defined format to use in displaying the sums requested.
Alias: | F= |
Default: | BEST. format |
Featured in: | Summary Calendar with MEAN Values By Observation and Multiple Summary Calendars with Atypical Work Shifts (Separated Output) |
What Is Displayed and How |
The sum appears at the bottom of the calendar page, if there is room; otherwise, it appears on the following page.
The sum appears in the LEGEND box if you specify the LEGEND option.
PROC CALENDAR automatically displays variables named in a SUM statement in the calendar output, even if the variables are not named in the VAR statement.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.