how can u convert this 25-jul-2010 from numeric to charcter?
Answer Posted / vigneshwaran.s
Read the date using informat date11. Then you can move this
Numeric SAS date to a Character variable. You can see in
the SAS Log that Numeric has been converted to Chanracter.
Option 2 : Is use a Put Function,
New_date = Put(Given_date,Format)
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
How to create an external dataset with sas code?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Name types of category in which SAS Informats are placed?
What is SAS? What are the functions does it performs?
what r the job openings SAS for fresher graduates !
Describe the ways in which you can create a macro variable?
What is the general format of function in sas? : sas-grid-administration
what does the run statement do? : Sas programming
what is proc Index? and what is proc document?
Can you execute macro within another macro? : sas-macro
Mention what is SAS data set?
If you could design your ideal job, what would it look like?
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
what has been your most common programming mistake? : Sas programming
What is the difference between the proc sql and data step?