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 : Set - 002 - Part 03
Question 1 of 30
Which statement specifies that records 1 through 10 are to be read from the raw data file customer.txt?
infile 'customer.txt' 1-10;
input 'customer.txt' stop@10;
infile 'customer.txt' obs=10;
input 'customer.txt' stop=10;