Writes the time portion of datetime values in the form hh:mm:ss.ss
| Category: |
Date and Time
|
| Alignment: |
right
|
-
w
-
specifies the width of the output field.
-
d
-
optionally specifies the number of digits
to the right of the decimal point in the seconds value.
The TODw.d format writes SAS datetime values in the form
hh:mm:ss.ss, where
-
hh
-
is an integer that represents the hour.
-
mm
-
is an integer that represents the minutes.
-
ss.ss
-
is the number of seconds to two decimal
places.
The example table uses the input value of 956978640,
which is the SAS datetime value that corresponds to April 29, 1990, at 3:24
AM.
Copyright © 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.