what is the difference between SET and MERGE?
Answer Posted / ram
Set: Arrange the data one by one
merge: Arrange the data side by side
ex: set merge
id name age id name age
1 1 a 23
a
23
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
If you have a dataset that contains 100 variables, but you need only five of those, what is the code to force SAS to use only those variables?
What is the function of Stop statement in a SAS Program?
How would you define the end of a macro? : sas-macro
What is the use of stop statement?
What versions of SAS have you used (on which platforms)?
why is sas data integration studio important? : Sas-di
What is the difference between order and group variable in proc report?
what is hash files in sas and why we are using this one in sas?
What can you learn from the SAS log when debugging?
What are the default statistics for means procedure?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?
what are sas/access and sas/connect? : Sas programming
What is the difference between match merge and one to one merge?
Are you involved in writing the inferential analysis plan? Tables specifications?
Why and when do you use proc sql?