AW: trouble reading zipped file

"GrĂ¼ninger, Andreas (LFL)" <[email protected]> Mon, 6 Oct 2003 09:05:36 +0200
Newsgroups gmane.comp.archivers.info-zip
Message-ID <[email protected]>
If you use -a for zipping you should use -a for unzipping too.=20
-a creates the native ascii format.
If you use a GUI for unzipping (Winzip) search for the LF to LF/CR
conversion.


-----Urspr=FCngliche Nachricht-----
Von: Br=FCchmann.Frank FBR [mailto:[email protected]]
Gesendet: Montag, 6. Oktober 2003 08:46
An: [email protected]
Betreff: RE: [Info-ZIP] trouble reading zipped file


I use it the same way, and have also noticed that it doesn't format well =
in
notepad. I believe the problem is that infozip is a unix application, and=
 a
unix application terminates lines with CR only (or is it LF only ?), wher=
eas
Windows uses CR+LF. The extra character you see at the end of each line i=
s
this single CR(or LF).=20

There is probably a solution for this, but I just use Wordpad to view it.=
 It
comes with Windows too, and the files format better.=20

Regards=20
Frank.

-----Urspr=FCngliche Nachricht-----
Von: Bernard J Stein [mailto:[email protected]]
Gesendet: Freitag, 3. Oktober 2003 17:03
An: [email protected]
Betreff: [Info-ZIP] trouble reading zipped file


I am trying to automate a process of zipping a file from the mainframe
and then sending it by FTP to a server and on the a third server. The
zip works fine and zips the file I then FTP to the server using the
binary option for the FTP. When I open the files in notepad the
resulting file has some extra characters added to it and is not
formatted properly but if I open it in MS word it looks fine. My third
party vendor needs it to readable in notepad form below is the JCL is
use to produce the file

//ZIPSTEP  EXEC PGM=3DZIP,                                  =20
// PARM=3D'/-aDj@ ''PDIHI.ALESTAT.ZIP'' '                   =20
//STEPLIB  DD DSN=3DPLIHI.IHBIH00L.P0000.LOAD,DISP=3DSHR      =20
//INPUT    DD DSN=3DPDIHI.ALETEMP1.ZIP,DISP=3DNEW,            =20
//            SPACE=3D(15000,(15000,10000),RLSE),           =20
//            DCB=3D(LRECL=3D80,RECFM=3DF)                      =20
//SYSPRINT DD SYSOUT=3D*                                    =20
//SYSIN    DD *                                           =20
'ALE11A.G01'                                              =20
'ALE11A.S01'                                              =20
_______________________________________________
Info-ZIP mailing list
[email protected]
http://lists.wku.edu/mailman/listinfo/info-zip