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
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
Explain how merging helps to combine data sets.
What do the SAS log messages "numeric values have been converted to character" mean?
What are SAS/ACCESS and SAS/CONNECT?
what is ae onset date n what is RDS
Which date function advances a date, time or datetime value by a given interval?
Approximately what date is represented by the SAS date value of 730?
How do you connect the desktop application to metadata server? : sas-grid-administration
WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?
how to generate the test data in sas without input data? : Sas-administrator
how we can create a FLAG datasets? Ex:-ID age_group no_persons 1 to 10 10 to 20 3 11 to 20 21 to 30 7 21 to 3o 31 to 40 5
What are the implications?
What versions of SAS have you used (on which platforms)?
How do you control the number of observations and/or variables read or written?
How to create an external dataset with sas code?