SAS_Institute
A00-201 · Question #107
66: The following SAS program is submitted: data work.test; array diff_sales[3] difsales1 - difsales3; array monthly[3] jansales febsales marsales; run; Which one of the following represents the new…
The correct answer is C. DIFSALES1, DIFSALES2 and DIFSALES3. See the full explanation below for the reasoning.
Question
66: The following SAS program is submitted: data work.test; array diff_sales[3] difsales1 - difsales3; array monthly[3] jansales febsales marsales; run; Which one of the following represents the new variables that are created?
Options
- AJANSALES, FEBSALES and MARSALES
- BMONTHLY1, MONTHLY2 and MONTHLY3
- CDIFSALES1, DIFSALES2 and DIFSALES3
- DDIFF_SALES1, DIFF_SALES2 and DIFF_SALES3
How the community answered
(28 responses)- A4% (1)
- B4% (1)
- C79% (22)
- D14% (4)
Community Discussion
No community discussion yet for this question.