How to import the Zip files into SAS? If it is possible in
SAS? If it is posible write the code...

Answer Posted / sushil nayak

Yes, reading a ZIP file in Windows SAS is possible. Use the Winzip Command Line Support Add-on and a FILENAME statement to read zipped files into a SAS data set.

Check out this link :: Sample 26011: Reading zipped files on Windows :: http://support.sas.com/kb/26/011.html#

Is This Answer Correct ?    10 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

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

1020


i have a dataset with 100 obs i want to generate title from 20th obs onwards with total observations. that should contain 100 obs.dont use firstobs and dnt split the data. use dataset block or proc report? how can we genarate;

2161


How would you define the end of a macro? : sas-macro

823


How does the internal authentication work in sas? : sas-grid-administration

802


what is sas olap server? : Sas-di

942






what are the component of range? : Sas-bi

797


What is run-group processing?

828


How necessary is it to be creative in your work?

2203


I have a dataset concat having variable a b & c. How to rename a b to e & f?

781


How to convert a numeric variable to a character variable?

846


Differences between where and if statement?

770


describe about physical data integration? : Sas-di

750


Hi, If anyone has base SAS certification dumps, please share.

1592


What is the use of the %include statement?

877


if a variable contain dates like "2015/01"---"2015/12" (yymm) ,How to add day to those dates,if them month is jan then 31 if the month is feb then 28 so on ...

1140