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?

  1. ods html = `sales.html'; ods html close;
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material
  5.  Correct Answer 4 :