385 pts.
 How to use debug on a interactive program with subfiles
I want to know if you can use debug on a interactive program that uses subfiles to hold the modify data?

Software/Hardware used:
ASKED: October 12, 2009  6:49 PM
UPDATED: October 13, 2009  4:08 PM

Answer Wiki:
Yes..STRDBG myprog Update production files . . . . *YES Add breakpoints in RPG Src run program..it will stop at the breakpoints and you can evaluate current values. Phil Ensure when you compile the program you have the header spec below H OPTION(*SRCSTMT:*NODEBUGIO) This will aid source reading and stop unwanted debug steps when you hit a read/Chain operation code. Ian Aberdeen
Last Wiki Answer Submitted:  October 13, 2009  4:08 pm  by  philpl1jb   44,150 pts.
All Answer Wiki Contributors:  philpl1jb   44,150 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


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