Yes, on my new DB2 installs, I simply omit the step from DSNTIJUZ, but once it's run, the damage is done.
You pin-pointed my problem on older systems, the APPLY CHECK works fine, but when you actually run the APPLY, it can fail because of a reference to an obsolete SDSNEXIT library. Your suggestion is worth a try. Unfortunately, once the damage is done to SMP, it's hard to reverse it. Thanks, Dave -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Clark, Stan [GCG-PFS] Sent: Wednesday, September 14, 2011 9:02 AM To: [email protected] Subject: Re: Question for SMP/E gurus with DB2 knowledge You could point SDSNEXIT to a library you don't use for anything. SMP would still assemble and link DSNZPARM, but you wouldn't use the output module. In our case, I always delete the SMP step from DSNTIJUZ. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of David Booher Sent: Tuesday, September 13, 2011 3:18 PM To: [email protected] Subject: Question for SMP/E gurus with DB2 knowledge I posted this to DB2-L, but no takers :) ==== I was wondering if anyone was able to successfully 'unhook' the automatic assemblies of DSNZPARM, DSNDECP that result when maintenance hits the DSN6SPRM, DSN6ARVP, etc... macros? During job DSNTINUZ, step DSNTIMQ places entries into the target zone that generate automatic assembly and link of these members. I have recently decided that I'll re-run DSNTIJUZ assembly steps separately and don't want SMP doing it. I was wondering if anyone who has run DSNTIMQ has been able to successfully "unhook" its entries after the fact. Basically I've narrowed it down to the following entries in the target zone: MAC (DSN6ENV, DSN6SPRM, DSN6ARVP, DSN6LOGP, DSNHDECM, DSNHMCIM); ASSEM(DSNTILMM, DSNHDECA, DSNHMCIA); MOD(DSNTILMM, DSNHDECA, DSNHMCIA); LMOD(DSNHZAPRM, DSNDECP, DSNHMCID). Thanks, Dave Booher ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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 ---------------------------------------------------------------------- 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

