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
how will you location sas platform applications available from web browser? : Sas-bi
describe about metadata object? : Sas-di
Hi all, If Anybody has Advance SAS Certification dumps??? Please share with me. Email: pramod.kalugade03@gmail.com
What would be the result of the following SAS function (given that 31 Dec, 2000 is Sunday)?
How do you use the do loop if you don’t know how many times you should execute the do loop?
How to create a permanent sas data set?
What is a macro routine?
What will calendar procedure do?
what is the effect of the options statement errors=1? : Sas programming
how does sas handle missing values in functions? : Sas programming
What are the limitations for memory allocation for SAS variables
for what purpose would you use the retain statement? : Sas programming
it will become easy if uuu provide website linkssss and list of consultanciessssss
Hi, Does anybody has lastest SAS certification(base, adv., clinical)dumps,if anybody has please email me at mailtorajani76@gmail.com. Thanks
what is data integration? : Sas-di