How would you code a merge that will keep only the
observations that have matches from both sets?
Answer Posted / naveen
data qqq;
merge aaa(in=a) bbb(in=b);
if a and b;
run;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
what are the component of range? : Sas-bi
what is sas metadata repository? : Sas-bi
Name some categories in sas 9? : sas-grid-administration
what is sas and what are the functions? : Sas-administrator
What was the last computer book you purchased? Why?
What are the scrubbing procedures in sas?
Explain the difference between informat and format with an example.
How does the internal authentication work in sas? : sas-grid-administration
Enlist the syntax rules followed in sas statements.
what is PhaseIII, ODS, TLG, Macro and Proc in SAS
What is the order of application for output data set options, input data set options and SAS statements?
what does the run statement do? : Sas programming
What can you learn from the SAS log when debugging?
Describe the ways in which you can create a macro variable?
what are the types of interactive display types? : Sas-bi