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
What are pdv and it functions?
Give an example where SAS fails to convert character value to numeric value automatically?
what is treatment emergent events and treatment emregent adverse event
how to do user inputs and command line arguments in sas?
What does the RUN statement do?
how sas deals with business intelligence? : Sas-bi
What is the difference between where and if statement?
how does sas handle missing values in a merge? : Sas programming
What is the role of administrative users? : sas-grid-administration
Differentiate between ceil and floor functions.
Explain bmdp procedure?
how to debug and test the sas program? : Sas-administrator
what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming
What are the differences between proc means and proc summary?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?