In SAS how to read the variable values having different
formats.
eg:mar99,mar1999 (in a single variable)
Answer Posted / sankar
data ss;
input name$ s anydtdte9.;
cards;
sankar mar99
mahesh mar1999
run;
proc print data=ss;
format s date9.;
run;
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
Are you involved in writing the inferential analysis plan? Tables specfications?
What are SAS/ACCESS and SAS/CONNECT?
what techniques and/or procs do you use for tables? : Sas programming
how do you want missing values handled? : Sas programming
How do dates work in sas?
Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??
what is factor analysis? : Sas-administrator
what is operational data and operational system? : Sas-di
What is the good sas programming practices for processing large data sets?
Name few SAS functions?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya
how to do user inputs and command line arguments in sas?
Explain why double trailing @@ is used in input statement?
For what purposes have you used sas macros? : sas-macro