Chapter Quiz

Select the best answer for each question. Check your answers using the answer key in the appendix.
  1. Using ODS statements, how many types of output can you generate at once?
    1. 1
    2. 2
    3. 3
    4. as many as you want
  2. 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';
    1. HTML and PDF
    2. PDF only
    3. HTML, PDF, and EXCEL
    4. No output is created because ODS is closed by default.
  3. What is the purpose of closing the HTML destination in the following code?
    ods HTML close; 
    ods pdf ... ;
    1. It conserves system resources.
    2. It simplifies your program.
    3. It makes your program compatible with other hardware ...

Get SAS Certification Prep Guide, 5th 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.