Question 30: You are writing a SAS program to generate the PDF output in a Window based environment. You have been asked to first close the html ods
using following statement
Ods html close;
Why?
- It is good programming practice
- 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 : 3 Exp : By default HTML ODS is open in both Unix and Window environment. And you want to generate any other type of report like PDF.
You can access to full explanation to question and answer from this page.