By admin | October 6, 2009

SAS Certified Base Programmer 123 Questions (105)

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?

A. ods html = ‘sales .html’;
B. ods file=’sales .html’;
C. ods file html=’sales .html’;
D. ods html file=’sales. html’;

One comment | Add One

  1. admin - 10/6/2009 at 3:19 pm

    D

Leave a Comment

Leave a Reply

Your email address will not be published.