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 import the Zip files into SAS? If it is possible in
SAS? If it is posible write the code...

Answer Posted / no no no noooo

PROC IMPORT OUT= WORK.ALL
DATAFILE= "C:\Users\1234Documents\SENTHIL\dmp3split.zip"
DBMS=CSV REPLACE;
GETNAMES=YES;
DATAROW=2;
RUN;

Is This Answer Correct ?    4 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between one to one merge and match merge? Give an example.

1119


What areas of SAS are you most interested in?

1580


Do you need to rearrange the order of the data for the report?

2359


What is the difference between %local and %global? : sas-macro

1235


Explain data step in SAS

1161


Explain why double trailing @@ is used in input statement?

1116


How many ways to overcome a missing values???

2865


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

1190


how would you create multiple observations from a single observation? : Sas programming

1055


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

1185


hi all, I need the SAS DI DUMP(A00 260) for attending the certification. if any one have, pls provide it.Please Email to vrpotluri@hotmail.com. Thanks - Ramana

5507


What is the difference between match merge and one to one merge?

1316


what is data access? : Sas-di

1178


what are the benefits of data integration? : Sas-di

1176


describe the interaction table in sas di? : Sas-di

1076