what is the difference between SET and MERGE?
Answer Posted / srinivas,korasavada
set concatinate the data set and of the another data
set.The second dataset starts end of the last value onwards.
merge:It adds sas files one dataset to end of the another
dataset.
| Is This Answer Correct ? | 0 Yes | 6 No |
Post New Answer View All Answers
Can you execute a macro within a macro? Describe. : sas-macro
how to generate the test data in sas without input data? : Sas-administrator
How do you delete duplicate observations in sas?
Why double trailing @@ is used in input statement?
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
Enlist the syntax rules followed in sas statements.
Approximately what date is represented by the SAS date value of 730?
What are the best sas programming practices for handling very large datasets? : sas-grid-administration
What are the uses of sas?
How to specify variables to be processed by the freq procedure?
Describe the function and untility of the most difficult SAS macro that you have written.
Give some ways by which you can define the variables to produce the summary report (using proc report)?
What is the differnce between SDTM 3.1.2 to 3.1.1 version
What do you understand by the term Normal Distribution?
How would you define the end of a macro? : sas-macro