|
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
|