Exam A00-211 All QuestionsBrowse all questions from this exam
Question 35

Given the SAS data set WORK.ONE:

What value will SAS assign to Total?

    Correct Answer: B

    The SAS program attempts to calculate the mean value of variables starting with 'Rev'. However, there is an error in the code because the correct usage should be 'mean(of Revenue:)' instead of 'mean(of Rev:)'. Due to this error, the program will fail to execute and assign any value to 'Total'. Therefore, the correct answer is that the program fails to execute due to errors.

Discussion
Sweetcorn_990Option: B

Since it is a mean then it is A+B+C/3

Misty2287Option: C

The correct answer should be C as all three variables start with 'Rev'.