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

by using proc import or through wizard select import data
from file menu and infile statement.


proc import datafile='c:\my .csv' out =gan;
run;

Is This Answer Correct ?    7 Yes 10 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does proc print, and proc contents are used for?

1217


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

1070


How would you define the end of a macro?

1146


How would you identify a macro variable?

1137


How can sas program be validated?

1072


how do the in= variables improve the capability of a merge? : Sas programming

1480


Explain data step in SAS

1159


where to use sas business intelligence? : Sas-bi

1161


What is SAS?

1097


how are numeric and character missing values represented internally? : Sas programming

1199


explain what is factor analysis? : Sas-administrator

1172


What is run-group processing?

1241


What is the sas data set? : sas-grid-administration

1029


Mention what is the difference between nodupkey and nodup options?

1059


What is the role of sas grid administrator? : sas-grid-administration

1342