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
What do you know about sas data set?
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is the difference between infile and input? : Sas-administrator
What function CATX syntax does?
What do you know about symput and symget?
Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro
What is a macro routine?
Tell e how how dealt with..
Explain the purpose of substr functions in sas programming.
How to include or exclude specific variables in a data set?
What Proc glm does?
Name validation tools used in SAS
where are dashboard components are created and maintained? : Sas-bi
how many types prompting framework can be broken down to? : Sas-bi
What does P-value signify about the statistical data?