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
Hi,by usining ptf how we have to combine (likr merge)10 datasets at a time in the oracle database(and write a macro code also)?Like this i have a douts a lot if you dont mind may please send one text mail for me(madhusudhanap16@gmail.com)?
How do you delete duplicate observations in sas?
What is the difference between class statement and by statement in proc means?
what type of graphs we will create(for 2+years candidates)?
What do you know about sas data set?
describe about metadata object? : Sas-di
how can you create zero observation dataset? : Sas programming
How would you define the end of a macro? : sas-macro
What does the trace option do?
Explain proc sort?
What is by-group processing?
What are types of transport files?
Enlist the syntax rules followed in sas statements.
State the difference between INFORMAT and FORMAT ?
Mention the validation tools used in SAS?