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

what is proc Index? and what is proc document?

1994


what is information maps?

1612


Name some categories in sas 9? : sas-grid-administration

555


Explain data_null_?

609


how to generate the test data in sas without input data? : Sas-administrator

574






what are the new features included in the new version of sas i.e., Sas 9.1.3? : Sas programming

543


What do you understand by the term Normal Distribution?

570


If you need the value of a variable rather than the variable itself what would you use to load the value to a macro variable? : sas-macro

593


Explain translate function?

630


Give e an example of..

1843


WHAT IS SAS WEB SERVICE and what are the steps to create an xml service ?

2262


Explain what is data step?

727


How to test the debugging in sas?

606


Explain the purpose of substr functions in sas programming.

561


Name and describe few sas character functions that are used for data cleaning in brief.

662