What SAS statements would you code to read an external raw
data file to a DATA step?

Answer Posted / madhu

infile and input statements.
ex:
data m;
infile 'c:\m.txt';
input :xxxx;
run;

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

1800


What is the order of application for output data set options, input data set options and SAS statements?

1083


what is metadata? : Sas-bi

601


How many data types are there in SAS?

634


What are the data types that sas contain?

656






List out some key concept of SAS

621


What are all the problems you faced while validating tables and reports?

3015


What are the best sas programming practices for handling very large datasets? : sas-grid-administration

570


Hello Friends, am new to this forum and am not good at sas progarmming. please can any one of you send me couple of sample large sample SAS Jobs which can you use 200 MB of data and other sas job upto 25GB of data. am doing a performance testing on our legacy systems and new upgraded system. I would really appreciate if you can do me this favor Thank you Priya

1350


Explain the purpose of retain statement.

603


How would you define the end of a macro?

704


what do the sas log messages "numeric values have been converted to character" mean? What are the implications? : Sas programming

693


What is slibref?

746


explain the key concept of sas? : Sas-administrator

559


Explain append procedure?

636