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;
Answer: C
Latest A00-231 Dumps Valid Version with 262 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments