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
5 days agoIvette
8 days agoInocencia
9 days agoChrista
11 days agoHenriette
2 days agoMarvel
17 days agoJeff
8 days agoCruz
1 months agoBonita
1 months agoDarnell
1 months agoDyan
13 days agoHoa
17 days agoJanna
30 days ago