What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / sankar
use INFLE statement
data dsname;
infile 'path of file' <options>;
input var1 var2................varn;
run;
options like dsd dlm missover firstobs obs ..etc
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
what is transformation in sas data integration? : Sas-di
What’s the difference between var b1 – b3 and var b1 — b3?
Name types of category in which SAS Informats are placed?
This entry was posted in General. Bookmark the permalink. Post a comment or leave
How do you add a number to a macro variable? : sas-macro
What does proc print, and proc contents are used for?
How many ways to overcome a missing values???
Explain what is SAS informats?
What are the statements in proc sql?
Did you used proc test? when?
What are the limitations for memory allocation for SAS variables
How would you include common or reuse to be processed along with your statements?
Explain the difference between informat and format with an example.
explain about data integrator metadata reports? : Sas-di
What are the uses of sas?