|
Hi Scott, My gzip is the AS/400 one. It's a pure AS/400 program and I don't know how I could use it under QSHELL. On AS/400, I prefer use IBM programs if they exist. I'm not sure if AS/400 gnu zip is still maintained. Thanks. Jean Claude -----Message d'origine----- De : midrange-l-bounces@xxxxxxxxxxxx [mailto:midrange-l-bounces@xxxxxxxxxxxx]De la part de Scott Klement Envoyé : mardi 16 novembre 2004 22:19 À : Midrange Systems Technical Discussion Objet : Re: gzip and java's jar Hi Jean Claude, > I try to zip some save files on IFS. I tried first to use gzip. It > worked very well till it had to zip a file greater than 2G. I've seen > somewhere that using of QSHELL and Java's command jar would be cool. There's a difference, though. gzip creates a GNU Zip file (.gz) and JAR creates a PkZip (.ZIP) file. Have you tried gzip using pipes for input and output? That way, the program isn't directly accessing the file, QShell is instead. For example: gzip -c < inputfile.txt > outputfile.txt.gz I don't knov if it'll solve the problem (we dont have any files that large to test with) but it might be worth a try... > I've installed Java kit 1.2 on my V4R5 OS. Same player shoot again : It > worked cool till it had to zip a file greater than 2G. I'm now on V4R5 > OS. Soon we will migrate to V5R3. Did someone use command jar on this > level ? What was the result on great files ? I know same zipping > problems appeared on unix (AIX) side. How did you solve it on the AIX side? you can always use the AIX program in PASE if all else fails... -- This is the Midrange Systems Technical Discussion (MIDRANGE-L) mailing list To post a message email: MIDRANGE-L@xxxxxxxxxxxx To subscribe, unsubscribe, or change list options, visit: http://lists.midrange.com/mailman/listinfo/midrange-l or email: MIDRANGE-L-request@xxxxxxxxxxxx Before posting, please take a moment to review the archives at http://archive.midrange.com/midrange-l.
As an Amazon Associate we earn from qualifying purchases.
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.