what is the difference between SET and MERGE?
Answer Posted / pari
Set and merge statement perform similar function, in case
of set statement, the two data sets are merged under
unconditional criteria, but while using merge, it works
under conditional criteria by applying the PROC SORT
procedure ., i.e., by statement used.
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
what is the limit of the number of the rows and columns available in the worksheet? : Sas-bi
How we can call macros with in data step? : sas-macro
what is a method for assigning first.var and last.var to the by groupvariable on unsorted data? : Sas programming
What is the maximum length of the macro variable? : sas-macro
What are the features of base sas system?
What is the function of Stop statement in a SAS Program?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is the use of function Proc summary?
What is the difference between the proc sql and data step?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
Give e an example of..
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
Explain data step in SAS
what is the difference between unique key and primary key? : Sas-di
What are the advantages of using sas?