Writes SAS date values as Julian dates in the form yyddd or yyyyddd.
Category: | Date and Time |
Alignment: | Left |
specifies the width of the output field.
Default | 5 |
Range | 5–7 |
Tip | If w is 5, the JULIANw. format writes the date with a two-digit year. If w is 7, the JULIANw. format writes the date with a four-digit year. |
Statements
|
Results
|
---|---|
|
----+----1 |
select put(19431,julian5.); |
13073 |
select put(19431,julian7.); |
2013073 |