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
Hi, If anyone has base SAS certification dumps, please share.
what is sas data set?
What are the difference between ceil and floor functions in sas?
if you were told to create many records from one record, show how you would do this using array and with proc transpose? : Sas programming
How will you generate test data with no input data?
: and & modifiers.
What is proc sort?
How long can a macro variable be? A token? : sas-macro
how do you test for missing values? : Sas programming
What is the difference between input and infile statement?
What is the use of divide function?
What are the implications?
What is the sas data set? : sas-grid-administration
What is the difference between class statement and by statement in proc means?
What are all the problems you faced while validating tables and reports?