nerdexam
SAS_Institute

A00-211 · Question #168

The following SAS program is submitted: <_insert_ods_code_> proc means data=SASUSER.SHOES; where Product in ('Sandal' , 'Slipper' , 'Boot'); run; <_insert_ods_code_> Which ODS statements inserted…

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

Question

The following SAS program is submitted:

<insert_ods_code> proc means data=SASUSER.SHOES; where Product in ('Sandal' , 'Slipper' , 'Boot'); run; <insert_ods_code> Which ODS statements inserted, respectively, in the two location above creates a report stored in an html file?

Options

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

How the community answered

(44 responses)
  • A
    14% (6)
  • B
    5% (2)
  • C
    80% (35)
  • D
    2% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice