Date: Sat, 12 Mar 2011 08:26:34 -0600
Reply-To: Joe Matise <snoopy369@GMAIL.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Joe Matise <snoopy369@GMAIL.COM>
Subject: Re: SAS Datetime Variable Conversionm XXXX
In-Reply-To: <201103121425.p2CBnsmo014645@willow.cc.uga.edu>
Content-Type: text/plain; charset=ISO-8859-1
DHMS
-Joe
On Sat, Mar 12, 2011 at 8:25 AM, Dan Abner <dan.abner99@gmail.com> wrote:
> Hello everyone,
>
> I have two separate SAS date and time variables and need to use them to
> create a single datetime variable. In other words, I need the datetime
> equivalent of the MDY function:
>
> sasdate=mdy(month, day, year);
>
> My situation:
>
> sasdatetime = ?(date,time);
>
> Any assistance is much appreciated!
>
> Thanks!
>
> Dan
>
|