Mention few ways with which a “table lookup’ is done in sas programming.



Mention few ways with which a “table lookup’ is done in sas programming...

Answer / vineetha

Match-merging
Proc SQL
Arrays
Hash object
Direct access
Format tables

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SAS Interview Questions

What is the difference between nodupkey and nodup options?

0 Answers  


what is the main difference between rename and label? (don't say that they both perform the same function).

11 Answers   Parexel,


How does proc sql work?

0 Answers  


How to get second top scorer student from a class- table having different sections A, B, C & D? each section has same number of student.

4 Answers   TCS,


how can you put a "trace" in your program? : Sas programming

0 Answers  






what are some good sas programming practices for processing very large data sets? : Sas programming

0 Answers  


what can you learn from the sas log when debugging? : Sas programming

0 Answers  


How to convert HTML file into SAS dataset?

0 Answers  


What happens in the following code, if u type 8 instead of *? proc sql noprint; create table abc as select 8 from lib.abc; quit;

3 Answers  


If reading an external file to produce an external file, what is the shortcut to write that record without coding every single variable on the record?

7 Answers   Accenture,


What is the command used to find missing values?

0 Answers  


Are you familiar with special input delimiters? How are they used?

4 Answers   Accenture,


Categories