Select the best answer for each
question. After completing the quiz, you can check your answers
using the answer key in the appendix.
-
Which SAS statement associates
the fileref Crime with the raw data file
C:\States\Data\crime.dat?
-
filename crime 'c:\states\data\crime.dat';
-
filename crime c:\states\data\crime.dat;
-
fileref crime 'c:\states\data\crime.dat';
-
filename 'c:\states\data\crime' crime.dat;
-
Filerefs remain in effect until
. . .
-
-
-
you end your SAS session.
-
-
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?