mycsg.in
SAS
SASnR
Clinical Programming
CRFs
SDTM
ADaM
TFL
Tasks
Macros
QnA
Certification
Resources
Disclaimer
Contact Us
Training
Sign Up
Login
New or returning user — sign in with Google for instant login, no password needed.
Sign in with Google
Maybe later
Quiz title : Creating SAS Data Sets from Raw Data
Question 1 of 10
Which SAS statement associates the fileref Crime with the raw data file C:\States\Data\Crime?
filename crime 'c:\states\data\crime';
filename crime c:\states\data\crime;
fileref crime 'c:\states\data\crime';
filename 'c:\states\data\crime' crime;