If I APPLY a MOD that has fewer CSECTS than an earlier version,
are the omitted CSECTs REPLACEd? The Reference implies that
this is done (in a warning, as if it were an extraordinary
occurrence).
Yes, the APPLY will generate REPLACE statements so the binder can delete
the omitted CSECTs.
How will APPLY know to "replace" (i.e. delete) the unreferenced CSECT's?
Consider the following:
++PTF(P1).
++VER ...
++MOD(A) CSECT(FOO,BAR).
++PTF(P2).
++VER ... PRE(P1).
++MOD(A) CSECT(FOO).
SMP/E compares the CSECT lists for module A between the two PTFs and
knows to delete BAR.
Kurt Quackenbush -- IBM, SMP/E Development
----------------------------------------------------------------------
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