How would you code a merge that will keep only the
observations that have matches from both sets.
Answer Posted / sheetal
Using joins in proc sql statement, see following example
proc sql;
select *
from a, b
where a.case_id = b.case_id;
quit;
| Is This Answer Correct ? | 6 Yes | 1 No |
Post New Answer View All Answers
What do the mod and int function do? : Sas programming
Mention what is PROC in SAS?
Explain data step in SAS
how many display types available in sas bi dashboard? : Sas-bi
what is intially documentation in sas?
What are the limitations for memory allocation for SAS variables
What is connection profile? : sas-grid-administration
Mention sas system options to debug sas macros.
What are the differences between proc means and proc summary?
what has been your most common programming mistake? : Sas programming
Enlist the functions performed by sas.
Do you know the features of sas?
Which command is used to save logs in the external file?
In sas, what are the areas that you are most interested in? : sas-grid-administration
What is the role of administrative users? : sas-grid-administration