Writes date values as the name of the month, the day, and the year in the form month-name dd, yyyy.
specifies the width of the output field.
put term worddate3.;
Jun
put term worddate9.;
----+----1----+----2
June
put term worddate12.;
Jun 14, 2012
put term worddate20.;
June 14, 2012