views:

179

answers:

1

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

A: 

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
Nope, RPG ILE programs _can't_ be called recursively (although RPG ILE procedures can).
roryhewitt