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
What do you know about symput and symget?
Have you ever used the SAS Debugger?
What would you change about your job?
What are all the problems you faced while validating tables and reports?
Are you involved in writing the inferential analysis plan? Tables specfications?
What is the use of function Proc summary?
Mention common programming errors committed in sas ?
What are the limitations for memory allocation for SAS variables
name some data transformation used in sas di? : Sas-di
What are the data types in sas?
Name types of category in which SAS Informats are placed?
What is slibref?
What is the difference between %put and symbolgen? : sas-macro
How do dates work in sas?
how does sas handle missing values in sort order? : Sas programming