opening zipfile using WinZip
"Bernard J Stein" <[email protected]> Tue, 30 Sep 2003 11:08:19 -0500
| Newsgroups | gmane.comp.archivers.info-zip |
|---|---|
| Message-ID | <[email protected]> |
I am currently trying to use WinZip to unzip archives made by infozip for MVS the zip job is completing successfully but after I download it to the network and try to open it in WinZip I receive the error that the archive isn't a valid archive file. I am using InfoZip 2.3 and running on OS/390 2.10 here is the JCL I am running //ZIPSTEP EXEC PGM=ZIP, // PARM='/-aDj@ ''PDIHI.ALEGENT.ZIP'' ' //STEPLIB DD DSN=PLIHI.IHBIH00L.P0000.LOAD,DISP=SHR //INPUT DD DSN=PDIHI.MYZIP.ZIP,DISP=NEW, // SPACE=(15000,(15000,10000),RLSE), // DCB=(LRECL=80,RECFM=F) //SYSPRINT DD SYSOUT=* //SYSIN DD * 'ALE11A40.IMG' 'ALE11A40.I03' 'ALE11A41.I01' 'ALE11A45.I02' 'HEA24L40.IMG' 'HEA24L41.I01' 'HEA24L45.I02' 'HEA24L40.I03'