Briefly describe 5 ways to do a "table lookup" in sas.
Answer Posted / tulika
DAta step and Merge Statement
SQL Inner Join
SQL subquery
Format procedure and Put function
Call execute routine
for more information look up
http://www2.sas.com/proceedings/sugi27/p011-27.pdf
| Is This Answer Correct ? | 4 Yes | 2 No |
Post New Answer View All Answers
What is the basic syntax style in SAS?
Explain the difference between informat and format with an example.
explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di
Explain data step in SAS
describe about physical data integration? : Sas-di
how does sas handle missing values in assignment statements? : Sas programming
Why and when do you use proc sql?
Give e an example of..
How can I remove header from output data set?
why is sas data integration studio important? : Sas-di
How to create a permanent sas data set?
What versions of SAS have you used (on which platforms)?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
Why double trailing @@ is used in input statement?
what do the pad and dim functions do? : Sas programming