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 / uday bagadi
This Pgm actually getting run-time error not a compile time (compile time error we solved by spoon file) and run-time error handle by debug.As per my knowledge your pgm getting infinite loop so remove child subroutine calling to subroutine
| Is This Answer Correct ? | 8 Yes | 0 No |
Post New Answer View All Answers
what do you mean by an input subfile, what are the keywords required?
what is program status data structure?
write an RPG program to calculate the marks of 5 students (A,B, C, D, E)in 3 different subjects (eng, math, sci) an display on the screen
Program to read marks of 10 students for 4 subjects and compute and display total marks and status of each student in rpg
How can we know running job is batch or interactive?
What is file identifier where we can use?
how do I declare a minor?
how does the rpg element work?
Explain mdt?
What is difference between bind by copy and bind by reference?
what is the rpg system?
how do I preserve and clean the array?
What is the purpose of record level identifier?
what are the key words you must use when using a subfile?
can you debug ile rpg program using isdb?