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

