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

Answer Posted / 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       View All Answers


Please Help Members By Posting Answers For Below Questions

How does SAS handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, PROCs?

1097


explain about sas business intelligence? : Sas-bi

596


what is proc Index? and what is proc document?

1994


Tell e how how dealt with..

1754


What commands are used in the case of including or excluding any specific variables in the data set?

590






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

552


What is the use of divide function?

600


What is the work of tranwrd function?

663


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

3478


what versions of sas have you used (on which platforms)? : Sas programming

583


Intern stastical programmer written test

285


Do you need to know if there are any missing values?

595


what do the sas log messages "numeric values have been converted to character" mean? : Sas programming

538


what do the mod and int function do? What do the pad and dim functions do? : Sas programming

612


what is treatment emergent events and treatment emregent adverse event

1937