Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

what has been your most common programming mistake? : Sas programming

1185


where are dashboard components are created and maintained? : Sas-bi

1058


Explain the difference between informat and format with an example.

1220


what is the Population you used in your project, is it ITT or PP?

2805


Mention the category in which sas informats are placed?

1076


What commands are used in the case of including or excluding any specific variables in the data set?

1145


what are the softwares and applications that are used most frequently used by sas bi applications developers? : Sas-bi

1062


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

1049


If you could design your ideal job, what would it look like?

2981


What do you know about sas and what we do? : sas-grid-administration

1234


What are the statements that are executed only?

1209


sas implementing companies in pune implementing clinical projects if anyone knows plz send ans immediately

3632


What are all the problems you faced while validating tables and reports?

3511


what is intially documentation in sas?

5129


What is a method for assigning first.VAR and last.VAR to the BY group variable on unsorted data?

2631