Hi, I have one dataset like
id date ex: id date
1 13 1 13Oct2011
2 14 2 14Oct2011
3 15 3 15Oct2011 --->this is the current date
here i want date format like 13Oct2011,14Oct2011 how we can
modify the numeric to date format plz answer.
Answer Posted / naveen
proc sql;
select *
from qqq
format date date9.;
quit;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
how does sas handle missing values in formats? : Sas programming
What is the use of PROC gplot?
Hi, If anyone has base SAS certification dumps, please share.
How do you test for missing values?
What are the data types does SAS contain?
what is information maps?
Mention some common errors that are usually committed in sas programming.
How do you convert basic cube to transaction cube and transaction cube to basic cube?
Of all your work, where have you been the most successful?
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
what is function of retain statment
Intern stastical programmer written test
where to use sas business intelligence? : Sas-bi
what are sas/access and sas/connect? : Sas programming
How would you define the end of a macro?