AW: trouble reading zipped file

"GrĂ¼ninger, Andreas (LFL)" <[email protected]> Sat, 4 Oct 2003 08:52:20 +0200
Newsgroups gmane.comp.archivers.info-zip
Message-ID <[email protected]>
1. use RECFM=3DFB and the blocksize depending on the record length
//INPUT    DD DSN=3DPDIHI.ALETEMP1.ZIP,DISP=3DNEW,            =20
//            SPACE=3D(27920,(15000,10000),RLSE),           =20
//            DCB=3D(LRECL=3D80,RECFM=3DFB)
and check again

2. What does this mean "is not formatted properly"?
3. Does "notepad form" translate to Windows ANSI character-set?


-----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