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 (February 2004, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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..


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