× The internal search function is temporarily non-functional. The current search engine is no longer viable and we are researching alternatives.
As a stop gap measure, we are using Google's custom search engine service.
If you know of an easy to use, open source, search engine ... please contact support@midrange.com.



> Better than the gzip utility available from IBM for QShell. Allows for
> larger objects, too. And multiple objects into a single archive.

Hmm... the original question was asking if we had gotten WinZip working or
if not, what did we use for ZIP files.  Gzip doesn't create ZIP files, it
creates gzipped (.GZ) files.

Also, Gzip isn't designed for archiving.. it's purely a compression
program.  That's why you can't have multiple files.  It's typically used in
conjunction with the Unix tar utility.   Tar creates an archive, and gzip
compresses it.  It's more modular that way, you can use one without the other
when the occasion calls for it.

On my FreeBSD system, having the two programs tar/gzip running
together performs better than WinZip does on the same machine.  Unixes
like FreeBSD, though, are optimized for that sort of work.  OS/400 is
not, and tar/gzip isn't likely as efficient on iSeries as it is on Unix
machines.   Though, due to the awful overhead of Java, JAR may be worse.
Never compared them, since .ZIP and .TAR.GZ aren't interchangable :)

There's also Info-Zip which is an Open Source implementation of PKZIP.
The AIX version should run in PASE on the iSeries, and it would most
likely outperform JAR.

Of course, you could try to make an OS/400-native port of Info-Zip, and
that would almost definitely outperform anything else, but would require
you to spend the time, etc, porting it...

Info-Zip is here:  http://www.info-zip.org

I haven't tried making Info-Zip run on OS/400, mind you, but it's the
program that I use for .ZIP files on my FreeBSD systems, and it certainly
outperforms JAR there...

As an Amazon Associate we earn from qualifying purchases.

This thread ...

Replies:

Follow On AppleNews
Return to Archive home page | Return to MIDRANGE.COM home page

This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].

Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.