SAS_Institute
A00-211 · Question #141
Read the table. The following SAS program is submitted: proc freq data = sales; <insert TABLES statement here> run; The following output is created by the FREQUENCY procedure: Which TABLES…
The correct answer is B. tables region * product. See the full explanation below for the reasoning.
Question
Read the table. The following SAS program is submitted:
proc freq data = sales; <insert TABLES statement here> run; The following output is created by the FREQUENCY procedure:
Which TABLES statement(s) completed the program and produced the output?
Exhibits
Options
- Atables region product;
- Btables region * product;
- Ctables product * region;
- Dtables product; tables region;
How the community answered
(24 responses)- A4% (1)
- B83% (20)
- C8% (2)
- D4% (1)
Community Discussion
No community discussion yet for this question.

