how to read raw data in sas. Do it manually and throw the
programming.



how to read raw data in sas. Do it manually and throw the programming. ..

Answer / singh.naveen409

Process-1
FIle-Import Data-Next-Browse-ok-finish

Process-2
filename myfile "file location path.extension";
data qqq;
infile myfile;
input ......................;
run;


In the place of this .............just right down variable
name;

If you have csv file then;
process:-
proc inport out=work.auto1 filename " path of file which you
want to read.csv"
dbms=csv replace;
getnames=yes;
run;

Is This Answer Correct ?    7 Yes 0 No

Post New Answer

More SAS Interview Questions

what is cummaltive frequency,and varience in proc unviarte

1 Answers   L&T,


Approximately what date is represented by SAS date value of 730

9 Answers  


how do you read binary data in sas?

3 Answers   Satyam,


What is the role of administrative users? : sas-grid-administration

0 Answers  


What are symbol tables?Differemce between Local N Global Symbol tables.....

2 Answers   TCS,






what is sas business intelligence? : Sas-bi

0 Answers  


how to debug and test the sas program? : Sas-administrator

0 Answers  


differnce between 8.2 and 9.1.3

1 Answers  


This entry was posted in General. Bookmark the permalink. Post a comment or leave

0 Answers   Quintiles,


Hi Jeevan/Akshara I have tried to contact SASI Vats for latest Advanced SAS Programming Certification Dumps (A00-212) but have not got any response. I would highly and gratefully appreciate your assistance in this regard. If you guys have access to this, would you be kind enough to forward it to me ? I would abide by all the terms you have for this. Please, note my email id: upretigopi@yahoo.com Preti Sharma

0 Answers  


what is transformation in sas data integration? : Sas-di

0 Answers  


describe how to adjust the performance of data integrator? : Sas-di

0 Answers  


Categories