define table lookup and how may ways it can be
done...explian
Answer Posted / rc
I guess lot of ways, but I cna quickly think of two.
1. Create format with code and values, Put the formats in a
catalog and set option for fmtsearch and apply format to
teh variable.
2. Create temp dataset with input data in datastep. And use
proc SQL to join or use DATA step merge.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Mention sas system options to debug sas macros.
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
What are the implications?
Have you ever used the SAS Debugger?
What is the maximum length of the macro variable?
Name types of category in which SAS Informats are placed?
what are some problems you might encounter in processing missing values? In data steps? Arithmetic? Comparisons? Functions? Classifying data? : Sas programming
In SAS explain which statement does not perform automatic conversions in comparisons?
Why double trailing @@ is used in input statement?
What are the limitations for memory allocation for SAS variables
How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?
why is a stop statement needed for the point=option on a set statement? : Sas programming
How do dates work in SAS data?
Give an example where SAS fails to convert character value to numeric value automatically?
what is star schema? : Sas-di