On Wed, 10 Feb 2010 09:31:35 -0500, Kurt Quackenbush wrote:
>
>Original:
>   ++MOD(FRED) CSECT(FRED, WOMBAT).
>
>To remove CSECT named WOMBAT, simply remove that named from the CSECT
>operand:
>   ++MOD(FRED) CSECT(FRED).
>
>SMP/E will see that WOMBAT has been removed and therefore generate the
>proper REPLACE statement when linking FOO.
>
Thanks greatly.  I hadn't known that.  We didn't supply
CSECT(FRED,WOMBAT) in the initial installation (WOMBAT was
somewhat inadvertent).  We could introduce it in a PTF,
then immediately remove it in another.  But I fear the
hazard that one of the PTFs might be SUPerseded later.  I
believe we'll supply a dummy WOMBAT until the next release.

Thanks again,
gil

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