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 2010, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 21 Sep 2010 06:50:41 +0000
Reply-To:   goladin@gmail.com
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   "goladin@gmail.com" <goladin@GMAIL.COM>
Subject:   Re: default date value, SAS certification book
Comments:   To: Bbser 2009 <bbser2009@gmail.com>
Content-Type:   text/plain; charset="utf-8"

Hi,

The cutoff year is for use for a date value with only 2 digits for year so as to ensure that there will not be mixed ups. So a 01/01/10 will be taken as 01/01/2010 and not 01/01/1910. At the same time, the default calculation for dates uses the 1960 date as the point of references. Thus the difference.

Murphy

-----Original Message----- From: Bbser 2009 Sent: 21/09/2010 14:08:21 Subject: default date value, SAS certification book

The book: SAS base programing certification, 2nd ed. On p582, it says: A sas date value is the number of days from January 1, 1960, to the given date. This saying seemly suggest that the default value of the yearcutoff should be 1960. But, on p588, it says the default YEARCUTOFF= value is 1920.

Can anyone explain this to me? Thanks a lot for your time.


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