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 code a merge that will keep only the
observations that have matches from both sets.

Answer Posted / nishant

Using "IN" variable option. Look at the following example.

data three;
merge one(in=x) two(in=y);
by id;
if x=1 and y=1;
run;

Is This Answer Correct ?    13 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Difference between SAS STATA & SPSS?

1172


how do you want missing values handled? : Sas programming

1009


What can be the size of largest dataset in SAS?

1269


Explain what is SAS informats?

1130


Approximately what date is represented by the SAS date value of 730?

1269


What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?

1197


AE datasets names? how many types?

2553


what is sas business intelligence? : Sas-bi

1260


How will you react when, while consulting a SAS documentation manual to get an answer to a problem, someone says hey, I thought you were supposed to know all that stuff already, and not have to look it up in a book?

2503


hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?

2102


Do you need to know if there are any missing values?

1079


What are the different types of sas functions?

1355


Define run-group processing?

1092


How do dates work in SAS data?

1221


How would you define the end of a macro?

1143