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

to read zip files SAS has special keyword i.e., SASZIPAM
eg:
FILENAME myzipfile SASZIPAM 'd:\filelocation\6100Txn.zip';
data _null_;
infile myzipfile(sales_JAN);
input;
put _infile_;
run;
/*here iam extracting sales_JAN file from 6100Txn.zip file
since we don't know the file structure put everything to log.
to see the file names in zip, physically access the zip file
without extracting the file contents. */

Is This Answer Correct ?    3 Yes 2 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Give e an example of..

2138


Do you need to compute new variables? If so,should you do this before you execute the report-writing procedure?

1963


List down the reasons for choosing sas over other data analytics tools.

1334


Explain the purpose of retain statement.

1107


What are the new features included in the new version of SAS Programming Language?

1251


how do you test for missing values? : Sas programming

1102


Which function is used to count the number of intervals between two sas dates?

1196


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

2299


How to specify variables to be processed by the freq procedure?

1118


what do the pad and dim functions do? : Sas programming

1078


Difference between sum function and using “+” operator?

1207


which date function advances a date, time or datetime value by a given interval? : Sas programming

1097


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

1241


What is the work of tranwrd function?

1298


What is your favorite all time computer book? Why?

2559