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 2000, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 13 Jan 2000 17:25:58 -0500
Reply-To:     "F.J. Kelley" <jkelley@ARCHES.UGA.EDU>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         "F.J. Kelley" <jkelley@ARCHES.UGA.EDU>
Subject:      Re: date comparison
Comments: To: "Yanming X. Xu" <yxxu@HOUSEHOLD.COM>
In-Reply-To:  <06256865.00782BF5.00@philnotes4.household.com>
Content-Type: TEXT/PLAIN; charset=US-ASCII

"if begdt >='04/01/1999' then .....,"

use SAS Date constant:

if begdt >= '12jul1789'd then ...

(the "d" above indicates this is a date constant, not a string)


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