what is the difference between SET and MERGE?
Answer Posted / ashok kore
Set : Its append the datasets is dataset by dataset at row
level. It's not need to sort the datasets before append
datasets.
Merge : Its merge the datasets according to conditions at
column level. It needs sort datasets by variable before
merge the datasets. It works like joins in Proc sql.
| Is This Answer Correct ? | 6 Yes | 14 No |
Post New Answer View All Answers
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
how to debug and test the sas program? : Sas-administrator
How many data types are there in SAS?
How is character variable converted into numeric variable and vice versa?
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?
What are the difference between sas functions and procedures?
Tell me more about the parameters in macro? : sas-macro
Explain data_null_?
what do the mod and int function do? What do the pad and dim functions do? : Sas programming
What are the five ways to do a table lookup in sas? : sas-grid-administration
What are the advantages of using sas?
Intern stastical programmer written test
I need level 2 to 5 sas using companies in india
Explain bmdp procedure?
Can you execute macro within another macro? : sas-macro