Do you have a sample of how either of those functions accomplish this? I would expect them to do it on the ++MAC input which is not a convenient option for you.
By virtue of the source included inline, SMPE is building an ASSEM entry for that code. As documented, the GENASM fields being generated for the macros are being associated with that ASSEM entry. I did not find any way to change the behavior to associate them with the SRC entry instead. One obvious solution is to include your real source in the SYSMOD but I don't recommend it. While UCLIN is a separate command, you only need to process it once and you can add the control cards to the set that contains your RECEIVE command. One thing you might try is to delete any existing ASSEM and SRC entries for TST2JOBC (via UCLIN or RESTORE or maybe both) and then rerun your SYSMOD with the SRC preceding the JCLIN. Alternately, break the SYSMOD in two and apply the SRC first and JCLIN second. The intent in both cases is to somehow sync the ASSEM and SRC entries which is obviously not happening now. -----Original Message----- From: IBM Mainframe Discussion List [mailto:[email protected]] On Behalf Of Gibney, Dave Sent: Tuesday, March 02, 2010 1:59 PM To: [email protected] Subject: Re: Improving my SMP/E usermod procedure But, it UCLIN isn't part of RECEIVE/APPLY/RESTORE. I think this is possible wholly contained in the usermod, as both JES and SDSF do it. ---------------------------------------------------------------------- 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

