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
How to specify variables to be processed by the freq procedure?
Differences between where and if statement?
What would you change about your job?
Describe a time when you were really stuck on a problem and how you solved it?
If money were no object, what would you like to do?
How might you use MOD and INT on numeric to mimic SUBSTR on character Strings?
Describe crosslist option in tables statement?
for whom is sas data integration studio designed? : Sas-di
I am preparing SAS Certified Advanced Programmer for SAS 9 in 2014. If anybody has the latest dumps for this exam, please mail me at dhiman.mukherjee@gmail.com
What will calendar procedure do?
how will you locate the sas platform applications? : Sas-bi
Name and describe few sas character functions that are used for data cleaning in brief.
how can you put a "trace" in your program? : Sas programming
What is the good sas programming practices for processing large data sets?
what are some good sas programming practices for processing very large data sets? : Sas programming