1,780 pts.
 AS/400 File Compression
Is there a piece of software or code that has good "ZIP" capabilities on the iseries. Instead of using DTACPR on a sabobj command. I want to still use the command to save a library to a save file. But I want killer compression. THanks

Software/Hardware used:
ASKED: July 30, 2009  8:08 PM
UPDATED: August 4, 2009  8:26 PM

Answer Wiki:
A couple of references to look at: <a href="http://forums.systeminetwork.com/isnetforums/showthread.php?t=44602"> Systemi Network</a> and <a href="http://www.code400.com/forum/showthread.php?t=4602"> Code400.com</a> Basically - You can use the Java JAR command through QSHELL There is an open source package that runs in the PASE environment PKWare has a commercial product There are probably other methods. I don't know if any of these give you any better compression than what is built in to the O/S. I have used the JAR command through QSHELL - That Code400 link has an example of the code to use. Regards Mike We use software from Pkware. Joe
Last Wiki Answer Submitted:  August 4, 2009  8:24 pm  by  Cunninjoe   320 pts.
All Answer Wiki Contributors:  Cunninjoe   320 pts. , mcl   2,725 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Believe it or not . . . there is a PKZIP for the AS/400.

 5,525 pts.

 

A couple of contracts ago we used PKZIP to minimise FTP transmissions – simple, elegeant, almost invisible when embedded in some CL ..

Recommended..

 5,505 pts.

 

I’ve found the using DTACPR(*HIGH) on SAV* commands gave a compression ratio of 5 or 6 to 1. PKZIP was usually 8 to 1 so for me ZIP wasn’t worth the time. You can get it here:

http://www.easy400.net/zip/html/page1.htm

 5,665 pts.

 

We use software from Pkware.

Joe

 320 pts.