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 / vinod kumar

We can read the zipped files in to SAS by using the SASZIPAM
option.

filename file1 saszipam 'd:\Myfiles\dumps.zip';

data dset;
infile file1(dumps1.csv) dlm=','; *-dumps1.csv is one of
the file in zipped file;
input email $ name $ address $ city $ zip $;
put _infile_;
run;

Is This Answer Correct ?    4 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

2274


what is metadata? : Sas-bi

1074


Describe the ways in which you can create macro variables? : sas-macro

1114


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

1193


How would you invoke a macro? : sas-macro

1186


explain the key concept of sas? : Sas-administrator

1049


how to generate the test data in sas without input data? : Sas-administrator

1176


What Proc glm does?

1138


How would you code a macro statement to produce information on the sas log? This statement can be coded anywhere? : sas-macro

1103


for what purpose would you use the retain statement? : Sas programming

1146


Can you execute macro within another macro? If so, how would sas know where the current macro ended and the new one began? : sas-macro

1261


how to debug and test the sas program? : Sas-administrator

1075


what is sas business intelligence? : Sas-bi

1264


What is a method to debug and test your SAS program?

1438


what versions of sas have you used (on which platforms)? : Sas programming

1131