what is the difference between SET and MERGE?
Answer Posted / prabhakar
Set statement reads observations from one or more sas data set.
Merge statement joins two or more sas data sets into singe observations.
(or)
Set statement reads observations from one sas data sets at a time and joins into one data set.
Merge statement reads observations from one or more sas data sets simultaneously and joins into one data set.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
explain what is factor analysis? : Sas-administrator
how to debug and test the sas program? : Sas-administrator
if the Id has more then two transcatiion then show the first observation, IF Id has only two observation then It show both the observation
what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming
What is the sas data set? : sas-grid-administration
hi here is a problem can anybody solve this? i want to report the data through third party file. by using data _null_ or proc report or macro automation process. but i want to insert the 'titles and footnotes' in between the data and also starting of 2nd and ending of 2nd and starting of 3rd and ending of the 3rd page. tell me how and write the code?
How to include or exclude specific variables in a data set?
What is the work of tranwrd function?
How is character variable converted into numeric variable and vice versa?
What do you code to create a macro? : sas-macro
Differentiate between proc means and proc summary.
Give e an example of..
Difference between informat and format?
What is the difference between %put and symbolgen? : sas-macro
What is run-group processing?