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
What is slibref?
How do you debug and test your SAS programs?
how will you location sas platform applications available from web browser? : Sas-bi
what are the best practices to process the large data sets in sas programming? : Sas-administrator
Explain input and put function?
I have a dataset concat having a variable a b & c. How to rename a b to e & f?
AE datasets names? how many types?
How substr function works in sas?
How many ways to overcome a missing values???
In ARRAY processing, what does the DIM function do?
how does sas handle missing values in assignment statements? : Sas programming
What do the sas log messages “numeric values have been converted to character” mean? What are the implications?
What’s the difference between var b1 – b3 and var b1 — b3?
Have you ever used the SAS Debugger?
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;