SAS_Institute
A00-212 · Question #103
A00-212 Question #103: Real Exam Question with Answer & Explanation
The correct answer is B. CATEGORY EARNINGS. See the full explanation below for the reasoning.
Question
Given the following SAS data set ONE: ONE CATEGORY AGE SALARY BONUS --------- ---- ----- ----- M 28 200 . M 25 100 10 F 18 100 50 F 25 200 10 The following SAS program is submitted: proc sql; create table two as select category, salary + bonus as EARNINGS from one; quit; Which one of the following represents the data values stored in the data set TWO?
Options
- ACATEGORY EARNINGS
- BCATEGORY EARNINGS
- CCATEGORY SALARY BONUS EARNINGS
- DCATEGORY SALARY BONUS EARNINGS
Community Discussion
No community discussion yet for this question.