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?
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.
Cruz
5 days agoBonita
8 days agoDarnell
11 days agoJanna
9 hours ago