How do I unzip from IFS into the iSeries and change the library and file name that is being created?
Use Drop Stored Path *NONE along with the EXDIR library/filename (member too if it applies). This will specify where you want to extract the data to. If you use Drop Stored Path *ALL it says to drop all but the member in EXDIR. PKZIP automatically creates the library and the file and the member. If I specify library/file/member, the PC cannot use this. If I take out the library/and the member and just leave the file name, PKZIP automatically creates the library and the file and the member. You can resolve this issue by adding STOREPATH(*NO).
Use Drop Stored Path *NONE along with the EXDIR library/filename (member too if it applies). This will specify where you want to extract the data to. If you use Drop Stored Path *ALL it says to drop all but the member in EXDIR. PKZIP automatically creates the library and the file and the member. If the library/file/member is specified, the PC cannot use this. If the library/and the member are taken out and just the file name is left, PKZIP automatically creates the library and the file and the member. You can resolve this issue by adding STOREPATH(*NO). • Can PKZIP create a directory or path/folder when storing the archive in the IFS? No, the directory and path/folder for the archive must already exist. • Can PKZIP/SecureZIP work with a .z file? We currently do not support the compression and/or decompression of .z and TAR files on the iSeries platform. • Does PKZIP/SecureZIP support packed data or signed decimals in text mode? If a data base file is being compressed in text mode and h
Related Questions
- Why is there no install.exe file on the current documentation CD (August SP12) to install Library Reader for Windows (the tool to view the books and the book shelves from the CD)?
- When I use anything that accesses a zipped file, like File… Zip Cookbook… or Unzip Cookbook…, I get "Error 449 Argument not optional". What is happening?
- How do I unzip from IFS into the iSeries and change the library and file name that is being created?