Can any one let me know how to resolve +100,-805,-803.

In this Mainframe Forum - You can post your queries on JCL,VSAM,COBOL,DB2,IMS Abend codes , solutions etc..

Moderator: Moderator Group

Post Reply
mainframe5
Active Member
Posts: 59
Joined: Tue Jul 24, 2007 7:25 pm

Can any one let me know how to resolve +100,-805,-803.

Post by mainframe5 » Fri Jun 13, 2008 7:58 pm

Can any one let me know how to resolve +100,-805,-803,-811,-818 .please give me resolve step by step.

User avatar
Krishna
Site Admin
Posts: 1052
Joined: Fri Jan 27, 2006 7:50 am

Post by Krishna » Sat Jun 14, 2008 12:42 pm

Vist...
http://www.geocities.com/srcsinc/abends.html#2


+100 - Record not found / end of cursor
-805 - DBRM or PACKAGE not found in PLAN
- While running the DB2 program, you might have given wrong plan OR
after compiling the program, Bind not happend properly.
BIND the DBRM's to the PLAN to resolve this.

-803 - Program tryied to insert duplicate records into the table.
-811 - singleton query try to fetch more than one record....
Use cursor in these cases instead of singleton query.

-818 - timestamp mismatch between plan and load module.
- Make sure you are using correct load module... OR
compile and bind again before running.

academyindia4

Topic deleted by Admin

Post by academyindia4 » Sat Jan 30, 2016 11:14 pm

<< Content deleted By Admin >>

academyindia4

Topic deleted by Admin

Post by academyindia4 » Wed Feb 03, 2016 10:44 pm

<< Content deleted By Admin >>

Post Reply

FREE TUTORIALS

Tutorials
Free tutorials from mainframegurukul
  • JCL Tutorial
    Covers all important JCL concepts.
  • Cobol Tutorial
    This tutorials covers all Cobol Topics from STRING to COMP-3.
  • DB2 Tutorial
    DB2 Tutorial focuses on DB2 COBOL Programming.
  • SORT Tutorial
    This Tutorial covers all important aspects of DFSORT with examples
  • CICS Tutorial
    This CICS tutorial covers CICS concepts and CICS Basics, CICS COBOL Programming.
Interview
Mainframe Interview questions



Other References
Mainframe Tools and others