define table lookup and how may ways it can be
done...explian
Answer Posted / srinu
WE CAN USE HASHING AND OTHER STEPS SPECIFIED
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what is the basic structure sas administrator? : Sas-administrator
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?
Given an unsorted data set, how to read the last observation to a new data set?
what can you learn from the sas log when debugging? : Sas programming
What makes sas stand out to be the best over other data analytics tools?
How to convert a numeric variable to a character variable?
how do you want missing values handled? : Sas programming
Differentiate between ceil and floor functions.
What is the maximum length of the macro variable?
what is sas enterprise intelligence architecture? : Sas-bi
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;
How do you convert basic cube to transaction cube and transaction cube to basic cube?
what is function of retain statment
What is the function of output statement in a SAS Program?
how does sas handle missing values in assignment statements? : Sas programming