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...

what is the difference between SET and MERGE?

Answer Posted / mallikarjuna reddy

set statement joins two datasets vertically, like set
operators in PROC SQL and proc append. merge statements
joins 2 datasets horizontally, like joins in PROC SQL.

Is This Answer Correct ?    34 Yes 7 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming

1070


How to limit decimal places for the variable using proc means?

1120


how do you test for missing values? : Sas programming

1097


what does the run statement do? : Sas programming

1102


How would you code a merge that will write the matches of both to one data set, the non-matches from the left-most data?

1153


explain the use of % includes a statement in sas? : Sas-administrator

1043


How are numeric and character missing values represented internally?

1709


What versions of SAS have you used (on which platforms)?

1565


What does the RUN statement do?

1348


What is the differnce between SDTM 3.1.2 to 3.1.1 version

5115


What is data _null_?

1193


hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?

2154


Name few SAS functions?

1143


what is the function of catx syntax? : Sas-administrator

1152


If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?

1206