How to debug a batch job in AS400 steps : Trick to debug a batch job by using ILE debugger
A. No. You can use the same ILE debugger to debug interactive or batch jobs, written in ILE or OPM languages. But there are a few extra steps to get the debugger started. Here's a cheat sheet:
- SBMJOB ... HOLD(*YES)
- STRSRVJOB JOB(jobnbr/user/jobnam)
- STRDBG
- When source is displayed, press F12
- RLSJOB JOB(jobnbr/user/jobnam)
- When Start Serviced Job display appears, press F10
- When command entry display is shown, DSPMODSRC
- When source is displayed, set a breakpoint, then press F12
- When command entry display is shown, press F12
- When Start Serviced Job display reappears, press Enter
- Program will stop at breakpoint, and can be debugged interactively
- After serviced job ends
- ENDDBG
- ENDSRVJOB
0 comments:
Post a Comment
Click to see the code!
To insert emoticon you must added at least one space before the code.