Hi,

Has anyone been successful in getting infozip to run on z/os 1.6 or 
higher.  I keep getting the following when I try it on anything above a 
1.5 system:

The TEST.TXT file is just a small 1 track FB 80x800 text file.

Translating to ASCII...                  
 zip warning: name not matched: TEST.TXT 
                                         
zip error: Nothing to do! (DD:OUT)     

The JCL in use:  

//ZIP      EXEC PGM=ZIP,PARM='DD:OUT TEST.TXT  -a'           
//OUT      DD DSN=&&OUTFILE,DISP=(NEW,PASS),                 
//            SPACE=(15000,(5000,5000),RLSE),UNIT=SYSALLDA,  
//            LRECL=80,RECFM=FB,DSORG=PS                     
//SYSPRINT DD  SYSOUT=*                                      
//SYSOUT   DD  SYSOUT=*                                      
//CEEDUMP  DD  SYSOUT=*             

Any suggestions?

Brian                         

----------------------------------------------------------------------
For IBM-MAIN subscribe / signoff / archive access instructions,
send email to [EMAIL PROTECTED] with the message: GET IBM-MAIN INFO
Search the archives at http://bama.ua.edu/archives/ibm-main.html

Reply via email to