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 / swaroop

proc import datafile="f:\x.csv"
out= x dbms=csv;
run;
proc print;
run;

Is This Answer Correct ?    3 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Describe 5 ways to do a “table lookup” in SAS?

1186


What makes sas stand out to be the best over other data analytics tools?

1114


what is sas application server, database server, sas olap server and sas metadata server? : Sas-di

1056


What is the difference between using drop = data set option in data statement and set statement?

1209


How to convert a numeric variable to a character variable?

1255


What do you know about symput and symget?

1316


How can you create a macro variable with in data step? : sas-macro

1090


Describe crosslist option in tables statement?

1263


What sas features do you use to check errors and data validation?

1266


How to create a permanent sas data set?

1309


what are 5 ways to perform a table lookup in sas? : Sas-administrator

1296


Explain input and put function?

1186


How to limit decimal places for the variable using proc means?

1120


How do you specify the number of iterations and specific condition within a single do loop?

1152


In ARRAY processing, what does the DIM function do?

1231