Which ODS statements complete the program and send the report to an HTML file?

The following SAS program is submitted:
<insert ODS statement here>
proc means data = sasuser.shoes;
where product in (‘Sandal’ , ‘Slipper’ , ‘Boot’);
run;
<insert ODS statement here>
Which ODS statements complete the program and send the report to an HTML file?
A. ods html = ‘sales.html’; ods html close;
B. ods file = ‘sales.html’; ods file close;
C. ods file html = ‘sales.html’; ods file close;
D. ods html file = ‘sales.html’; ods html close;

Download Printable PDF. VALID exam to help you PASS.

Leave a Reply

Your email address will not be published. Required fields are marked *


The reCAPTCHA verification period has expired. Please reload the page.