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

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)?

1472


How do you delete duplicate observations in sas?

818


What is the difference between class statement and by statement in proc means?

911


what type of graphs we will create(for 2+years candidates)?

2093


What do you know about sas data set?

820


describe about metadata object? : Sas-di

842


how can you create zero observation dataset? : Sas programming

903


How would you define the end of a macro? : sas-macro

859


What does the trace option do?

888


Explain proc sort?

882


What is by-group processing?

763


What are types of transport files?

7412


Enlist the syntax rules followed in sas statements.

860


State the difference between INFORMAT and FORMAT ?

846


Mention the validation tools used in SAS?

873