各位高人,请问这个
Additional Message Information
Message ID . . . . . . : RPG1255
Date sent . . . . . . : 05/31/11 Time sent . . . . . . : 12:36:06
Message . . . . : Session or device error occurred (C G S D F).
Cause . . . . . : The RPG program OIS300 in library MVXCOBJ at statement
AI001000 detected a session or device error. Recovery may be possible.
Examine the major/minor return code value to determine the specific error
that occurred. If the major return code is 82 then the error occurred while
acquiring a session or device. If the major return code is 83 then the error
occurred during an I/O operation and the session or device is still active.
Recovery . . . : Enter C to cancel, G to continue processing at *GETIN, S
to obtain a system dump, or D to obtain an RPG formatted dump.
Possible choices for replying to message . . . . . . . . . . . . . . . :
D -- Obtain RPG formatted dump.
More...
Type reply below, then press Enter.
Reply . . . .
F1=Help F3=Exit F6=Print F9=Display message details F12=Cancel
F21=Select assistance level
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
消息是啥意思?
可能是subfile为空,然后WRITE subfile了
一般RPG有异常,MSG会提示哪一行出错
而你这个提示的是 AI001000 这行出错
你可以把RPG重新编译一下,然后在编译的Spool file 里找找这句到底是哪一句
还有,出现异常,除了看异常信息,还可以看看Log里有没有其他的错误信息:)
回复 1# JSMEDP1971
你检查一下是不是subfile没有清理就直接,然后就写subfile,接着做现实操作或是你subfile没有信息就直接做显示操作。