This example does the
following:
-
produces a schedule calendar
-
schedules activities around holidays
-
uses separate work patterns and
holidays for each calendar
-
uses an 8-hour day, 5 1/2-day work
week
-
displays and identifies multiple
calendars on each calendar page (combined output)
-
displays
but
does not identify multiple calendars on each calendar
page (mixed output)
This example creates
both combined and mixed output. Producing combined or mixed calendar
output requires only one change to a PROC CALENDAR step: the setting
of the OUTPUT= option in the CALID statement. Combined output is produced
first, then mixed output.
Sort and OUTPUT= Settings
|
|
|
|
Separate pages for each
calendar
|
Calendar ID and starting
date
|
|
|
All activities on the
same page and identify each calendar
|
|
|
|
All activities on the
same page and NOT identify each calendar
|
|
|
|