Click on the Comments to view the Answers

Monday, January 25, 2010

Base 45

A raw data record is listed below:
--------10-------20-------30
son,Travis,


The following output is desired:
relation   firstname
son Travis


Which one of the following SAS programs reads the data correctly?


A. data family / dlm = ',';
infile 'file-specification';
input relation $ firstname $;
run;


B. options dlm = ',';
data family;
infile 'file-specification';
input relation $ firstname $;
run;


C. data family;
infile 'file-specification' dlm = ',';
input relation $ firstname $;
run;


D. data family;
infile 'file-specification';
input relation $ firstname $ / dlm = ',';
run;

5 comments:

SASGuru said...

Answer C

kinnari said...

Answer is C

data family;
infile 'file-specification' dlm = ',';
input relation $ firstname $;
run;

RS said...
This comment has been removed by the author.
RS said...

thinking about b

we can use options statement before the proc print step starts like

options dlm=',';
proc print step


not in datastep

CompleteExamCollection said...

For latest and updated SAS certification dumps in PDF format contact us at completeexamcollection@gmail.com.
Refer our blog for more details
http://completeexamcollection.blogspot.in/2015/12/sas-certification-dumps.html

Post a Comment



Technology Top Blogs On our way to 1,000,000 rss feeds - millionrss.com Hihera.com Blog Directory - OnToplist.com blogarama - the blog directory Blog Directory
Disclaimer

SAS and all other SAS Institute Inc. product or service names are registered trademarks or trademarks of SAS Institute Inc. in the USA and other countries. ® indicates USA registration.

Other brand and product names are trademarks of their respective companies.

This blog is not responsible for any kind of copyright violation. This blog just collects the links hosted or posted by other servers/people/search engines.The creator of this page or the ISP(s) hosting any content on this site take no responsibility for the way you use the information provided on this site.If anybody has any copyright claim on it and doesn’t wish the information provided to be shown on our site, please do respond to this email. We shall remove them off immediately. Any inconvenience is regretted. Please do mention your exact grievance/problems with respect to certain third party links. We assure you that appropriate action will be taken off. Thank you