Hi,
I'm trying to debug the batch job. After releasing the job, a display screen is shown the use debug commands. When I use ADDBKP STMT(1), an error is thrown as no default program exits. How to make my program as default program?
Software/Hardware used:
ASKED:
November 28, 2012 7:39 AM
UPDATED:
November 28, 2012 12:42 PM
You will need to explain better how you are trying to debug. You shouldn’t have to release any job. You must be using the old debug methods instead of setting a service entry point.
As for a default program, you name any default program when you run the STRDBG command. (Are you debugging OPM programs?)
Tom
thanks tom,
I am trying to debug CLLE program.How i can make ILE program as default program ?
in debug you can add as many programs as you want to debug and select which to see using f14.
There is no need for a “default program”. The only reason to specify a default program is to save a little typing whenever you run a debug command that has a PGM() parameter in a debug session. You can always just name a program in those PGM() parameters. Why are you trying to specify a “default program”? — Tom