I was just doing some testing around using includes in IUUC_REPL_CONTENT and ran into an issue.
- Created a Z include for use in an event based configuration for a table
- Executed a load process (no replicate) for a the table in question
- Now I was attempting to delete the include, but am seeing the following error.
I assume that these are instances of the run time object code for the two loads that I performed for a given table. I attempted various expert functions in an attempt to decouple the include from the above programs with no luck.
So it appears that each load/replicate produces a new set of code with whatever includes are set up in IUUC_REPL_CONTENT at the time. How can I clean up the stuff you don't need anymore?
Regards,
Justin