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

Answer Posted / ameenpasha

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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which date function advances a date, time or datetime value by a given interval?

866


For what purposes have you used sas macros? : sas-macro

751


Which command is used to perform sorting in sas program?

781


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

3255


What are the prime responsibilities of data integration administrator? : Sas-di

796


Explain the special input delimiters used in sas programming.

762


what are input dataset and output dataset options? : Sas programming

789


How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1309


Difference between sum function and using “+” operator?

832


what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming

822


how could you generate test data with no input data? : Sas programming

874


What are the different operating system platforms in which we can use sas? : sas-grid-administration

794


What was the last computer book you purchased? Why?

2086


How would you include common or reuse to be processed along with your statements?

2116


how can you import .csv file in to sas? : Sas programming

831