Hi,
I have a program which displays the error message from the message subfile named QSKMMSG whosr msgid is SKM0001. When I am trying to execute the program, the application is throwing a Runtime error which is as follows;
On pressing F1 I get the following details:
I have tried out debugging the program.
The error occusr when the main program XNEWPGM calls another program XMANTAN
Program:XNEWPGM
Program:XMANTAN
Display File:XMANWIN
Display File:XCONDEL
Display File:XEDTNEW
The above mentioned files have been attached.
Please help me out...
Thanks in advance..
I have a program which displays the error message from the message subfile named QSKMMSG whosr msgid is SKM0001. When I am trying to execute the program, the application is throwing a Runtime error which is as follows;
Code:
Permanent I/O error occurred in file XEDTNEW (C G D F)
Code:
Message ID . . . . . . : RNQ1251 Severity . . . . . . . : 99 Message type . . . . . : Inquiry Date sent . . . . . . : 28/04/11 Time sent . . . . . . : 15:53:22 Message . . . . : Permanent I/O error occurred in file XEDTNEW (C G D F). Cause . . . . . : RPG procedure XMANTAN in program SKMLIB/XMANTAN at statement 58 detected a permanent (not recoverable) file, session, or device error. The session, device and/or program has been stopped. Examine the major/minor return code value to determine the specific error that occurred. If the major return code is 80 then a system or file error occurred and programmer action is required to fix the problem. If the major return code is 81 then a session or device error occurred, but use of another session or device may be successful. Recovery . . . : Check the job log for more information on the cause of the error and contact the person responsible for program maintenance. Possible choices for replying to message . . . . . . . . . . . . . . . : Message ID . . . . . . : RNQ1251 Severity . . . . . . . : 99 Message type . . . . . : Inquiry D -- Obtain RPG formatted dump. S -- Obtain system dump. G -- Continue processing at *GETIN. C -- Cancel. F -- Obtain full formatted dump. Technical description . . . . . . . . : The major return code is 81. The minor return code is 81.
The error occusr when the main program XNEWPGM calls another program XMANTAN
Program:XNEWPGM
Program:XMANTAN
Display File:XMANWIN
Display File:XCONDEL
Display File:XEDTNEW
The above mentioned files have been attached.
Please help me out...
Thanks in advance..




Comment