SAS_Institute
A00-211 · Question #250
This question will ask you to provide a line of missing code. The following SAS program is submitted: proc freq data = WORK.SALES; <insert code here> run; The following output is created by the…
The correct answer is C. tables region*product. See the full explanation below for the reasoning.
Question
This question will ask you to provide a line of missing code. The following SAS program is submitted:
proc freq data = WORK.SALES; <insert code here> run; The following output is created by the FREQUENCY procedure:
Which statement was used to complete the above program that produced the output?
Exhibit
Options
- Atables region product;
- Bvar region * product;
- Ctables region*product;
- Dvar region product;
How the community answered
(34 responses)- A12% (4)
- B3% (1)
- C79% (27)
- D6% (2)
Community Discussion
No community discussion yet for this question.
