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
Explain translate function?
Describe the ways in which you can create a macro variable?
What are the data types in sas?
how many display types available in sas bi dashboard? : Sas-bi
what is business intelligence? : Sas-bi
explain about various caches available in data integrator? : Sas-di
What is interleaving in SAS?
What is the difference between input and infile statement?
What are the new features included in the new version of SAS Programming Language?
Explain the purpose of retain statement.
In sas admin differentiate between roles and capabilities? : sas-grid-administration
what is sas and what are the functions? : Sas-administrator
Are you involved in writing the inferential analysis plan? Tables specfications?
What are the parameters of scan function?
What is program data vector (pdv) and what are its functions?