Chapter Contents |
Previous |
Next |
MDY |
Category: | Date and Time |
Syntax | |
Arguments | |
Examples | |
See Also |
Syntax |
MDY(month,day,year) |
Examples |
SAS Statements | Result |
---|---|
m=8; d=27; y=90; birthday=mdy(m,d,y); put birthday= worddate.; |
birthday=August 27, 1990 |
See Also |
Functions:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.