Writes SAS date values as the name of the month.
specifies the width of the output field.
----+----1
select put(19431,monname1.);
M
select put(19431,monname3.);
Mar
select put(19431,monname5.);
March