nerdexam
SAS_Institute

A00-281 · Question #25

This question will ask you to provide a line of missing code. The following SAS program is submitted: Which statement is required to produce this output?

The correct answer is A. TABLES site*group /nocol. 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:

Which statement is required to produce this output?

Exhibit

A00-281 question #25 exhibit

Options

  • ATABLES site*group /nocol;
  • BTABLES site*group /norow;
  • CTABLES site*group;
  • DTABLES sitegroup /nocol norow;D. TABLES sitegroup /nocol norow;

How the community answered

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

Community Discussion

No community discussion yet for this question.

Full A00-281 Practice