How would you combine 3 or more tables with different
structures?
Answer Posted / akshay surya
Yes we can use joins and Merge statements as well. But in
bothe the scenarios, a commmon variable should be there for
all tables(can have different structures). And also one
should take care when tables contains too many duplicate
values.(may be eliminating the duplicate values is probably
the best way to get the intended result, otherwise output
result will be the reuslt of a cartesian product).
| Is This Answer Correct ? | 5 Yes | 3 No |
Post New Answer View All Answers
Tell e how how dealt with..
How many data types are there in SAS?
What do you know about sas data set?
how can you put a "trace" in your program? : Sas programming
How are numeric and character missing values represented internally?
What makes sas stand out to be the best over other data analytics tools?
How can sas program be validated?
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
which features do you use to check the data validations and errors? : Sas-administrator
Explain substr function?
What are the 3 components in sas programming?
Explain the difference between informat and format with an example.
What do the put and input function do?
Tell e how how dealt with..
What are the limitations for memory allocation for SAS variables