Given the following raw data record:
----I----10---I----20---I----30
son Travis,
The following output is desired:
Obs relation firstname
1 son Travis
Which SAS program correctly reads in
the raw data?
A - data family ( dIm = ‘,’); infile
‘tile specification’; input relation $ firstname $; run;
B - options dIm = ‘,’; data family;
infile ‘file specification’; input relation $ firstname $; run;
C - data family; infile ‘file
specification’ dIm = ‘,’; input relation $ firstname $; run;
D - data family; infile ‘file
specification’; input relation $ firstname $ / dim = ‘,’; run;
Contact
Details :
K.Naveen SAS Trainer +91-9177856619 (INDIA)
001-214-347-4655 (USA)
Knaveen.sas@gmail.com
goodonlinetrainings@gmail.com
For further details:
www.sasonlinetraining.training
No comments:
Post a Comment