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 |
Can you execute a macro within a macro? Describe. : sas-macro
how can you code the confidence intervals?
6 Answers Cytel, IIT, Ranbaxy,
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?
What is the function of Stop statement in a SAS Program?
what is the formula to measure Baseline
What is the difference between an informat and a format. Name three informats or formats.
To what type of programms have you used scratch macros?
differnce between 8.2 and 9.1.3
what is data governance? : Sas-di
what is the difference between informat$8. $char8.
What is the difference between order and group variable in proc report?
Name and describe three SAS functions that you have used, if any?