270 pts.
 ADDBKP – default program
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

Answer Wiki:
thanks tom, I am trying to  debug CLLE program.How i can make ILE program as default program ?
Last Wiki Answer Submitted:  November 28, 2012  12:42 pm  by  Michael Tidmarsh   11,410 pts.
All Answer Wiki Contributors:  Michael Tidmarsh   11,410 pts. , LakNar   270 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 108,300 pts.

 

thanks tom,
I am trying to  debug CLLE program.How i can make ILE program as default program ?

 270 pts.

 

in debug you can add as many programs as you want to debug and select which to see using f14.

 44,190 pts.

 

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

 108,300 pts.