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 statements in proc sql?
What is the role of administrative users? : sas-grid-administration
Mention what is the difference between nodupkey and nodup options?
what is data governance? : Sas-di
How to specify variables to be processed by the freq procedure?
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
what are some good sas programming practices for processing very large data sets? : Sas programming
In sas, what are the areas that you are most interested in? : sas-grid-administration
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
do you prefer proc report or proc tabulate? Why? : Sas programming
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Mention sas system options to debug sas macros.
What is substr function?
What is the general format of function in sas? : sas-grid-administration