370 pts.
 When to use Batch job Debugging
when to use batch job debugging when we can debug this using interative debugging

Software/Hardware used:
ASKED: July 5, 2008  4:30 PM
UPDATED: March 29, 2010  9:32 AM

Answer Wiki:
Hi, Please see answer to your other question on batch job debugging. Regards, Martin Gilbert.
Last Wiki Answer Submitted:  July 7, 2008  8:15 am  by  Gilly400   23,625 pts.
All Answer Wiki Contributors:  Gilly400   23,625 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

Hi Martin,

I did get answer to my question even I did not get question too.

Excuse me and pls add answer hereif you do not mind

 370 pts.

 

Hi,

I’ll post an answer again – the other question seems to have disappeared.

Example 1 – You use batch debugging for long running jobs which may need to run through a lot of processes before you get to the part which you need to debug – Otherwise your interactive job may be busy for a long time before you get to the code or program that you want to debug.

Example 2 – If you run a batch program it works perfectly, but it doesn’t work correctly if another user runs it, the other user is not authorised to debug the program, so you let the other user start the program in batch and you debug it there.

There are other times when you may want to use batch debug, but I think these examples should give you the idea.

Regards,

Martin Gilbert.

 23,625 pts.

 

Well if your job is already running and its in MSGW then you have to use Batch debugg.

 55 pts.