Chapter Contents |
Previous |
Next |
JULDAYw. |
Category: | Date and Time |
Alignment: | right |
Syntax | |
Syntax Description | |
Details | |
Examples |
Syntax |
JULDAYw. |
Default: | 3 |
Range: | 3-32 |
Details |
The JULDAYw. format writes SAS date values in the form ddd, where
Examples |
The example table uses the input values of 13515, which is the SAS date value that corresponds to January 1, 1997, and 13589, which is the SAS date value that corresponds to March 16, 1997.
SAS Statements | Results |
---|---|
----+----1 |
|
put date julday3.; |
1 |
put date julday3.; |
75 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.