Question 29: In your SAS program, you have defined following ODS statement. Which type of output will be created assuming all the settings are default

 using below ODS statements?

 Ods html file=/home/HE.html

 Ods pdf file=/home/HE.pdf

  1. HTML and PDF
  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

 Correct Answer : 1 Exp : By default HTML output will be generated. Hence, given ODS statement can generate HTML as well as PDF output. 

You can access to full explanation to question and answer from this page.