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 how to limit decimal places for the variable using proc means?
AE datasets names? how many types?
To what type of programms have you used scratch macros?
what is sas olap server? : Sas-di
Are you involved in writing the inferential analysis plan? Tables specfications?
Can you execute macro within another macro? : sas-macro
What is the length assigned to the target variable by the scan function?
do you prefer proc report or proc tabulate? Why? : Sas programming
What are the parameters of scan function?
which date functions advances a date time or date/time value by a given interval? : Sas programming
Tell me about % include and % eval? : sas-macro
What is the role of administrative users? : sas-grid-administration
For a user to have access to a standard workspace server, is internal authentication alone is sufficient? : sas-grid-administration
What is a put statement?
how to debug and test the sas program? : Sas-administrator