Chapter Contents |
Previous |
Next |
WORDDATEw. |
Category: | Date and Time |
Alignment: | right |
Syntax | |
Syntax Description | |
Details | |
Comparisons | |
Examples | |
See Also |
Syntax |
WORDDATEw. |
Default: | 18 |
Range: | 3-32 |
Details |
The WORDDATEw. format writes SAS date values in the form month-name dd, yyyy, where
Comparisons |
Examples |
The example table uses the input value of 15415, which is the SAS date value that corresponds to March 16, 2002.
SAS Statements | Results |
---|---|
----+----1----+----2 |
|
put term worddate3.; |
Mar |
put term worddate9.; |
March |
put term worddate12.; |
Mar 16, 2002 |
put term worddate20.; |
March 16, 2002 |
See Also |
Format:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.