Previous Page | Next Page

The CALENDAR Procedure

FIN Statement


Specifies the variable in the activities data set that contains the finishing date of each activity.
Alias: FINISH
Calendar type: Schedule
Interaction: If you use both a FIN and a DUR statement, then FIN is used.
Tip: To produce a schedule calendar, you must use either a FIN or DUR statement.
Featured in: Calculating a Schedule Based on Completion of Predecessor Tasks

FIN variable;


Required Arguments

variable

contains the finishing date of each activity.

Restriction: The values of variable must be either SAS date or datetime values.
Restriction: If the FIN variable contains datetime values, then you must specify the DATETIME option in the PROC CALENDAR statement.
Restriction: Both the START and FIN variables must have matching formats. For example, if one contains datetime values, then so must the other.

Previous Page | Next Page | Top of Page