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 |
what is the primary data source for the wrs? : Sas-bi
What does error:1 mean?
For what purposes have you used sas macros? : sas-macro
Describe the types of SAS programming tasks that you performed like Tables? Listings? Graphics? Ad hoc reports? Other?
Enlist the syntax rules followed in sas statements.
How do you write a test plan?
what is SAS/Graph?
What are the parameters of scan function?
What is slibref?
What is program data vector (pdv) and what are its functions?
What are the prime responsibilities of data integration administrator? : Sas-di
Baseline definition in your study
3 Answers Accenture, Quintiles,