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
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
How to limit decimal places for the variable using proc means?
how do you test for missing values? : Sas programming
what does the run statement do? : Sas programming
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?
explain the use of % includes a statement in sas? : Sas-administrator
How are numeric and character missing values represented internally?
What versions of SAS have you used (on which platforms)?
What does the RUN statement do?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What is data _null_?
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?
Name few SAS functions?
what is the function of catx syntax? : Sas-administrator
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?