nerdexam
SAS_Institute

A00-201 · Question #35

The following SAS program is submitted: <insert ODS statement here> proc means data = sasuser.shoes; where product in ('Sandal', 'Slipper', 'Boot'); run; Which one of the following ODS statements…

The correct answer is D. ods html file = 'sales.html'. See the full explanation below for the reasoning.

Question

The following SAS program is submitted: <insert ODS statement here> proc means data = sasuser.shoes; where product in ('Sandal', 'Slipper', 'Boot'); run; Which one of the following ODS statements completes the program and sends the report to an HTML file?

Options

  • Aods html = 'sales.html';
  • Bods file = 'sales.html';
  • Cods html file = 'sales.html';
  • Dods html file = 'sales.html';

How the community answered

(17 responses)
  • A
    12% (2)
  • B
    6% (1)
  • C
    12% (2)
  • D
    71% (12)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice