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
Are you involved in writing the inferential analysis plan? Tables specifications?
What commands are used in the case of including or excluding any specific variables in the data set?
how does sas handle missing values in assignment statements? : Sas programming
What is PROC in SAS?
Which function is used to count the number of intervals between two sas dates?
explain what is factor analysis? : Sas-administrator
what are sas bi dashboard components? : Sas-bi
What are the 3 components in sas programming?
Explain the difference between using drop = data set option in set and data statement?
Explain data_null_?
What is the use of divide function?
What is SAS?
Differentiate between sas functions and sas procedures.
Do you need to know if there are any missing values?
What is maximum number of rows and cols can be handled in SAS?