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
In ARRAY processing, what does the DIM function do?
how will you locate the sas platform applications? : Sas-bi
What does the RUN statement do?
what do you mean by data staging area? : Sas-di
What versions of SAS have you used (on which platforms)?
What is maximum number of rows and cols can be handled in SAS?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
How do you convert basic cube to transaction cube and transaction cube to basic cube?
List out some key concept of SAS
Difference between nodup and nodupkey options?
what are all the reports you generated in your recent project?
What is the difference between order and group variable in proc report?
What are the different types of sas functions?
Differentiate between ceil and floor functions.
what is data integration? : Sas-di