LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (October 2002, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


Back to: Top of message | Previous page | Main SAS-L page