IBM Mainframe Forum Index
 
Log In
 
IBM Mainframe Forum Index Mainframe: Search IBM Mainframe Forum: FAQ Register
 

How to resolve ONCODE = 9 error


IBM Mainframe Forums -> PL/I & Assembler
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
natinuk

New User


Joined: 23 Nov 2006
Posts: 22
Location: India

PostPosted: Fri Apr 06, 2007 2:57 pm
Reply with quote

I am getting ONCODE = 9 error in PL1.
Please help me to resolve this.

Thanks
Nat
Back to top
View user's profile Send private message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Mon Apr 09, 2007 10:56 am
Reply with quote

09 SIGNAL ERROR statement executed
This error is user thrown, go to the area of the code where the program is SIGNALing the error and fix the problem.
Back to top
View user's profile Send private message
natinuk

New User


Joined: 23 Nov 2006
Posts: 22
Location: India

PostPosted: Wed Apr 25, 2007 12:32 pm
Reply with quote

Hi I am trying to trace out the Signaling Error. Can anyone tell me what would cause this kind of error. Please find below the error message..

* * * CALLING TRACE * * *
(TCA ADDRESS 00103810 )
DUMP WAS CALLED FROM OFFSET +0000A0 FROM A ERR TYPE ON-UNIT WITH ENTRY ADDRESS 000FE918 (AND DSA ADDRESS 001047B0 )
ERROR DIAGNOSTICS
PL/I CONDITION DETECTED: ERR
ONCODE = 9 SEE LANGUAGE REFERENCE MANUAL

ADDRESS OF LANGUAGE-SPECIFIC ERROR HANDLER'S SAVE AREA 001044A8
ADDRESS OF MAIN ERROR HANDLER'S SAVE AREA 00104308
REGISTERS ON ENTRY TO MAIN ERROR HANDLER
REGS 0-7 000FF488 000FEF7C 4E0FDC3E 000FE9C8 00104248
REGS 8-15 00102E68 00104248 00000001 00000028 00103810
END OF ERROR DIAGNOSTICS
WHICH WAS CALLED FROM OFFSET +001AAC FROM PROCEDURE DLITPLI WITH ENTRY ADDRESS 000FCD00 (AND DSA ADDRESS 00104098 )

* * * END OF CALLING TRACE * * *

Thanks in advance
Nat
Back to top
View user's profile Send private message
prasadvrk

Active User


Joined: 31 May 2006
Posts: 200
Location: Netherlands

PostPosted: Wed Apr 25, 2007 4:07 pm
Reply with quote

Did you check what the program is doing at offset +001AAC FROM PROCEDURE DLITPLI , I doubt since it is abending in DLITPLI there is something wrong in your DLI(IMS) calls.

Make sure that the DLI calls are correct.
Back to top
View user's profile Send private message
View previous topic :: :: View next topic  
Post new topic   Reply to topic View Bookmarks
All times are GMT + 6 Hours
Forum Index -> PL/I & Assembler

 


Similar Topics
Topic Forum Replies
No new posts Error to read log with rexx CLIST & REXX 11
No new posts Error when install DB2 DB2 2
No new posts CLIST - Virtual storage allocation error CLIST & REXX 5
No new posts Error while running web tool kit REXX... CLIST & REXX 5
No new posts Need help to resolve a hard edit COBOL Programming 8
Search our Forums:

Back to Top