CALENDAR Procedure

FIN Statement

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

Syntax

FIN variable;

Required Argument

variable
contains the finishing date of each activity.
Restrictions:The values of variable must be either SAS date or datetime values.

If the FIN variable contains datetime values, then you must specify the DATETIME option in the PROC CALENDAR statement.

Both the START and FIN variables must have matching formats. For example, if one contains datetime values, then so must the other.