‎2009 Feb 26 5:25 PM
Hello Experts!
Is it possible to handle errors generated in a program called with SUBMIT ?
for example I am calling a program REPORT00
SUBMIT REPORT00
WITH PARAM_1 = 'X'
AND RETURN.
And say there are some validations in REPORT00 that throws an error.
I see that when it throws an error, the screen on REPORT00 is displayed, which would not be prefered!
Is there a way to handle this?
Awaiting your valuable responses....
Thanks in advance
‎2009 Feb 26 6:36 PM
REPORT00 need to write the messages to File and download it later or need to write to spool... I guess its not possible to handle with submit statement...
‎2009 Feb 26 6:36 PM
REPORT00 need to write the messages to File and download it later or need to write to spool... I guess its not possible to handle with submit statement...
‎2009 Jul 16 8:04 AM