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 |
Mention how to limit decimal places for the variable using proc means?
How do you add a number to a macro variable?
Mention what is PROC in SAS?
What is your weekness? I am confuse what to say about this question. so can u give some answer which can be yur strenght.
what is the difference between proc means and proc summary?
how to get second highest salary from a employee table and how get a 5th highest salary from a employee table?
how do u identify a macro variable
What are the difference between the sas data step and sas procs?
Code a PROC SORT on a data set containing State, District and County as the primary variables, along with several numeric variables?
Could you please answers for this. 1.Code the tables statement for a single-level (most common) frequency. 2.Code the tables statement to produce a multi-level frequency.
Are you sensitive to code walk-throughs peer review or QC review?
Describe the ways in which you can create macro variables? : sas-macro