Writes SAS date values as the name of the month.
| Category: | Date and Time |
| Alignment: | Right |
specifies the width of the output field.
| Default | 9 |
| Range | 1–32 |
| Tip | Use MONNAME3. to print the first three letters of the month name. |
|
Statements
|
Results
|
|---|---|
|
|
----+----1 |
select put(19431,monname1.); |
M |
select put(19431,monname3.); |
Mar |
select put(19431,monname5.); |
March |