Date: Wed, 30 Oct 2002 03:00:52 -0800
Reply-To: Stig Eide <stigeide@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Stig Eide <stigeide@YAHOO.COM>
Organization: http://groups.google.com/
Subject: HOWTO find last Friday of month?
Content-Type: text/plain; charset=ISO-8859-1
Does anyone have a tip of how to find the last Friday of a month?
The last day of the month can be found with the INTNX function:
lastDay=intnx('month',today(),0,'E');
This gives the SAS date value of the last day of the current month.
Anyone have a suggestion?
Thanks!
Stig Eide
|