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


Please Help Members By Posting Answers For Below Questions

Do you know the features of sas?

695


What are the five ways to do a table lookup in sas? : sas-grid-administration

690


In proc transpose and data step with arrays which one you pick?

2659


what are several options for creating reports in web report studio? : Sas-bi

733


what is function of retain statment

1677






how the sas basic syntax style described? : Sas-administrator

695


Explain how merging helps to combine data sets.

705


I have a dataset concat having variable a b & c. How to rename a b to e & f?

670


What is substr function?

725


If a variable contains only numbers, can it be a character data type?

725


Have you used macros? For what purpose you have used? : sas-macro

668


What are the functions used for character handling?

746


What are symget and symput? : sas-macro

843


What are SAS/ACCESS and SAS/CONNECT?

731


Give some examples where proc report’s defaults are different than proc print’s defaults?

688