SAS_Institute
A00-211 · Question #47
The following SAS program is submitted: The SAS data set WORK.SALARY is currently ordered by Gender within Department. Which inserted code will accumulate subtotals for each Gender within Department?
The correct answer is A. Gender. See the full explanation below for the reasoning.
Question
The following SAS program is submitted:
The SAS data set WORK.SALARY is currently ordered by Gender within Department. Which inserted code will accumulate subtotals for each Gender within Department?
Options
- AGender
- BDepartment
- CGender Department
- DDepartment Gender
How the community answered
(32 responses)- A72% (23)
- B3% (1)
- C9% (3)
- D16% (5)
Community Discussion
No community discussion yet for this question.