nerdexam
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

A00-211 question #141 exhibit 1
A00-211 question #141 exhibit 2

Options

  • Atables region product;
  • Btables region * product;
  • Ctables product * region;
  • Dtables product; tables region;

How the community answered

(24 responses)
  • A
    4% (1)
  • B
    83% (20)
  • C
    8% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice