mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
Quizzes
Resources
Disclaimer
Contact Us
Advertisement
1 / 10
Set - 001 - Part 14
Question 1 of 10
The SAS data sets WORK.EMPLOYEE and WORKSALARY are listed below:;
WORK.EMPLOYEE
WORK.
SALARY
name age name 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?
3
4
5
No variables are output to the data set as the program fails to execute due to errors.
Saving progress…
My progress
⚑
Something not right with this question?
Report it
Advertisement
Report this question
×
Quiz:
Loading the question…
Question
What's the issue?
The marked correct answer is wrong
Question is unclear / insufficient information
Pick the correct answer
marked correct
Describe the issue
(optional)