Writes SAS time values as hours and minutes in the form hh:mm.
Category: | Date and Time |
Alignment: | Right |
specifies the width of the output field.
Default | 5 |
Range | 2–20 |
specifies the number of digits to the right of the decimal point in the minutes value. The digits to the right of the decimal point specify a fraction of a minute.
Default | 0 |
Range | 0–19 |
Requirement | must be less than w |
Statements
|
Results
|
---|---|
|
----+----1 |
select put(46796,hhmm.); |
13:00 |
select put(46796,hhmm8.2); |
12:59.93 |