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


Please Help Members By Posting Answers For Below Questions

what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

538


Why double trailing @@ is used in input statement?

696


how to generate the test data in sas without input data? : Sas-administrator

572


How can sas program be validated?

575


How to limit decimal places for variable using proc means?

587






Explain the difference between using drop = data set option in set and data statement?

677


which features do you use to check the data validations and errors? : Sas-administrator

544


Explain how you can debug and test your SAS program?

563


Tell me about % include and % eval? : sas-macro

678


What are the features of SAS?

575


How do you define proc in sas? : sas-grid-administration

667


What are the differences between sum function and using “+” operator?

574


What does the RUN statement do?

847


what can you learn from the sas log when debugging? : Sas programming

605


What’s the difference between var b1 – b3 and var b1 — b3?

822