The
CALENDAR procedure displays data from a SAS data set in a monthly
calendar format. You can produce a
schedule calendar,
which schedules events around holidays and nonwork periods, or you
can produce a
summary calendar,
which summarizes data and displays only one-day events and holidays.
When you use PROC CALENDAR you can perform the following tasks:
-
schedule work around holidays and
other nonwork periods
-
-
process data about
multiple calendars in
a single step and print them in a separate, mixed, or combined format
-
apply different holidays, weekly
work schedules, and daily work shifts to multiple calendars in a single
PROC step
-
produce a mean and a sum for variables
based on either the number of days in a month or the number of observations
PROC CALENDAR also contains
features that are specifically designed to work with PROC CPM in
SAS/OR
software, a project management scheduling tool.