trouble reading zipped file

"Bernard J Stein" <[email protected]> Fri, 03 Oct 2003 10:02:43 -0500
Newsgroups gmane.comp.archivers.info-zip
Message-ID <[email protected]>
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=ZIP,                                   
// PARM='/-aDj@ ''PDIHI.ALESTAT.ZIP'' '                    
//STEPLIB  DD DSN=PLIHI.IHBIH00L.P0000.LOAD,DISP=SHR       
//INPUT    DD DSN=PDIHI.ALETEMP1.ZIP,DISP=NEW,             
//            SPACE=(15000,(15000,10000),RLSE),            
//            DCB=(LRECL=80,RECFM=F)                       
//SYSPRINT DD SYSOUT=*                                     
//SYSIN    DD *                                            
'ALE11A.G01'                                               
'ALE11A.S01'