How to convert a given date value into SAS date
Answer Posted / komal
For example if we have a date="14/12/2008".
you have to input it first and the format it like
date1=input(date,ddmmyy10.);
format date1 ddmmyy10.;
run;
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
What are the automatic variables for macro? : sas-macro
What areas of SAS are you most interested in?
What versions of SAS have you used (on which platforms)?
how can you create zero observation dataset? : Sas programming
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana
What are the differences between sum function and using “+” operator?
what is the effect of the options statement errors=1? : Sas programming
What are the limitations for memory allocation for SAS variables
What are all the problems you faced while validating tables and reports?
What is the different between functions and PROCs that calculate the same simple descriptive statistics?
What are the 3 components in sas programming?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
If a variable contains letters or special characters, can it be numeric data type?
What is the difference between one to one merge and match merge? Give an example.