A pgm subroutine calling child subroutine, that child
subroutine again calling parent subroutine, u have 1000
lines of code, with out debugging , how can u find that error???
Is there any command to find errors in pgm???
Answer Posted / dileep
we can find out error by specify Monitor opcode
Monitor
Parent subroutine
Exsr child subroutine
on Error
Display Subrouitne parent
End Monitor
Monitor
Chile subroutine
Monitor
On Error Child subroutine
Display Subroutine child
End Monitor
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what do you mean by an input subfile, what are the keywords required?
what is file information data structure?
what is the rpg system?
Assume 2 users are using the same file and first user updates some record in the file. Will the 2nd user will be able to see the updated record or not?
what is an online rpg?
which program rpg or cl is efficent to update a transaction onto a database file and why ?
can any one help in hawkeye and turnover or any change management system plzzzzz or send the documents to my mail id :gvsp.as4@gmail.com
what is the difference between do while and do until?
What is file identifier where we can use?
How to call one program from another program in RPG? please help me with the code
what is data area and how it is used in rpg program ?
how do I declare a minor?
What are the types of identifiers?
if there is a module object , how to find the program object for this module object.Assume the module object name and program object name is not same.
can I touch the array during treatments?