The following SAS p...
 
Notifications
Clear all

The following SAS program is submitted:

1 Posts
1 Users
0 Likes
82 Views
(@burlandeldridge)
Posts: 713
Noble Member
Topic starter
 

The SAS data sets WORK.EMPLOYEE and WORK.SALARY are listed below:

WORK.EMPLOYEE WORK.SALARY

fname age fname salary

Bruce 30 Bruce 25000

Dan 40 Bruce 35000

Dan 25000

The following SAS program is submitted:

data work.empdata;

merge work.employee

work.salary;

by fname;

totsal + salary;

run;

How many variables are output to the WORK.EMPDATA data set?

  • A . 3
    B. 4
    C. 5
    D. No variables are output to the data set as the program fails to execute due to errors

Show Answer Hide Answer

Suggested Answer: B
 
Posted : 05/12/2022 9:51 pm

Latest SAS Institute A00-211 Dumps Valid Version

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Share: