Briefly describe 5 ways to do a "table lookup" in sas.
Answer Posted / guest
Arrays
Index
Merg statement
Hashes
proc format
SQL JOINS
| Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
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
What is the difference between class statement and by statement in proc means?
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?
What is program data vector (pdv) and what are its functions?
How would you identify a macro variable? : sas-macro
Are you involved in writing the inferential analysis plan? Tables specfications?
If a variable contains letters or special characters, can it be numeric data type?
what are 5 ways to perform a table lookup in sas? : Sas-administrator
What is the basic structure of a sas program?
What will calendar procedure do?
Name any two sas spawners? : sas-grid-administration
What can you learn from the SAS log when debugging?
What are the default statistics that proc means produce?
Mention few capabilities of sas framework.
What are the differences between proc means and proc summary?