Debugging Batch Job on AS400

832 Views


Batch jobs can be debugged by an interactive job.

To debug a batch job

The steps to debug a batch job for program ADDITION is given below:

(1) SBMJOB CMD(CALL PGM(SHARMIT1/ADDITION)) HOLD(*YES) 

Post Comments