Returns the month from a SAS date value.
specifies a numeric constant, variable, or expression that represents a SAS date value.
date='25jan94'd; m=month(date); put m;
1