How would you combine 3 or more tables with different
structures?
Answer Posted / piyushjk
I would use Merge statement to combine theree tables (SAS
Datasets). First you have to sort the datasets by common
variable. provide the condition with in merge statement.
For e.g. Three datasets are A, B, C and common var is SSN,
then
DATA Together;
Merge A (IN=A)
B (IN=B)
C (IN=C);
By SSN; Run;
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What’s the difference between var b1 – b3 and var b1 — b3?
AE datasets names? how many types?
What are the uses of sas?
Explain data_null_?
Intern stastical programmer written test
Tell e how how dealt with..
What are the table names in oracle database...?
What are types of transport files?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
what has been your most common programming mistake? : Sas programming
Hi Friends, Am Priya,new to your forum. am looking for Interview questions on SAS Platform Administration. I searched everywhere but I couldn't find them,please can anyone help me with complete interview questions normally everyone will face in the interviews on SAS Administration. am really facing problems in the interviews,am not able to answer any of their questions. I would really appreciate all your help if you can email the complete Interview Questions to priyafeb84@gmail.com Kindly awaiting for your reply with eager
Explain what Proc glm does?
What was the last computer book you purchased? Why?
What are the special input delimiters used in SAS?
What do you know about sas data set?