Processes activities in groups defined by
the values of a calendar
identifier variable.
CALID variable
</ OUTPUT=COMBINE|MIX|SEPARATE>;
|
- variable
-
a character or numeric variable that identifies which calendar
an observation contains data for.
Requirement: |
If you specify the CALID variable,
then both the activities and holidays data sets must contain this variable.
If either of these data sets does not contain the CALID variable, then a default
calendar is used. |
Interaction: |
SAS/OR software uses this variable
to identify which calendar an observation contains data for. |
Tip: |
You do not need to use a CALID statement
to create this variable. You can include the default variable _CALID_ in the
input data sets. |
See
also: |
Calendar Data Set |
- OUTPUT=COMBINE|MIX|SEPARATE
-
controls the amount of space required to display output
for multiple calendars.
- COMBINE
-
produces one page for each month that contains activities
and subdivides each day by the CALID value.
- MIX
-
produces one page for each month that contains activities
and does not identify activities by the CALID value.
- SEPARATE
-
produces a separate page for each value of the CALID variable.
|
|
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.