Hello all,

We were putting our EDGUX100 exit in place for RMM on z/OS 1.11 and were
following the sample job provided in the manual to run the receive and
apply.  When we ran the job, we got this in the apply step:

GIM40501E ** THE DISTLIB VALUE (ASAMPLIB) SPECIFIED FOR SRC EDGAPISR IN
SYSMOD 
             VMRMM01 DOES NOT MATCH THE DISTLIB VALUE (AEDGSRC1) IN THE
SRC    
             ENTRY FOR EDGAPISR.

GIM22601I    APPLY PROCESSING FAILED FOR SYSMOD VMRMM01.

GIM20501I    APPLY PROCESSING IS COMPLETE. THE HIGHEST RETURN CODE WAS
08.     

The only references to EDGAPISR in the book are on the "Installing the
EDGUX100 default exit routine" page and they are marked with the
vertical bar, indicating new information for this release.  This module
is not new, but including it in the exit is new: 

 //SYSLIN    DD   *
   INCLUDE AEDGMOD1(EDGUX100)
|  INCLUDE AEDGMOD1(EDGAPISR)
   ENTRY   EDGUX100 
   NAME    EDGUX100(R)
 ++SRC(EDGUX100) TXLIB(SRCLIB) DISTLIB(ASAMPLIB) .
|++SRC(EDGAPISR) TXLIB(SRCLIB) DISTLIB(ASAMPLIB) .
 ++SAMP(EDGUX100) TXLIB(SRCLIB) DISTLIB(ASAMPLIB) .
|++SAMP(EDGAPISR) TXLIB(SRCLIB) DISTLIB(ASAMPLIB) .  

As there is no member for PISR in either the SRC or the SAMP libs, we
just removed the statements from the job and got it applied.  But has
anyone else encountered this and resolved it in a different way?     

Thanks in advance,
Greg Shirey
Ben E. Keith Company

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

Reply via email to