>From the SMP/E User's Guide:
The SMPMTS data set contains macros from SYSMODs that are applied. Therefore,
the proper SYSLIB concatenation for APPLY processing includes the SMPMTS data
set, as is shown in Figure 35.
________________________________________________________________________
|
| //* ------ Include SMPMTS first
| //* ------ followed by all macro target libraries
| //* ------ followed by all distribution
| //* libraries
| //SYSLIB DD DSN=SYS1.SMPMTS,DISP=OLD
| // DD DSN=SYS1.MACLIB,DISP=OLD
| // DD DSN=SYS1.MODGEN,DISP=OLD
Etc.
Gee, can't understand how I could have misinterpreted THAT! I shall proceed to
jigger the SYSLIB, now and in the future. Thanks to all for the assistance!
-----Original Message-----
From: IBM Mainframe Discussion List [mailto:[EMAIL PROTECTED] On Behalf Of
Big Iron
Sent: Wednesday, October 25, 2006 3:59 AM
To: [email protected]
Subject: Re: Macro Updates Not Going to SMPMTS
IIRC, updated macros for SDSF are stored directly in SISFSRC, not SMPMTS.
If you used a DD statement in JCL for SISFSRC instead of updating the DDDEF,
then the SMP/E DDDEF is still used for the SYSLIB concatenation, which would
mean that the wrong versions of the macros would then be used in
assemblies.
Bill
On Tue, 24 Oct 2006 15:56:15 -0700, Gerhard Adam <[EMAIL PROTECTED]> wrote:
>>UA20901 is failing because it's pulling the macros via the SYSLIB
concatenation from the >original (i.e. not the cloned) target library. By
my recollection and according to the >SMP/E User's Guide, updated macros
should be pulled from the SMPMTS, which is the >first library in the SYSLIB
concatenation.
>
>That's not entirely true. Updated macros will be pulled from SMPPTS only
if they do not have a target library to reside in. In all other cases, the
appropriate target library would be updated.
>
>If the wrong library is being referenced in the SYSLIB concatenantion, then
you might want to ensure that the macro library DDDEFs are pointing to the
appropriate target libraries to ensure that the most recent updates are
being picked up. The fact that the SMPMTS is empty suggests that you don't
have any macros that are distribution library only.
>
>Adam
>
----------------------------------------------------------------------
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