i am running a rpg program recursively it is giving an error like this Application Error. RNX8888 unmonitored by PGM1 at statement *N, instruction X'0000'. Trigger program or external routine detected an error.....what can be the resolution ...its urgent..thanks
Asked
Active
Viewed 1,251 times
-2
-
3If it is urgent, then you should care even more about formatting your question properly and providing all necessary information. – Peter Lang Apr 07 '10 at 16:51
1 Answers
1
You should have more information in your job log. There will be more details as to the exact cause of the error.
Please get this info and post it.
BTW: RPG programs cannot be called recursively. RPG ILE programs can be called recursively. So this is probably an RPG ILE. If it is not, then there is problem #1.

snappyfrog
- 11
- 2
-
4Nope, RPG ILE programs _can't_ be called recursively (although RPG ILE procedures can). – roryhewitt Jun 15 '10 at 18:45
-
ILE RPG programs can effectively be called recursively if compiled appropriately. It's rarely a good idea for a trigger program though. – user2338816 Mar 24 '14 at 06:01