Chapter Contents

Previous

Next
The CALENDAR Procedure

FIN Statement


Specifies the variable in the activities data set that contains the finishing date of each activity.

Alias: FINISH
Calendar: Schedule
Interaction: If you use both a FIN and a DUR statement, 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.
Restrictions: The values of variable must be either SAS date or datetime values.
Restrictions: If the FIN variable contains datetime values, you must specify the DATETIME option in the PROC CALENDAR statement.
Restrictions: Both the START and FIN variables must have matching formats. For example, if one contains datetime values, so must the other.


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.