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 suggest us materials for sdtm mapping?
you have a data set like this. data qqq; input name $ total; cards; qq 22 ww 33 qq 22 ee 44 rr 33 ww 44 ; run; and you want output like this......... name total qq 22 ww 44 Do it by data set step.
Explain the difference between informat and format with an example.
How do you define proc in sas? : sas-grid-administration
"What is the difference between proc sort nodup and proc sort nodupkey?"
what is Global Symbol table and Local symbol table?
Give some examples where proc report’s defaults are different than proc print’s defaults?
what is the difference between compiler and interpreter? give any one example (software product) that act as a interpreter?
36 Answers Accenture, College School Exams Tests, CTS, IBM, IHRD, Infosys, Sylhet Engineering College, TCS, Wipro,
Are you familiar with special input delimiters? How are they used?
Where do you use proc means over proc freq?
What is the order of evaluation of the following operators + - * / ** () ???
what is the difference between nodup and nodupkey options? : Sas programming