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
In ARRAY processing, what does the DIM function do?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
How would you invoke a macro? : sas-macro
What are the features of base sas system?
In sas, what are the areas that you are most interested in? : sas-grid-administration
Did you used proc test? when?
what are the scrubbing procedures in sas? : Sas programming
explain the key concept of sas? : Sas-administrator
how to do user inputs and command line arguments in sas?
what is broad cast agent? : Sas-bi
how many types prompting framework can be broken down to? : Sas-bi
What are the ways in which macro variables can be created in sas programming?
Explain the difference between informat and format with an example.
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
how many display types available in sas bi dashboard? : Sas-bi