nerdexam
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

A00-211 question #167 exhibit

Options

  • Atables region product;
  • Btables region,product
  • Ctables region/product;
  • Dtables region*product;

How the community answered

(41 responses)
  • A
    2% (1)
  • B
    5% (2)
  • C
    10% (4)
  • D
    83% (34)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice