0

With respect to my yesterday's question on invoking RPG program using Java, the below exception is through from RPG Program.

****Application error. RNX9001 unmonitored by ZM30000R at statement *N, instruction X'0000**'.**

I have used the code that was posted in that question and after changing by the suggestions that were given in answers.

Any idea of what could be the reason for this error?

Community
  • 1
  • 1
Srinivas
  • 1,383
  • 5
  • 20
  • 28
  • Nice to see that Big Blue's error messages are as helpful as ever. :] – Mick Jan 22 '10 at 21:29
  • Well, IBM offers you a free game for your working hours. You must combine several messages from several places to get the complete picture. Sound like a famous child's play, doesn't it? – robertnl Jan 23 '10 at 10:27

1 Answers1

2

Log on to the iSeries, and study the program dump. That dump should show the reason that the program stopped with this error. If you can not log on, then you will not solve this issue.

More information is in the IBM Infocenter or the RPG manual .

robertnl
  • 1,014
  • 6
  • 7
  • Many Thanks Robert,the dumps has revealed that the Numeric parameter is Packed decimal. Thanks for you suggestions – Srinivas Jan 25 '10 at 17:04