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


Please Help Members By Posting Answers For Below Questions

what is the rpg system?

668


What is the purpose of record level identifier?

729


How to define data area in RPG program? In which scenario multi occurrence DS is use in AS400?

1562


how can you display specific subfile page on the screen in unequal subfile?

675


thanks mr.Harshad R Suryawaunshi,i'm new to as400 i think you are telling in rpgile i know only rpg400 if possible can you tell in rpg400

1895






What is difference between bind by copy and bind by reference?

1731


what is *place and *auto keyword in prtf ?plz explain

2726


what is an online rpg?

729


When it is desirable to describe files Internally?

1189


How do u design a physical file, when you have 2 Unique fields like for eg in A student file student ID and student examination no both are unique

548


what is program status data structure?

1389


How to handle duplicate error handling in RPG?

1681


how do I declare a table or array in rpg iv?

738


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?

517


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

1082