Hi,

Sorry if this is a duplicate, but I'm not certain I posted correctly 
earlier.

I wanted to ask if anyone is running INFO-ZIP under z/os V1.6 or higher.  
I am able to run it on 1.5 and 1.4 (and os/390 2.10) with no problems, but 
at 1.6 using the same JCL I get "name not matched" on the input dataset, 
whereas this works fine on the 1.5 system.  I thought it might be an issue 
with LE (zip is a C program), but I assembled CEEUOPT with ALL31(off) and 
STACK(,,BELOW) and linked it into ZIP just in case but it still gets the 
same error:

The JCL I use is:

//STEP010 EXEC PGM=ZIP,
// PARM='-a ''TEST.MYZIP.ZIP'' ''TEST.INPUT.TEXT'''
//SYSPRINT DD SYSOUT=*
//SYSOUT   DD  SYSOUT=*

The messages we get are :

Translating to ASCII...                 
 zip warning: name not matched: TEST.INPUT.TEXT
                                        
zip error: Nothing to do! (TEST.MYZIP.ZIP)


We have tried everything, the files exist, and it works fine on my 1.5 
system, just not the test 1.6 or 1.7 systems.

Thanks for your help.

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