define table lookup and how may ways it can be
done...explian

Answers were Sorted based on User's Feedback



define table lookup and how may ways it can be done...explian..

Answer / vijaya mekala

Table lookup is a process of retriving information from
second dataset and add to first data set. different ways to
do look up.
1. data step with merge function.
2. set statement and Key option.
3. Proc sql into clause, inner join, subquery
4. proc format 5. conditional logics if, where, update
statements. 6. arrays with do loops 7. update statement.

Is This Answer Correct ?    7 Yes 0 No

define table lookup and how may ways it can be done...explian..

Answer / rc

I guess lot of ways, but I cna quickly think of two.

1. Create format with code and values, Put the formats in a
catalog and set option for fmtsearch and apply format to
teh variable.

2. Create temp dataset with input data in datastep. And use
proc SQL to join or use DATA step merge.

Is This Answer Correct ?    2 Yes 0 No

define table lookup and how may ways it can be done...explian..

Answer / srinu

WE CAN USE HASHING AND OTHER STEPS SPECIFIED

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

what is transformation in sas data integration? : Sas-di

0 Answers  


How to do user inputs and command line arguments in SAS? D&B

2 Answers   BoA, Quintiles,


How the Excel file enter into the SAS environment without Code of Infile & Import procs,if i have no file Conversion?

3 Answers   Reddy Labs,


Which date functions advances a date time or date/time value by agiven interval?

3 Answers  


Explain how you can debug and test your SAS program?

0 Answers  






What is SAS informats?

0 Answers  


How many ways to overcome a missing values???

0 Answers   HSBC,


Name statements that function at both compile and execution time?

1 Answers  


what is PhaseIII, ODS, TLG, Macro and Proc in SAS

0 Answers  


What is the purpose of _character_ and _numeric_?

0 Answers  


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??

0 Answers   Oracle,


How would you code the criteria to restrict the output to be produced?

6 Answers   Accenture,


Categories