Do you have an example on how to decompress a zip archive that’s located in a physical library, which would create the output file(s) in a physical library?
PKUNZIP ARCHIVE(‘btw/zipfile’) TYPE(*EXTRACT) EXDIR(‘btw/uzipfile’) CVTTYPE(*NONE) DFTDBRECLN(500) PKUNZIP Archive: BTW/ZIPFILE(ZIPFILE) Archive Comment:”PKZIP for iSeries by PKWARE” Searching Archive BTW/ZIPFILE(ZIPFILE) for files to extract Extracting file MYFILE Inflating *DB:BTW/UZIPFILE(MYFILE) Text PKUNZIP extracted 1 files PKUNZIP Completed Successfully
Related Questions
- Do you have an example on how to decompress a zip archive that’s located in a physical library, which would create the output file(s) in a physical library?
- I get the following error "Could not create output file (was replacing the original zip file)". What is wrong?
- How do I create a zip file on a Windows PC machine?