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

What is slibref?

849


How do you debug and test your SAS programs?

1140


how will you location sas platform applications available from web browser? : Sas-bi

655


what are the best practices to process the large data sets in sas programming? : Sas-administrator

633


Explain input and put function?

750






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

884


AE datasets names? how many types?

2151


How substr function works in sas?

786


How many ways to overcome a missing values???

2433


In ARRAY processing, what does the DIM function do?

806


how does sas handle missing values in assignment statements? : Sas programming

661


What do the sas log messages “numeric values have been converted to character” mean? What are the implications?

824


What’s the difference between var b1 – b3 and var b1 — b3?

942


Have you ever used the SAS Debugger?

1321


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;

2066