0 pts.
 unzipping a file on the iseries
I know this question has already been asked but I need to know how to unzip a file on the iseries?

Software/Hardware used:
ASKED: August 1, 2005  9:30 AM
UPDATED: September 14, 2010  4:58 PM

Answer Wiki:
It's not possible to unzip files natively on the iSeries, however there is a version of PKZIP for the iSeries that will allow you unzip files on the iSeries. www.pkware.com ================================================== The simplest answer is usually to review the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzaha/jar.htm">Java jar tool</a>. Note the link on that page to Sun's documentation. Also note the reference to the <a href="http://publib.boulder.ibm.com/infocenter/iseries/v5r4/index.jsp?topic=/rzaha/javatool.htm">Java ajar tool</a>. There may be particular requirements such as transferring files in binary mode, passwords on the .zip file, etc., that the creator of the file will have to help with. PKZip/Unzip is available as a commercial and supported product. Web site is noted above. Tom
Last Wiki Answer Submitted:  October 31, 2009  7:34 am  by  Soljd19   0 pts.
All Answer Wiki Contributors:  Soljd19   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

I have created CL/CMD wrappers to do this. Email me if you want the code.

kketzler AT aresgrp DOT com

 7,185 pts.

 

three QCMDSRC (and their corresponding QCLSRC) members:

  1. CRTZIPF (to make a new zip file)
  2. UPDZIPF (to add file(s) to an existing zip file)
  3. OPNZIPF (to extract file(s) from the zip file)

also three corresponding HTML pages with directions/examples for the commands

 7,185 pts.

 

I also need to know How to Unzip a file in Iseries. Will these commands work on stream files ?

 10 pts.

 

July 13, 2010 – List Contents of Zip Files on i – Whether you create a .zip file on the PC, Mac, or right on an i system, you can view the contents of the .zip on the green screen of the i itself. In this week’s Tuesday Tip, Bob Cozzi reviews how to create a .zip file on i and then illustrates the command available to list a directory of the files stored in a .zip, regardless of where it was created. Check out the website for the above date
http://systeminetwork.com/tuesdaytips/

 135 pts.