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
what has been your most common programming mistake? : Sas programming
where are dashboard components are created and maintained? : Sas-bi
Explain the difference between informat and format with an example.
what is the Population you used in your project, is it ITT or PP?
Mention the category in which sas informats are placed?
What commands are used in the case of including or excluding any specific variables in the data set?
what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi
What are the applications primarily used by business analyst? : Sas-bi
If you could design your ideal job, what would it look like?
What do you know about sas and what we do? : sas-grid-administration
What are the statements that are executed only?
sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately
What are all the problems you faced while validating tables and reports?
what is intially documentation in sas?
What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?