Hi All,
I have following requirement:
I want to run any production code change in 2 phases that is either RUN mode or SIMULATE mode.
+ First, I want to run code change in simulate phase and in this phase, I want NO EXECUTION but just to analyse the affect of change code. I want to know what all it is affecting in this phase. If affect looks fine then I will go to next RUN phase.
+ Then I will execute same code in RUN phase which will implement change in Production.
Please provide your suggestions in this regard.
Thanks,
tejinder