Returns the year from a SAS date value.
specifies a SAS expression that represents a SAS date value.
date='25dec97'd; y=year(date); put y;
1997