Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Answer Posted / piyushjk

I would use Merge statement to combine theree tables (SAS
Datasets). First you have to sort the datasets by common
variable. provide the condition with in merge statement.
For e.g. Three datasets are A, B, C and common var is SSN,
then

DATA Together;
Merge A (IN=A)
B (IN=B)
C (IN=C);
By SSN; Run;

Is This Answer Correct ?    7 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How we can create SAS USER DEFINED CODE?

2148


List down the reasons for choosing sas over other data analytics tools.

1330


Which are the statements whose placement in the data step is critical?

1308


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

1224


How necessary is it to be creative in your work?

2525


What are the special input delimiters used in SAS?

1238


Describe 5 ways to do a “table lookup” in SAS?

1187


What are the parameters of scan function?

1221


what is data access? : Sas-di

1178


what is the basic structure sas administrator? : Sas-administrator

1056


Mention what are the data types does SAS contain?

1193


What are the ways in which macro variables can be created in sas programming?

1171


what is sas metadata server? : Sas-di

1154


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

1170


what is data governance? : Sas-di

1067