Mention few ways with which a “table lookup’ is done in sas programming.
Answer Posted / vineetha
Match-merging
Proc SQL
Arrays
Hash object
Direct access
Format tables
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are several options for creating reports in web report studio? : Sas-bi
Tell e how how dealt with..
what is data access? : Sas-di
If a variable contains letters or special characters, can it be numeric data type?
what has been your most common programming mistake? : Sas programming
what is information maps?
Explain the difference between using drop = data set option in set and data statement?
Describe crosslist option in tables statement?
Explain why double trailing @@ is used in input statement?
How do you add a number to a macro variable? : sas-macro
What are the automatic variables for macro? : sas-macro
Explain the special input delimiters used in sas programming.
How to test the debugging in sas?
i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;
for report generation which one you used proc report or data_null_?