Thanks Mark. The JCL sample you provided worked quite well. Now I have some residual modules which did not go away. I'm looking into that issue and will probably find a real rats nest. This could be an issue where the modules have link edit information for stuff that does not belong to the software.
Oh well...... 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 ---------------------------------------------------------------------- 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

