Chapter Quiz
Select the best answer
for each question. Check your answers using the answer key in the
appendix.
-
Using ODS statements, how many types of output can you generate at once?
-
1 (only LISTING output)
-
2
-
3
-
as many as you want
-
-
If ODS is set to its default settings, what types of output are created by the following code?
ods html file='c:\myhtml.htm'; ods pdf file='c:\mypdf.pdf';
-
HTML and PDF
-
PDF only
-
HTML, PDF, and LISTING
-
No output is created because ODS is closed by default.
-
-
What is the purpose of closing the HTML destination in the following code?
ods HTML close; ods pdf ... ;
-
It conserves system resources.
-
It simplifies your program.
-
It makes your program compatible ...
-
Get SAS Certification Prep Guide, 4th Edition now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.