How would you code a merge that will keep only the
observations that have matches from both sets.
Answer Posted / kamudu
here we used simple answer ia
data merge;
merge(tables------);
by (same colum);
if e1 and e2 then
output;
keep-----;
run;
| Is This Answer Correct ? | 0 Yes | 5 No |
Post New Answer View All Answers
what is broad cast agent? : Sas-bi
do you prefer proc report or proc tabulate? Why? : Sas programming
How do you test for missing values?
Differentiate between format and informat? : sas-grid-administration
What is the purpose of _character_ and _numeric_?
what are the types of interactive display types? : Sas-bi
What does the RUN statement do?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
Do you need to rearrange the order of the data for the report?
Tell me more about the parameters in macro? : sas-macro
How you are maintaining sas programmes in your company...any specific version control software you are using? If so, tell me the name?
what is information maps?
Briefly explain input and put function?
What do the mod and int function do? : Sas programming
what is sas data set?