Well, you *could* just modify the FMID and apply the usermod, but you should probably look at the DFSMSrmm Implementation and Customization guide for 1.11 and evaluate the new information. The sample exit code and the supplied JCL to receive and apply the exit has been changed.
Here's a link (watch the wrap): http://publibz.boulder.ibm.com/cgi-bin/bookmgr_OS390/BOOKS/DGT2C880/13.1 .12?SHELF=EZ2ZBK0H&DT=20090527133850#HDRINST100 This is also new in release 11: | DFSMSrmm uses the services of the z/OS Dynamic Exit Facility for all of | its installation exits. This permits the use of multiple installation exit | routines for each DFSMSrmm exits and enables you to control these exits | and their exit routines with the EXIT statement of the PROGxx parmlib | member, the SET PROG=xx operator command, the SETPROG EXIT operator | command, or the CSVDYNEX macro. HTH, Greg Shirey Ben E. Keith Co. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of ibmnew Sent: Wednesday, June 23, 2010 10:40 PM To: [email protected] Subject: Do we need to apply this USERMOD (EDGUX100) for RMM when we migrate z/OS from 1.9 to 1.11 Dear all We are migrating z/OS from 1.9 to 1.11 I found there was a usermod(FRED001) on the z/OS 1.9 .Below is the information for the usermod FRED001 M.C.S. ENTRIES = ++USERMOD (FRED001) REWORK(2009183) . /* SPEFIFY USERMOD NAME */ ++VER (Z038) FMID(HDZ1190) /* insert correct FMID */ PRE (UA44931) . ++JCLIN . //EDGUX100 EXEC PGM=IEWL,PARM='LET,NCAL,RENT,REUS,REFR,LIST,XREF' //SYSLMOD DD DISP=SHR,DSN=SYS1.LINKLIB,UNIT=3390, // VOL=SER=BMRSC1 //SRCLIB DD DISP=SHR,DSN=ABCRMM.PROD.HSKP.JCL,UNIT=3390, // VOL=SER=CMRMM1 //AEDGMOD1 DD DISP=SHR,DSN=SYS1.AEDGMOD1,UNIT=3390, // VOL=SER=BMDLC1 //SYSPRINT DD SYSOUT=* //SYSLIN DD * INCLUDE AEDGMOD1(EDGUX100) ENTRY EDGUX100 NAME EDGUX100(R) ++SRC(EDGUX100) TXLIB(SRCLIB) DISTLIB(ASAMPLIB) . ++SAMP(EDGUX100) TXLIB(SRCLIB) DISTLIB(ASAMPLIB) . Do we need to apply this USERMOD (FRED001) for RMM on the z/OS 1.11 when we migrate z/OS from 1.9 to 1.11 If we need apply the usermod, Do we just chang FMID from HDZ1190 to HDZ1B10 ? Please see it below )++VER (Z038) FMID(HDZ1B10) /* insert correct FMID */ Thanks a lot! ---------------------------------------------------------------------- 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

