SAS A00-215 Exam - Topic 14 Question 14 Discussion
Given the input data sets EMPLOYEES and DONATIONS, and the output data set NODONATIONS below:EMPLOYERSDONATIONSNODONATIONS
D) data nodonations;
merge employees (in-inE) donations (in=inD);
by employee_id;
if inE=1 and inD-1;
run;
A) data nodonations;
merge employees (in-inE) donations (in=inD);
by employee_id;
if inE=0 and inD-0;
run;
B) data nodonations;
merge employees (in-inE) donations (in=inD);
by employee_id;
run;
C) data nodonations;
merge employees (in-inE) donations (in=inD);
by employee_id;
if inE=1 and inD-0;
run;
Aimee
7 months agoCatherin
7 months agoLorrie
8 months agoKrystal
8 months agoChantell
8 months agoMelodie
8 months agoEdwin
8 months agoKrystal
8 months agoGilma
8 months agoAndrew
8 months agoCyril
8 months agoDante
8 months agoHarrison
9 months agoKristin
9 months ago