I'm thinking that had the packaging been originally designed using the
++MOD
entry's CSECT parameter, removing a CSECT from a ++MOD would have been
straightforward.

Of course, that could be done after the fact by redelivering the MOD.

What, then, would be the MCS to remove the superfluous CSECT?

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.

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

Reply via email to