Writes SAS datetime values in the form ddmmmyy:hh:mm:ss.ss.
Category: | Date and Time |
Alignment: | Right |
specifies the width of the output field.
Default | 16 |
Range | 7–40 |
Tips | SAS requires a minimum w value of 16 to write a SAS datetime value with the date, hour, and seconds. Add an additional two places to w and a value to d to return values with optional decimal fractions of seconds. |
If w – d< 17, SAS truncates the decimal values. |
specifies the number of digits to the right of the decimal point in the seconds value.
Range | 0–39 |
Requirement | must be less than w |