Previous Page | Next Page

The CALENDAR Procedure

HOLIFIN Statement


Specifies the variable in the holidays data set that contains the finishing date of each holiday.
Alias: HOLIFINISH
Calendar type: Schedule
Default: If you do not use a HOLIFIN or HOLIDUR statement, then all holidays last one day.

HOLIFIN variable;


Required Arguments

variable

contains the finishing date of each holiday.

Restriction: This variable must be in the holidays data set.
Restriction: Values of variable must be in either SAS date or datetime values.
Restriction: If the HOLIFIN variable contains datetime values, then you must specify the DATETIME option in the PROC CALENDAR statement.

Holiday Duration

If you use both the HOLIFIN and the HOLIDUR statements, then PROC CALENDAR uses only the HOLIFIN variable.

Previous Page | Next Page | Top of Page