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 (August 2003, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 8 Aug 2003 01:02:36 +0300
Reply-To:     Arto Raiskio <arto.raiskio@SUOMENPOSTI.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Arto Raiskio <arto.raiskio@SUOMENPOSTI.COM>
Subject:      questions on datetime

I have a current DBF file produced daily from a call monitor system known as Aspect

this DBF contains a date and time value variable which has values in it like

1059569915 which translates via (data _null_;set;format d datetime.;put d=) as

29JUL1993:12:58:35

now the question is why is this value 1993 when I know it is for July 29 of this year or 2003 ?

I know I can manually code for the wrong year value but I wonder why the 4 year difference?

a sample of yesterdays activity shows up as

1060214430 which sas translates to 06AUG93:00:00:30

can't think why the vendor would be off by 4 years? any ideas?


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