Writes SAS time values and the time portion of SAS datetime values in the form hh:mm:ss.ss.
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 | 8 |
Range | 2–20 |
Tip | SAS writes a zero for a zero hour if the specified width is sufficient. For example, the times 02:30 or 00:30 have a zero in the hour digits. |
specifies the number of digits to the right of the decimal point in the seconds value. This argument is optional.
Default | 0 |
Range | 0–19 |
Requirement | must be less than w |