AS400: Batch Debug


Service Job for Debug:


Batch Debug:
Hold the job
STRSRVJOB on that job
strdbg on the program put some break points
comeout
relase the job
 Once the job calls the program in debug will open in debug mode


For interactive job Debug:
STRSRVJOB on the interactive job
STRDBG on the program and put some break points
Comeout
Then have the users use the screen or something that call the program in debug mode
The debug screen will come to your screen for their job.

Comments

Popular posts from this blog

AS400 : Add a new line in text in email SNDSMTPEMM

AS400 Display: Radio Button (SNGCHCFLD)

AS400 Display File: Check Box (MLTCHCFLD)