Thanks to all that responded.
It appears that no one has experienced the same or had tried zipping
data larger than 2Gb.

The business purpose is to reduce data transmission time for data sent
to feed our data warehouse application.

What is of concern is INFOZIP job ended with RC=0 when it didn't ZIP the
entire file - it should have failed the job to indicate a problem.

Some interesting stats (for zipping a 651Mb file)
                        CPU Time        Elapse Time     Compression
                (sec)           (sec)           (%)
JAR                     68.4            286.6           93
INFOZIP (fast)  23.4             40.8           92
INFOZIP (normal)        40.2             48             93

We would have liked INFOZIP to work for files > 2Gb as it appears to be
quicker than the jar method.
I guess the best free working solution is the jar function. It takes a
bit longer, but it does the job.

Our windows zip product successfully unzips the 1.2Gb (using jar method)
to 14.6Gb file, so I guess we don't have any 2Gb limit there. So for
INFOZIP, perhaps it's the _LARGE_FILES feature macro as mentioned - not
sure how to get pass that though.

Now we need to determine if the solution is viable ie. the time to do
the actual compression versus what we gain in reducing the data
transmission time.

Thanks to all for sharing.

Regards,
Vikesh Bhoola


-----Original Message-----
From: IBM Mainframe Discussion List [mailto:ibm-m...@bama.ua.edu] On
Behalf Of Timothy Sipples
Sent: 03 June 2009 06:26 AM
To: IBM-MAIN@bama.ua.edu
Subject: Re: INFOZIP >2Gb

You can use the jar command -- provided with the no charge IBM SDK for
z/OS, Java Technology Edition -- to create Zip files. For example:?

jar cf myarchive.zip file1.seq file2.seq file3.seq

I think this works:

jar -?

for producing a list of options. You can try these commands from the
OMVS
environment or from direct "terminal" connection to z/OS UNIX System
Services. You may need to specify the path to the jar command, depending
on
how your path environment is set up.

- - - - -
Timothy Sipples
IBM Consulting Enterprise Software Architect
Based in Tokyo, Serving IBM Japan / Asia-Pacific
E-Mail: timothy.sipp...@us.ibm.com
----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html
Please Note: This email and its contents are subject to our email legal notice 
which can be viewed at http://www.sars.gov.za/Email_Disclaimer.pdf 

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to lists...@bama.ua.edu with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to