Writes time values as hours and minutes in the form hh:mm.
Category: | Date and Time |
Alignment: | Right |
Interaction: | When the DECIMALCONV= system option is set to STDIEEE, the output that is written using this format might differ slightly from previous releases. For more information, see DECIMALCONV= System Option in SAS System Options: Reference. |
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. This argument is optional.
Default | 0 |
Range | 0–19 |
Requirement | must be less than w |