On 10/27/11 12:47, Matthew Stitt wrote:
Trying to install a new product and I have run into a situation where another 
FMID provided Linkedit information for a module which is different than the new 
product.  I need to either remove the old FMID (preferable) or have the new 
linkedit information used.  The old FMID is Applied, but not accepted.  I 
probably could modify the new product MCS to have it delete the old stuff, but 
I am confused as what the control statement should look like?

This is on Z/OS V1R12.

Thanks.


Something like this should work.

//STEP1   EXEC ZOS112R
//SMPPTFIN DD *
++FUNCTION(DELFMID) .
++VER(Z038) DELETE(JWRE33I).
/*
//SYSIN   DD *
  SET BDY(GLOBAL).
  RECEIVE SYSMODS.
  SET BDY(MVST100).
 APPLY S(DELFMID) BYPASS(ID) REDO.
  SET BDY(MVSD100).
 ACCEPT S(DELFMID) BYPASS(ID) REDO.


--
Mark Jacobs
Time Customer Service
Tampa, FL
----

One of life's greatest mysteries is how the boy who
wasn't good enough to marry your daughter can be the
father of the smartest grandchild in the world.

Yiddish Proverb

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