How can I see whether the submitted job has been executed successfully or not without checking out the SPOOL region or by looking at the Notify messages ?? I'm expecting a real good answers...
You can include a step at the end of your JCL to send an email with the return code using IEBGENER.
With this you dont have to go to SPOOL to look for the sysout and use the NOTIFY command.
Just give the email address where you want to see the returncode.