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


Please Help Members By Posting Answers For Below Questions

what is the procedure and explain about real time scenario.

1679


How can we override a file during runtime in rpg?

903


can you debug ile rpg program using isdb?

916


How to write record if no field or the field are different in physical file in rpgle ?

688


What are the types of identifiers?

752


How Chain operation copies the record's data to the input buffer for the program?

1297


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?

4722


what is kids-rpg?

878


Interviewer asked me write down DDS for load all subfile .can anybody write dds

1359


How to handle duplicate error handling in RPG?

1946


what is data area and how it is used in rpg program ?

988


what do you mean by an input subfile, what are the keywords required?

1010


explain sflclr, sflend, sfldlt, and sflcsrrrn?

1073


how can I tell when to replace the array?

881


are there any useful c runtime apis that I can call from rpg iv?

889