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
what is snowflake schema? : Sas-di
What are the five ways to do a table lookup in sas? : sas-grid-administration
Explain the difference between using drop = data set option in set and data statement?
What was the last computer book you purchased? Why?
what is the difference between: x=a+b+c+d; and x=sum (of a, b, c ,d);? : Sas programming
How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro
How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?
List down the reasons for choosing sas over other data analytics tools.
What is the difference between one to one merge and match merge? Give an example.
explain the main difference between the nodup and nodupkey options? : Sas-administrator
What are types of transport files?
hi tell be about pfizer? how to compare the work with other companies ? please tell me how to login and work also?
How necessary is it to be creative in your work?
What are the features of base sas system?
What are the different types of sas functions?