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 / kiran
data dsn;
input id date;
format date date9.;
cards;
1 13
2 14
3 15
;
run;
| Is This Answer Correct ? | 2 Yes | 3 No |
Post New Answer View All Answers
What are the parameters of scan function?
How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?
what are the component of range? : Sas-bi
What is the use of %include statement?
How to create a permanent sas data set?
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
How do you debug and test your SAS programs?
Briefly explain input and put function?
Can you execute a macro within a macro? Describe. : sas-macro
What are the statements that are executed only?
How do you connect the desktop application to metadata server? : sas-grid-administration
If you were told to create many records from one record, show how you would do this using array and with proc transpose?
how will you locate the sas platform applications? : Sas-bi
Are you involved in writing the inferential analysis plan? Tables specfications?
What do you know about sas data set?