how can u convert this 25-jul-2010 from numeric to charcter?
Answer Posted / ram
data new;
date=put( '25-jul-2010'd,date9.);
run;
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the difference between ceil and floor functions in sas?
What are the different servers in sas? : sas-grid-administration
What are the different types of sas functions?
how many display types available in sas bi dashboard? : Sas-bi
what is SAS OPTIMIZATION?
Differences between where and if statement?
Give e an example of..
describe about metadata object? : Sas-di
What do you know about sas and what we do? : sas-grid-administration
Mention sas system options to debug sas macros.
How to convert a numeric variable to a character variable?
What is SAS?
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What are the difficulties u faced while doing vital signs table or dataset?