what is the difference between SET and MERGE?
Answer Posted / ram
Methods of Combining Sas Datasets: Concatenation(set statment), Merge Statement:
Concatenating combines two or more SAS data sets, one after the other, into a single SAS data set.
- Use the SET statement in a DATA step to concatenate SAS data sets.
- Any number of SAS data sets can be read with a single SET statement.
Merging combines observations from two or more SAS data sets into a single observation in a new data set.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
If you use a symput in a data step, when and where can you use the macro variable? : sas-macro
what is the primary data source for the wrs? : Sas-bi
what versions of sas have you used (on which platforms)? : Sas programming
do you prefer proc report or proc tabulate? Why? : Sas programming
Explain proc sort?
explain what is factor analysis? : Sas-administrator
What is the difference between %local and %global? : sas-macro
What is the use of function Proc summary?
What is substr function?
what is factor analysis? : Sas-administrator
what is star schema? : Sas-di
What are the ways to do a “table lookup” in sas?
What can you learn from the SAS log when debugging?
Give some ways by which you can define the variables to produce the summary report (using proc report)?
Tell me about % include and % eval? : sas-macro