I am developing a new winform application. Yes the program does goback from input procedure.
In first iteration, when certain business validations are met the program does goback from input procedure to throw message on the winform without executing the output procedure, which is working as expected.
In second iteration, the input procedure is executed completely (goback logic not executed iteration 2) and abends when the control is passed to the output procedure.