what is the difference between SET and MERGE?
Answer Posted / lavanya
the difference between set and merge is
set concatenates the data sets where as merge matches the
observations of the data sets.
| Is This Answer Correct ? | 62 Yes | 4 No |
Post New Answer View All Answers
How does proc sql work?
What are the five ways to do a table lookup in sas? : sas-grid-administration
Explain the difference between informat and format with an example.
What is the command used to find missing values?
Differentiate between sas functions and sas procedures.
Differentiate between proc means and proc summary.
What are the differences between proc means and proc summary?
What is the difference between reading data from an external file and reading data from an existing data set?
Why double trailing @@ is used in input statement?
Explain data_null_?
What is slibref?
What are the data types in sas?
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How would you define the end of a macro?
how to remove duplicates using proc sql?