In SAS how to read the variable values having different
formats.
eg:mar99,mar1999 (in a single variable)
Answer Posted / ok
In SAS v9 you can try the ANYDTDTEw. Informat
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
what are some differences between proc summary and proc means? : Sas programming
What is the difference between class statement and by statement in proc means?
What are the ways in which macro variables can be created in sas programming?
What is the difference between using drop = data set option in data statement and set statement?
name some data transformation used in sas di? : Sas-di
What is PDV?
what is sas enterprise intelligence architecture? : Sas-bi
why is sas data integration studio important? : Sas-di
what has been your most common programming mistake? : Sas programming
To what type of programms have you used scratch macros?
Describe a time when you were really stuck on a problem and how you solved it?
What is the difference between proportion and average?
how do the in= variables improve the capability of a merge? : Sas programming
What do you understand by the term Normal Distribution?
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?