Date: Wed, 11 Sep 1996 08:28:27 CST
Reply-To: Bruce Johnson <bjohnson@SACHS.COM>
Sender: "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From: Bruce Johnson <bjohnson@SACHS.COM>
Subject: Re: Subsetting using date
Try this instead:
where movdate >= mdy(09,01,96);
Bruce Johnson
______________________________ Reply Separator _________________________________
Subject: Subsetting using date
Author: Yigit kavurmacioglu <yigitus@OPENIX.COM> at Internet
Date: 9/10/96 6:28 PM
Hi Folks;
I have to subset a data according to criteria on date I have a variable
(Movdate) in yymmdd format and I am using
where movdate >=960901;
statement bu it does not give me the subset I want (the ones after sept 96).
Am I doing something wrong?
Regards and Thanks in advance
Yigit kavurmacioglu