Answer Posted / srinivas
Source:SAS
Link :
http://support.sas.com/documentation/cdl/en/basess/58133/HTML/default/a002645445.htm
SAS provides several different methods for combining SAS
data sets. In this section, you will be introduced to five
methods of combining data sets:
1)concatenating
2)interleaving
3)merging
4)updating
5)modifying
When it comes to Merging,there are two types:
1)One-to-one merging
2)Match merging
Thanks!
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Explain why double trailing @@ is used in input statement?
What do you know about sas data set?
Give some examples where proc report’s defaults are same as proc print’s defaults?
explain the function of substr in sas? : Sas-administrator
which date function advances a date, time or datetime value by a given interval? : Sas programming
what other sas products have you used and consider yourself proficient in using? : Sas programming
What can be the size of largest dataset in SAS?
Explain translate function?
What is auto call macro and how to create a auto call macro? What is the use of it? How to use it in sas with macros? : sas-macro
How to create list output for cross-tabulations in proc freq?
Give e an example of..
Name validation tools used in SAS
What is the difference between INPUT and INFILE ?
how does sas handle missing values in sort order? : Sas programming
What are the scrubbing procedures in sas?