Chapter Quiz

Select the best answer for each question. Check your answers using the answer key in the appendix.
  1. Which SAS statement associates the fileref Crime with the raw data file C:\States\Data\crime.dat?
    1. filename crime 'c:\states\data\crime.dat';
    2. filename crime c:\states\data\crime.dat;
    3. fileref crime 'c:\states\data\crime.dat';
    4. filename 'c:\states\data\crime' crime.dat;
  2. How long do filerefs remain in effect?
    1. until you change them
    2. until you cancel them
    3. until you end your SAS session
    4. all of the above
  3. Which statement identifies the name of a raw data file to be read with the fileref Products and specifies that the DATA step read only records 1-15?
    1. infile products obs 15;

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.