Writes SAS date values as the name of the day of the week.
Category: | Date and Time |
Alignment: | Right |
specifies the width of the output field.
Default | 9 |
Range | 1–32 |
Tip | If you omit w, SAS prints the entire name of the day. |
Statements
|
Results
|
---|---|
----+----1 |
|
select put(19431,downame.); |
Monday |