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

how to create the AE dataset by using SDTMIG specifications and SAP plan by using UNIX platform?

2293


What are the applications primarily used by business analyst? : Sas-bi

554


what is the different between functions and procs that calculate the same simple descriptive statistics? : Sas programming

595


What are the default statistics for means procedure?

647


explain what is factor analysis? : Sas-administrator

604






Describe crosslist option in tables statement?

715


how does sas handle missing values in procs? : Sas programming

638


In ARRAY processing, what does the DIM function do?

713


Explain the main difference between the sas procedures and functions? : Sas-administrator

542


how does sas handle missing values in assignment statements? : Sas programming

571


explain the main difference between the nodup and nodupkey options? : Sas-administrator

692


What is connection profile? : sas-grid-administration

650


what is study design in while working with SAS? what are screening variables in SAS?

1684


Will it bother you if the guy at the next desk times the frequency and duration of your bathroom or coffee breaks on the grounds that ?you are getting paid twice as much as he is??

2098


How to include or exclude specific variables in a data set?

648