The following code is submitted: data WORK.FINAL_EMPS; set WORK.EMPLOYEE WORK.NEW_EMPS; run; proc print data=WORK.FINAL_EMPS; title 'The RESULTS Data Set'; run; What is the resulting data set?
Option B is the clear winner here. The SAS code is straightforward, and the output should include all the records from both the EMPLOYEE and NEW_EMPS data sets.
Haha, I bet the exam writer had a good laugh coming up with these answer choices. B is definitely the way to go, though. Gotta love that data set merging!
The correct answer is B. The DATA step merges the WORK.EMPLOYEE and WORK.NEW_EMPS data sets, so the resulting data set should include all the records from both data sets.
Stephaine
2 months agoIvette
2 months agoInocencia
2 months agoChrista
2 months agoShelia
2 months agoVashti
2 months agoHenriette
2 months agoMarvel
3 months agoAmie
2 months agoJeff
2 months agoCruz
3 months agoBonita
3 months agoDarnell
3 months agoDyan
2 months agoHoa
3 months agoJanna
3 months ago