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 (February 2003, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 10 Feb 2003 05:54:55 +0000
Reply-To:   sashole@bellsouth.net
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Paul Dorfman <paul_dorfman@HOTMAIL.COM>
Subject:   Re: DHMS
Comments:   To: mmsya@AOL.COM
Content-Type:   text/plain; format=flowed

John,

The specification

dhms (date,hour(01),min(58),0)

would be syntactically invalid. However, in the expression

dhms (date, 01, 58, 0)

01 means the 1st hour of the day, 58 means the 58th minute of the hour, and 0 means 0 seconds of the minute. As far as DATE goes, it must hold a valid SAS date.

Kind regards, -------------------- Paul M. Dorfman Jacksonville, FL --------------------

>From: Mmsya <mmsya@AOL.COM> >Hi all, > >I have a simple question please. In the function DHMS >(date,hour(01),min(58),0), what does hour(01) and min(58) mean, please. > >Thanks, >John.

_________________________________________________________________ MSN 8 helps eliminate e-mail viruses. Get 2 months FREE*. http://join.msn.com/?page=features/virus


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