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 |
What is difference between Global n Local Macro Variables..?
What do you code to create a macro? : sas-macro
How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?
my problem is to export my report to xsl.i can do that.but the problem is my report has 3 headings first heading should be printed with the merging of (1-5)cells and heading 2 should be of merge(2-4)cells?how to do this condition?
what is study design in while working with SAS? what are screening variables in SAS?
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What is highest missing value for numeric?
Name statements that are execution only.
How do you delete duplicate observations in sas?
how to delete the duplicates by using proc sql?
what is the difference btw proc means and proc univariate?