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
List down the reasons for choosing sas over other data analytics tools.
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;
How would you define the end of a macro? : sas-macro
How does the internal authentication work in sas? : sas-grid-administration
what is sas olap server? : Sas-di
what are the component of range? : Sas-bi
What is run-group processing?
How necessary is it to be creative in your work?
I have a dataset concat having variable a b & c. How to rename a b to e & f?
How to convert a numeric variable to a character variable?
Differences between where and if statement?
describe about physical data integration? : Sas-di
Hi, If anyone has base SAS certification dumps, please share.
What is the use of the %include statement?
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 ...