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 can u import .csv file in to SAS?tell Syntax?

Answer Posted / rajamohan

proc import datafile="externalfile location" out=library.datasetname dbms=csv repalce;
getname=yes;
run;

Is This Answer Correct ?    0 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

how do you debug and test your sas programs? : Sas programming

1170


What is the difference between SAS functions and procedures?

1184


how would you create a data set with 1 observation and 30 variables from a data set with 30 observations and 1 variable? : Sas programming

1402


What can you learn from the SAS log when debugging?

1435


explain the concepts and capabilities of business object? : Sas-bi

1011


What areas of SAS are you most interested in?

1578


What are the different servers in sas? : sas-grid-administration

1100


Explain the purpose of substr functions in sas programming.

1108


Are you sensitive to code walk-throughs peer review or QC review?

3199


Describe the function and untility of the most difficult SAS macro that you have written.

2167


Explain input and put function?

1186


Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks

2297


For clinical entire study how many tables will create approx?

2020


Explain the purpose of retain statement.

1105


Can you execute a macro within a macro? Describe. : sas-macro

1151