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 (April 1998, week 5)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Thu, 30 Apr 1998 08:43:00 -0400
Reply-To:     "Barless, A. (Allan)" <ALLAN.BARLESS@ROYALBANK.COM>
Sender:       "SAS(r) Discussion" <SAS-L@UGA.CC.UGA.EDU>
From:         "Barless, A. (Allan)" <ALLAN.BARLESS@ROYALBANK.COM>
Subject:      Year 2000 problem: YYYYMMDD code
Comments: To: edscc@cunyvm.cuny.edu
Content-Type: text/plain

---------------------------- Forwarded with Changes --------------------------- From: SMTP:EDSCC@CUNYVM.CUNY.EDU at Internet Date: 4/29/98 6:07PM To: A. (Allan) Barless at EMPO0008 *To: SMTP:SAS-L@UGA.CC.UGA.EDU at Internet Subject: Year 2000 problem: YYYYMMDD code ------------------------------------------------------------------------ -------

Ed, take a look at the informat yymmddx. again. I think you want to put increase x. to either eight or ten. Like this yymmdd8. yymmdd10.

Al B

______________________________ Forward Header __________________________________ Subject: Year 2000 problem: YYYYMMDD code Author: SMTP:EDSCC@CUNYVM.CUNY.EDU at Internet Date: 29/04/98 6:07 PM

Hi,

Our central mainframe computing people started using a full year code to deal with the year 2000 problem. The code is "YYYYMMDD" (YYYY = year, MM = month & DD = day). Since SAS, in Windows version 6.08, has the format YYMMDD6., but not a YYYYMMDD8. format, I'll only be able to read the new field until 1999. I've looked at the informats in SAS Windows 6.12 for YYYYMMDD8., but could not find it.

Does anyone have a suggedtion on how to deal with a YYYYMMDD code?

Thanks, in advance, for any help.

Ed Silverman\CCNY

P.S.: SPSS 6.1 has a YYYY/MM/DD code, but that doesn't handle YYYYMMDD.


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