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
Mention what is the difference between nodupkey and nodup options?
what is factor analysis? : Sas-administrator
What is the sas data set? : sas-grid-administration
Approximately what date is represented by the SAS date value of 730?
How do you connect the desktop application to metadata server? : sas-grid-administration
In sas admin differentiate between roles and capabilities? : sas-grid-administration
What do you know about sas data set?
What are the difference between sas functions and procedures?
Do you know the features of sas?
What is the difference between match merge and one to one merge?
what is the basic structure sas administrator? : Sas-administrator
Is the physical structure of the data set in the same orientation as the report? Do you need to reshape the data sets? What method should you use to reshape the data–DATA steps,PROC TRANSPOSE,output data set from a procedure?
how the sas basic syntax style described? : Sas-administrator
What does proc print, and proc contents are used for?
what type of graphs we will create(for 2+years candidates)?