George Dranes wrote:
We only use 2 exits in JES2 so I've always just re-assembled these after maintenance has been applied. I was wondering if anyone has an easy way of using SMP/E to apply these if maintenance changes the JES2 macros? I'm just not real handy creating usermods. The 2 exits we use are HASX01B and HASX15A. Thanks for any help!
Constructing the ++USERMOD is the easy part. There are numerous examples you can copy from. The source for each is simply inserted after a ++SRC MCS.
The "tricky" part is to get SMP/E to reassemble the appropriate exit(s) when a referenced macro is updated by IBM maintenance. To do that, you must ensure the GENASM subentries are set appropriately for each macro you reference. To set a GENASM entry, use something like this:
SET BDY(tgtzone) . UCLIN . ADD MAC(macroname) GENASM(source or assembly). ENDUCL . -- Edward E Jaffe Phoenix Software International, Inc 5200 W Century Blvd, Suite 800 Los Angeles, CA 90045 310-338-0400 x318 [EMAIL PROTECTED] http://www.phoenixsoftware.com/ ---------------------------------------------------------------------- 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

