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 (September 1996, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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
Comments: To: Yigit kavurmacioglu <yigitus@OPENIX.COM>

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


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