Writes SAS date values as Julian dates in the form yyddd or yyyyddd.
specifies the width of the output field.
----+----1
select put(19431,julian5.);
13073
select put(19431,julian7.);
2013073