SAS_Institute
A00-211 · Question #167
The following output is created by the FREQUENCY procedure: Which TABLES statement was used to completed the following program that produced the output? proc freq data=sales; <_insert_code_> run;
The correct answer is D. tables region*product. See the full explanation below for the reasoning.
Question
The following output is created by the FREQUENCY procedure:
Which TABLES statement was used to completed the following program that produced the output? proc freq data=sales; <insert_code> run;
Exhibit
Options
- Atables region product;
- Btables region,product
- Ctables region/product;
- Dtables region*product;
How the community answered
(41 responses)- A2% (1)
- B5% (2)
- C10% (4)
- D83% (34)
Community Discussion
No community discussion yet for this question.
