Hello All,
I have two queries on explicit source code enhancements:
1) While defining an explicit enhancement option (ENHANCEMENT-POINT) in an Include program, how do I set up the INCLUDE BOUND addition? The pop-up only gives the STATIC addition.
2) I have an explicit enhancement option (ENHANCEMENT-POINT), for which I want to write an implementation. However, there is aleady an implementation for the ENHANCEMENT-POINT written by someone else.
When I create my own implementation, it is coming above the existing one. So my new implementation executes before the existing implementation. However, I want my new implementation to come below the existing one.
How can I change the order (sequence) of the implementations?
Thank you.
Amar