Which ODS statements inserted, respectively, in the two location above creates a report stored in an html file?

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?
A. ods html open=’sales.html’;
ods html close;
B. ods file=’sales.html’ / html;
ods file close;
C. ods html file=’sales.html’;
ods html close;
D. ods file html=’sales.html’;
ods file 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.