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 CharlieBrowne32,905 pts.
All Answer Wiki Contributors: CharlieBrowne32,905 pts.
If you live outside the United States, by submitting your email address you consent to having your personal data transferred to and processed in the United States.
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.
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