what is the difference between SET and MERGE?
Answer Posted / kishore
set statement is used to create a new data set using
existing data set sothat we can add new variables ,create
subset
merge statement when we want to match the observation of
one dataset with observation of other dataset
| Is This Answer Correct ? | 14 Yes | 22 No |
Post New Answer View All Answers
Give some examples where proc report’s defaults are different than proc print’s defaults?
What can be the size of largest dataset in SAS?
Mention what are the data types does SAS contain?
Mention what is PROC in SAS?
explain the difference between proc means and proc summary?
What areas of SAS are you most interested in?
what is the one statement to set the criteria of data that can be coded in any step? : Sas programming
How to sort in descending order?
Which command is used to save logs in the external file?
What would be the value of month at the end of data step execution and how many observations would be there?
what are the best practices to process the large data sets in sas programming? : Sas-administrator
what is the difference between calculating the 'mean' using the mean function and proc means? : Sas programming
What does P-value signify about the statistical data?
if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...
What is maximum number of rows and cols can be handled in SAS?