Answer Posted / ashok kore
There is 3 types of merge,
1.Equiv Join : Merge the datasets with Only matching
observations.
2.Non Equiv Join : Merge the datasets with not,greater and
less matching observations.
3.Outer Join : Merge the datasets with insufficient
observations.
| Is This Answer Correct ? | 2 Yes | 10 No |
Post New Answer View All Answers
How to include or exclude specific variables in a data set?
Describe what are the different levels of administrative users in sas? : sas-grid-administration
How does the internal authentication work in sas? : sas-grid-administration
What is the difference between nodupkey and nodup options?
what is sas database server? : Sas-di
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
What are the difference between sas functions and procedures?
What is the SAS data set?
what cause the "error: connect:" and "error in the libname statement" when there weren't any such problems?
What is your favorite all time computer book? Why?
what are some good sas programming practices for processing very large data sets? : Sas programming
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
why is a stop statement needed for the point=option on a set statement? : Sas programming
how are numeric and character missing values represented internally? : Sas programming
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 ...