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 do the sas log messages “numeric values have been converted to character” mean? What are the implications?
explain the function of substr in sas? : Sas-administrator
how can you import .csv file in to sas? : Sas programming
what are all the reports you generated in your recent project?
If a variable contains letters or special characters, can it be numeric data type?
What are the difference between ceil and floor functions in sas?
What is the difference between where and if statement?
what is scheduling and how will u implement it. In scheduling 5 jobs r running if there is an error occured at 3rd job and how will u check and waht necessary steps will u take not to repeat the same mistake
Which date function advances a date, time or datetime value by a given interval?
List down the reasons for choosing sas over other data analytics tools.
Enlist the syntax rules followed in sas statements.
What is PDV?
Describe the ways in which you can create macro variables? : sas-macro
How can you create a macro variable with in data step? : sas-macro
Why double trailing @@ is used in input statement?