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 Practice Questions with 262 Q&As
Updated Study Material | Instant Download | Detailed Answers and Explanations
Subscribe
Login
0 Comments