Question

  Asked: Jul 5 2008   4:30 PM GMT
  Asked by: Alicsc


When to use Batch job Debugging


AS/400, RPG/400

when to use batch job debugging when we can debug this using interative debugging

Subscribe to Alerts! Get questions and answers delivered to your Inbox.


E-mail me updates on this question



   SUBSCRIBE

hidden modal window

Answer Wiki (Improve, edit or add to this answer)


 RATE THIS ANSWER
0
Click to Vote:
  •   0
  •  0



Hi,

Please see answer to your other question on batch job debugging.

Regards,

Martin Gilbert.
  • AddThis Social Bookmark Button

Browse more Questions and Answers on AS/400.

Looking for relevant AS/400 Whitepapers? Visit the Search400.com Research Library.


Discuss This Answer


You must be logged-in to discuss a question. Log-in/Register

Alicsc  |   Jul 7 2008  5:06PM GMT

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

 

Gilly400  |   Jul 8 2008  8:38AM GMT

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.