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 the function of Stop statement in a SAS Program?

0 Answers  


Name statements that function at both compile and execution time?

1 Answers  


Differentiate between format and informat? : sas-grid-administration

0 Answers  


DATA ABC; INPUT TDATE DATE9. AVG; CARDS; 18APR2008 150.00 19APR2008 167.00 20APR2008 123.00 21APR2008 145.00 ; RUN HOW CAN I FIND THE DIFFERENCE BETWEEN AVG OF 18APR2008 ANF 21APR2008?? IF ANY ONE GETS IT PLS TRY TO POST IT.

8 Answers   Verinon Technology Solutions,


what is the effect of the options statement errors=1? : Sas programming

0 Answers  






What is the purpose of using the N=PS option?

2 Answers   Oracle,


"What is the difference between proc sort nodup and proc sort nodupkey?"

2 Answers  


what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming

0 Answers  


What are the prime responsibilities of data integration administrator? : Sas-di

0 Answers  


How can I remove header from output data set?

0 Answers  


how to debug and test the sas program? : Sas-administrator

0 Answers  


How would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable?

1 Answers   Quintiles,


Categories