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 (July 2006, week 1)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Fri, 7 Jul 2006 09:57:44 -0400
Reply-To:     Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Gerhard Hellriegel <ghellrieg@T-ONLINE.DE>
Subject:      Re: YYYYMMDD

That informat works for you! The missunderstanding is the FORMAT, which you must assign to see it like you want:

format date date9.;

On Fri, 7 Jul 2006 09:36:33 -0400, Heman Hunters <hemanhunters@GMAIL.COM> wrote:

>The yymmdd8. doesn't do it for me. Or at least I don't quite understand >it. If I use that in my code (posted in the original message), the column >gets the format BEST12. Does that seem right? > >Thanks!!


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