Date: Wed, 23 Dec 2009 09:36:18 -0600
Reply-To: Craig Johnson <cjohns38@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Craig Johnson <cjohns38@GMAIL.COM>
Subject: Re: Date/time to date format in PROC SQL
In-Reply-To: <20e5d12f0912230724oc9b2fb1nab1220d03dd1f0e2@mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1
I received a handful of responses about this question. The most
parsimonious the following...
datepart(variablename) as newvarname, format=mmddyy10.
|