Date: Tue, 10 Feb 2004 04:43:20 -0800
Reply-To: Microstructure <randistan69@HOTMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Microstructure <randistan69@HOTMAIL.COM>
Organization: http://groups.google.com
Subject: Extracting observations between dates (NEWBIE)
Content-Type: text/plain; charset=ISO-8859-1
I want to extract observations for all my variables between 2 dates...I did
data a; set b;
if date=01/01/99 LE date LE date=4/30/03 then output;
run;
it does not seem to be working
the data set is as follows
comp date var1 var 2
abc 1/1/99
dog ....
cat..
|