We had a ++MOD (FRED) element containing a CSECT, WOMBAT,
which we want to remove (it's obsolete but contains a
harmful VCON).

So, I thought:

    ++ JCLIN
      REPLACE WOMBAT
      INCLUDE DISTLIB(FRED)
      NAME FOO(R)

Simple enough.  Alas, SMP/E elaborates this as:

      REPLACE WOMBAT
      INCLUDE SMPPTS(FRED)   Should get rid of WOMBAT
      INCLUDE SYSLMOD(FOO)   ... but WOMBAT comes right back.
      NAME FOO(R)

All Broken As Documented.  How do I really get
rid of WOMBAT?  (How do I get the REPLACE to appear
in the right place, one line lower?)

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