SAS_Institute
A00-280 · Question #24
A00-280 Question #24: Real Exam Question with Answer & Explanation
Sign in or unlock A00-280 to reveal the answer and full explanation for question #24. The question stem and answer options stay visible for context.
Question
Given the SAS data set WORK.VS1:
Subject Name Visit1 Visit2 Visit3 Visit4 Visit5
101 SBP 160 150 . 130 120
The following SAS program is submitted:
data WORK.VS2;
set WORK.VS1;
Total=mean(of Visit1:);
run;
Which value will be assigned to variable TOTAL?
Options
- Amissing
- B112
- C140
Unlock A00-280 to see the answer
You've previewed enough free A00-280 questions. Unlock A00-280 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.