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
Mention what is SAS data set?
How do you use the do loop if you don’t know how many times you should execute the do loop?
Mention what is PROC in SAS?
What is by-group processing?
Why and when do you use proc sql?
What is the difference between the proc sql and data step?
How necessary is it to be creative in your work?
what are _numeric_ and _character_ and what do they do? : Sas programming
What’s the difference between var b1 – b3 and var b1 — b3?
what is business intelligence? : Sas-bi
How can I remove header from output data set?
Assuming {et} is randomly drawn from N(0,1) and e0 = 0, generate 200 observations of xt = et − 0.5e(t−1) and draw a line graph of xt.
in the flow of data step processing, what is the first action in a typical data step? : Sas programming
why a stop statement is needed for the point= option on a set statement?
What would be the value of month at the end of data step execution and how many observations would be there?