What SAS statements would you code to read an external raw
data file to a DATA step?
Answer Posted / sankar
using proc import procedure
synatax :for text file
proc import datafile='path' out=datasetname
dbms=dlm;
delimiter='specific delimiter';
run;
| Is This Answer Correct ? | 1 Yes | 2 No |
Post New Answer View All Answers
Difference between nodup and nodupkey options?
Name validation tools used in SAS
what is the use of proc contents and proc print in sas? : Sas-administrator
Differentiate input and infile.
How will you use the WHO Drug Dictionary for Reporting Clinical Trials?
what is the difference between floor and ceil functions in sas? : Sas-administrator
Are you involved in writing the inferential analysis plan? Tables specifications?
Tell e how how dealt with..
What is the use of the %include statement?
How do you test for missing values?
What are the different types of sas functions?
what is proc Index? and what is proc document?
What is the function of output statement in a SAS Program?
for whom is sas data integration studio designed? : Sas-di
What are the different servers in sas? : sas-grid-administration