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
10 months agoCatherin
10 months agoLorrie
11 months agoKrystal
11 months agoChantell
11 months agoMelodie
11 months agoEdwin
11 months agoKrystal
11 months agoGilma
11 months agoAndrew
11 months agoCyril
11 months agoDante
11 months agoHarrison
12 months agoKristin
12 months ago