what is the difference between SET and MERGE?
Answer Posted / chandra sekar
Set statement is usually used to "append" to two datasets.
And merge step is used to "Merge" two datasets.
| Is This Answer Correct ? | 12 Yes | 30 No |
Post New Answer View All Answers
Are you sensitive to code walk-throughs peer review or QC review?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
How to import multiple xls files into sas. Out of those files, how to get different values from a single variable and how to find number of rows per value type? We can do this using group by for one xls file with proc sql. Was wondering how I can achieve this for multiple files at the same time. Any ideas?
Mention how to limit decimal places for the variable using proc means?
How would you define the end of a macro? : sas-macro
how to debug and test the sas program? : Sas-administrator
why is sas data integration studio important? : Sas-di
What is maximum storage capability of SAS?
What is by-group processing?
What are the parameters of scan function?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
Why and when do you use proc sql?
Give some examples where proc report’s defaults are different than proc print’s defaults?
Difference between nodup and nodupkey options?
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming