what is the difference between SET and MERGE?
Answer Posted / swetha
We use merge when we have information abouth the topic in
two or more datasets. So that by merging we get the
complete information about the topic in one dataset.It is
combining the data horizontally.
But we use set, when the datasets are mutually exclusive.
i.e. information in dataset A in not depending the
information in dataset B.It is combining the data
vertically.
| Is This Answer Correct ? | 24 Yes | 0 No |
Post New Answer View All Answers
If you could design your ideal job, what would it look like?
How many data types are there in SAS?
What are the different versions of sas that you have used until now? : sas-grid-administration
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
what are sas/access and sas/connect? : Sas programming
what are the benefits of data integration? : Sas-di
where are dashboard components are created and maintained? : Sas-bi
what is the primary data source for the wrs? : Sas-bi
what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming
How substr function works in sas?
what is the difference between infile and input? : Sas-administrator
Explain the purpose of substr functions in sas programming.
explain the proc in sas? : Sas-administrator
What is the difference between INPUT and INFILE ?
How would you define the end of a macro?