Briefly describe 5 ways to do a "table lookup" in sas.
Answer Posted / guest
Arrays
Index
Merg statement
Hashes
proc format
SQL JOINS
Is This Answer Correct ? | 9 Yes | 2 No |
Post New Answer View All Answers
What is the basic structure of a sas program?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
List down the reasons for choosing sas over other data analytics tools.
What are the features of base sas system?
how will you locate the sas platform applications? : Sas-bi
How can sas program be validated?
How many data types are there in SAS?
Difference between informat and format?
how to read the variables in sas? : Sas-administrator
what are _numeric_ and _character_ and what do they do? : Sas programming
Do you need to rearrange the order of the data for the report?
explain the key concept of sas? : Sas-administrator
Why and when do you use proc sql?
What are the ways in which macro variables can be created in sas programming?
Which date function advances a date, time or datetime value by a given interval?