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

Name few SAS functions?

886


What are the functions which are used for character handling functions?

837


Give some examples where proc report’s defaults are different than proc print’s defaults?

825


How does the internal authentication work in sas? : sas-grid-administration

844


what is the use of sas management console? : Sas-di

825


describe the interaction table in sas di? : Sas-di

796


do you need to know if there are any missing values? : Sas programming

783


What are the five ways to do a table lookup in sas? : sas-grid-administration

828


What are types of transport files?

7400


How do dates work in SAS data?

930


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

3242


How do dates work in sas?

868


explain the difference between alternate key, business key, foreign key, generated key, primary key, retained key and surrogate key ? : Sas-di

825


How do you control the number of observations and/or variables read or written?

1019


What is by-group processing?

759