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