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

Answers were Sorted based on User's Feedback



Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found..

Answer / 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

Suppose i am having 3 programs PgmA,pgmB,pgmC and using source debugger. At debugging time i found..

Answer / sudha

First we have to Create source of PGM-C at time of
compilation, then strdbg PGM-C then source will appear and
give break point wherever you want, then F12 to go out of
program.Then call the calling program it will go directly
to pgm-c program in debug mode.

Is This Answer Correct ?    6 Yes 2 No

Post New Answer

More RPG400 Interview Questions

what is commitment control?explain about it?

1 Answers   HSBC,


Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg

0 Answers  


without logical file we cannot access the data in physical file.but we specify physical file in the program(ie:- Ffile IF E k disk).how can it be accessed?

3 Answers   HSBC, TCS,


IN RLU what are the record level keyword is used?

5 Answers   iGate, TCS,


what is kids-rpg?

0 Answers   IBM,


What is the purpose of record level identifier?

0 Answers  


What is the purpose of PUTOVR keyword?

2 Answers  


When a object will be locked & when a record will be locked? Plz explain.

2 Answers  


how to display all the members records in a physical file without using ovrdbf?

9 Answers  


How to identify the object has compiled with the debug view as *source without using STRDBG?

6 Answers  


1.Can any body share me about thease opcodes with example please.Im new for AS/400.Could u please tell me in real senario? 1.TESTN, 2.EVAL 3.EVALR, TIME, 4.MONITOR 5. ENDMON 6.ON-ERROR 7.COMMIT ROLLBACK?

1 Answers   CSC,


what r drawbacks of OPM? Why do we go for ILE RPG?

1 Answers  


Categories