how can u convert this 25-jul-2010 from numeric to charcter?
Answers were Sorted based on User's Feedback
Answer / 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 |
How necessary is it to be creative in your work?
Explain the difference between using drop = data set option in set and data statement?
what is the purpose of _error_? : Sas programming
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Explain the special input delimiters used in sas programming.
in ods is there any lib's
What is the differnce between SDTM 3.1.2 to 3.1.1 version
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 is the difference between %local and %global?
In proc transpose and data step with arrays which one you pick?
0 Answers Accenture, Quintiles,
Mention common programming errors committed in sas ?
How can you put a "trace" in your program?