nerdexam
SAS_Institute

A00-211 · Question #250

This question will ask you to provide a line of missing code. The following SAS program is submitted: proc freq data = WORK.SALES; <insert code here> run; The following output is created by the…

The correct answer is C. tables region*product. See the full explanation below for the reasoning.

Question

This question will ask you to provide a line of missing code. The following SAS program is submitted:

proc freq data = WORK.SALES; <insert code here> run; The following output is created by the FREQUENCY procedure:

Which statement was used to complete the above program that produced the output?

Exhibit

A00-211 question #250 exhibit

Options

  • Atables region product;
  • Bvar region * product;
  • Ctables region*product;
  • Dvar region product;

How the community answered

(34 responses)
  • A
    12% (4)
  • B
    3% (1)
  • C
    79% (27)
  • D
    6% (2)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice