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
What is the basic structure of a sas program?
explain what is data set in sas? : Sas-administrator
how can you put a "trace" in your program? : Sas programming
How do you test for missing values?
Explain the main difference between the sas procedures and functions? : Sas-administrator
What is the SAS data set?
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
What system options would you use to help debug a macro? : sas-macro
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
How to convert a numeric variable to a character variable?
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What are the default statistics for means procedure?
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 is the difference between class statement and by statement in proc means?
Compare sas with other data analytics tools.