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
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 |
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 |
what is commitment control?explain about it?
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
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?
IN RLU what are the record level keyword is used?
what is kids-rpg?
What is the purpose of record level identifier?
What is the purpose of PUTOVR keyword?
When a object will be locked & when a record will be locked? Plz explain.
how to display all the members records in a physical file without using ovrdbf?
How to identify the object has compiled with the debug view as *source without using STRDBG?
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?
what r drawbacks of OPM? Why do we go for ILE RPG?