LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous (more recent) messageNext (less recent) messagePrevious (more recent) in topicNext (less recent) in topicPrevious (more recent) by same authorNext (less recent) by same authorPrevious page (April 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Wed, 15 Apr 2009 11:05:02 -0400
Reply-To:     msz03@albany.edu
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Mike Zdeb <msz03@ALBANY.EDU>
Subject:      Re: Convert numeric value to SAS date
Content-Type: text/plain;charset=iso-8859-1

hi ... or try CAT ...

x = input(cat(200801),YYMMN6.);

-- Mike Zdeb U@Albany School of Public Health One University Place Rensselaer, New York 12144-3456 P/518-402-6479 F/630-604-1475

> On 4/15/09, Joe Matise <snoopy369@gmail.com> wrote: >> data _null_; >> x = input(put(200801,$6.),YYMMN6.); > Change $6. to 6. >


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