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
what is the function of catx syntax? : Sas-administrator
What is SAS informats?
What do you know about symput and symget?
Name any two sas spawners? : sas-grid-administration
i want for interview question & answer plz it need immediate send t my mail raviprakashmot@gmal.cm
What is the differnce between SDTM 3.1.2 to 3.1.1 version
what is proc Index? and what is proc document?
What is the difference between reading data from an external file and reading data from an existing data set?
Compare sas with other data analytics tools.
Explain data step in SAS
What is a method to debug and test your SAS program?
what is sas data set?
please can you tell me that in companies sas work are doing by through sas coding or sas wizard ??
Tell e how how dealt with..
what other sas products have you used and consider yourself proficient in using? : Sas programming