Hi,
I am calling a report with 'SUBMIT' statement... (Submit and Return), the called program has some error message ( MESSAGE e001 ....) and some write statement (WRITE 'Error' Exit. ) so the control is getting stopped there itself without coming back to calling program.
How can I get back the control to calling program even the called program has error in it???
Correct answers will be greatly appreciated!!