nerdexam
SAS_Institute

A00-211 · Question #141

A00-211 Question #141: Real Exam Question with Answer & Explanation

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;

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice