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 (January 2005, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 7 Jan 2005 05:48:53 -0800
Reply-To:     ct <carstentopp@WEB.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         ct <carstentopp@WEB.DE>
Organization: http://groups.google.com
Subject:      Re: Date Comparisons with Proc SQL.
Content-Type: text/plain; charset="iso-8859-1"

Hello Chad,

try this:

where intnx('month',run_date,-13,'beginning') <= effct_date <= intnx('month',run_date,-13,'end')

you can find some informations in the SAS Online Doc http://v8doc.sas.com/sashtml/lgref/z0212700.htm bye.....ct


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