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

1.How many ways are there to create variables? 2.What is CLM,how can we use it? 3.what are the advontages of data step? 4.what is the extension of editor window in SAS 9.1.3? 5.How do you copy a particular data set from one library to another? 6.what is the use of double option? 7.Advontages of Proc Report? 8.what is the basic use of where statement? 9.How do you terminate the statments in SAS Programming? 10.What is the difference between symput and symget? 11.How would a identify the local and global variable? can any one answer for the 4'th question

8 Answers   CitiGroup,


What are the table names in oracle database...?

0 Answers   HSBC,


Enlist the syntax rules followed in sas statements.

0 Answers  


What is the good sas programming practices for processing large data sets?

0 Answers  


What are the prime responsibilities of data integration administrator? : Sas-di

0 Answers  






How would you delete observations with duplicate keys?

13 Answers   Accenture,


Are you involved in writing the inferential analysis plan? Tables specifications?

0 Answers   Oracle,


Describe a time when you were really stuck on a problem and how you solved it?

0 Answers   Oracle,


What is a pdv and what are its functions?

0 Answers  


What are the ways in which macro variables can be created in sas programming?

0 Answers  


What sas features do you use to check errors and data validation?

0 Answers  


explain the use of % includes a statement in sas? : Sas-administrator

0 Answers  


Categories