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
Believe it or not . . . there is a PKZIP for the AS/400.
A couple of contracts ago we used PKZIP to minimise FTP transmissions – simple, elegeant, almost invisible when embedded in some CL ..
Recommended..
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
We use software from Pkware.
Joe