Writes SAS time values as hours and decimal fractions of hours.
specifies the width of the output field.
specifies the number of digits to the right of the decimal point in the hour value. Therefore, SAS prints decimal fractions of the hour.
----+----1
select put(41400,hour4.1);
11.5