Question 62 : 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?
- ods html = `sales.html'; ods html close;
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
- Correct Answer 4 :