Suppose i am having 3 programs PgmA,pgmB,pgmC and using
source debugger. At debugging time i found that pgmC having
some code error..then in debug mode directly how can i
debug pgmC
Answer Posted / swathi
The answer Sudha mentioned is how to keep a program in
debug.
To keep a 2nd program in debug while in debugging the first
program, (if you are debugging ProgA and you want to debug
ProgC), follow these steps:
1. Press F14(Shift+F2) when the source of ProgA appears
2. Add ProgC to the list
3. Take '5' corresponding to ProgC which is added to the
list. Now the source of ProgC is displayed
4. Place a breakpoint and press F12 to continue.
Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
what is the procedure and explain about real time scenario.
How can we override a file during runtime in rpg?
can you debug ile rpg program using isdb?
How to write record if no field or the field are different in physical file in rpgle ?
What are the types of identifiers?
How Chain operation copies the record's data to the input buffer for the program?
Hi Viewers can any body explain me how to update and ahange the already existed data in physical file using subfile ? please explain me with the code if possible?
what is kids-rpg?
Interviewer asked me write down DDS for load all subfile .can anybody write dds
How to handle duplicate error handling in RPG?
what is data area and how it is used in rpg program ?
what do you mean by an input subfile, what are the keywords required?
explain sflclr, sflend, sfldlt, and sflcsrrrn?
how can I tell when to replace the array?
are there any useful c runtime apis that I can call from rpg iv?