1,965 pts.
 How to correct the job in production if job went in msg wait
How to correct the job in production if job went in msg wait (u cann`t debug ,u cann`t kill the job)

Software/Hardware used:
ASKED: June 8, 2012  1:45 PM
UPDATED: June 8, 2012  8:38 PM

Answer Wiki:
You CAN debug the job by using STRSRVJOB & STRDBG. Here is a link to a web page that gives you more information. http://www.mysamplecode.com/2011/05/rpgle-debug-batch-job-strsrvjob.html
Last Wiki Answer Submitted:  June 8, 2012  2:32 pm  by  CharlieBrowne   32,905 pts.
All Answer Wiki Contributors:  CharlieBrowne   32,905 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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


 

If the job is in *MSGW, the only choice is to respond to the message.

If you have *SERVICE special authority, you might be able to start a debug session that catches the program immediately after it receives the message response. That will depend on what message it is and how the program is coded. It seems unlikely.

Tom

 108,215 pts.