I believe the only way this is done is to run UCLIN.  The idea is to update 
each 
JES2 macro that your JES2 exit uses, such as $PDDB, to add a GENASM entry 
pointing to your JES2 user exit SRC name.  That way, SMP/E knows that 
whenever $PDDB (as an example) is updated, it will cause a re-assembly of 
every program listed in the GENASM entry for $PDDB.

An example of how this is done can be found in SYS1.SISFJCL(ISFISUCL), 
which is a sample job provided by SDSF to update JES2 macros to 
automatically reassmble affected SDSF modules.  You would do something 
similar for your JES2 usermods, and just rerun the UCLIN each time you install 
a new z/OS release.

Brian

On Wed, 10 Sep 2008 15:33:35 -0700, Gibney, Dave wrote:

>   For several iterations now, (1.7 to 1.9 this time) I've tried to
>package my JES2 exits as usermods and have wanted SMP/E to notify (or
>really, just reassemble/link) when a PTF effects them. But all I ever
>get is:
>
>GIM44402W    ZJ01USEP WAS NOT ASSEMBLED FOR MAC $PDDB IN SYSMOD 
UA38779
>BECAUSE
>             THERE IS NO MOD ENTRY FOR ZJ01USEP. SMP/E CANNOT 
DETERMINE
>THE
>             TARGET LIBRARY FOR THE ASSEMBLER OUTPUT.
>
>
>Which does draw my attention, but isn't what I was hoping for.
>
>   Also, I just tried one where I included the entire source in IEV90
>JCLIN and then again after a ++SRC. It found few of the macros
>referenced as most are pulled in by $MODULE. I'm starting to look at
>ADATA to see if I can pull from there a useful input to the JCLIN.
>
>   Time pressures are about to push me back to just shoving my exits
>into a local linklst library and being done with it again, but I'd
>really like to find out what I'm missing with my understanding of SMP/E.
>
>   Sorry to become to recently verbose/whining on IBM-MAIN :), but I'd
>be grateful for any help.
>

----------------------------------------------------------------------
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

Reply via email to