ameen pasha


{ City } bangalore
< Country > india
* Profession *
User No # 82463
Total Questions Posted # 0
Total Answers Posted # 1

Total Answers Posted for My Questions # 0
Total Views for My Questions # 0

Users Marked my Answers as Correct # 0
Users Marked my Answers as Wrong # 0
Questions / { ameen pasha }
Questions Answers Category Views Company eMail




Answers / { ameen pasha }

Question { 16338 }

How would you combine 3 or more tables with different
structures?


Answer

I think sort them with common variables and use merge statement.
No matter if they are of different structures, only that the result will have missing values for nonmatching records. If you wanna avoid this use In() operator OR

use proc sql with Join clause which will just pick matching records.

Is This Answer Correct ?    0 Yes 0 No