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;
Answer: D
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