Quiz

Select the best answer for each question. After completing the quiz, check your answers using the answer key in the appendix.
  1. Which of the following statements associates the fileref OnSale with the raw data files London.dat, Paris.dat, and Zurich.dat? The files are stored in the C:\Routes\New directory in the Windows operating environment.
    1. filename onsale (c:\routes\new\london.dat,
         c:\routes\new\paris.dat, 
         c:\routes\new\zurich.dat);
    2. filename onsale 'c:\routes\new\london.dat'
         'c:\routes\new\paris.dat'
         'c:\routes\new\zurich.dat';
    3. filename onsale ('c:\routes\new\london.dat'
         'c:\routes\new\paris.dat' 
         'c:\routes\new\zurich.dat');
    4. filename onsale 'c:\routes\new\london.dat c:\routes\new\paris.dat c:\routes\new\zurich.dat'; ...

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.