Debugging Questions


Deleting a COBOL program
Can you debug a COBOL program like you can RPG? If so, how do I do it?

Answer Question   |  September 5, 2008  3:34 PM
COBOL, Debugging
485 pts.

COBOL Debug
Can d COBOL program be debugged like RPG and if so how do I do it. Thanks

Answer Question   |  November 12, 2009  7:49 PM
COBOL, COBOL debugging, Debugging
asked by:
10 pts.

c programming
is there an error in this snippet if there is debug it for errors. int sum=0;i;2 for(i=10;j>=1;i=2); { sum+=j%i j+=3; } print(“total accumulated sum=sum);

Answer Question   |  October 26, 2009  1:09 AM
C, Debugging
asked by:
5 pts.

Debugging an ILE RPG module within a program
I have a program containing 3 modules. The module I need to debug is not displaying the source. How do I debug this module?

Answer Question   |  February 17, 2012  5:40 AM
Debugging, RPG, RPG ILE
asked by:
10 pts.

Batch debug
I frequently used “strisdb” for an interactive debug. But how do you set up a batch debug when several programs run prior to the one you actually need to debug?

Answer Question   |  April 3, 2011  2:48 PM
Batch debugging, Debugging
asked by:
120 pts.

Multiple conditions in debug breakpoints
Hello. Is there a way to add multiple conditions for setting breakpoints in debug sessions? It would be very helpful especially in nested if or do while statements. Thank you.

Answer Question   |  April 8, 2010  3:28 AM
AS/400, Debugging
asked by:
55 pts.