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 / kamudu

here we used simple answer ia
data merge;
merge(tables------);
by (same colum);
if e1 and e2 then
output;
keep-----;
run;

Is This Answer Correct ?    0 Yes 5 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain translate function?

1252


Describe the ways in which you can create a macro variable?

1128


What are the data types in sas?

1112


how many display types available in sas bi dashboard? : Sas-bi

1139


what is business intelligence? : Sas-bi

1102


explain about various caches available in data integrator? : Sas-di

1109


What is interleaving in SAS?

1171


What is the difference between input and infile statement?

1218


What are the new features included in the new version of SAS Programming Language?

1243


Explain the purpose of retain statement.

1100


In sas admin differentiate between roles and capabilities? : sas-grid-administration

1049


what is sas and what are the functions? : Sas-administrator

1028


Are you involved in writing the inferential analysis plan? Tables specfications?

2260


What are the parameters of scan function?

1213


What is program data vector (pdv) and what are its functions?

1309