rpg程序的递归运行
我正在递归地运行一个 rpg 程序,它给出了这样的错误 应用程序错误。 RNX8888 不受 PGM1 在语句 *N、指令 X'0000' 处的监控。 触发程序或外部例程检测到错误......解决方案是什么......紧急......谢谢
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
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您的工作日志中应该有更多信息。将提供有关错误确切原因的更多详细信息。
请获取此信息并发布。
顺便说一句:RPG 程序不能递归调用。 RPG ILE 程序可以递归调用。所以这可能是一款 RPG ILE。如果不是,则存在问题#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.