How to solve -805 error?

Get solution for your ABEND Codes & System Error Messages, SQL Codes, File Status etc...
abkumarch
Posts: 21
Joined: Tue Oct 30, 2007 3:14 am
Skillset: cobol,jcl,vsam, db2
Referer: google

How to solve -805 error?

Postby abkumarch » Tue Oct 30, 2007 8:36 pm

how to solve -805 ?
if u r telling tat change the name of plan or pgm , how ?

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: How to solve -805 error?

Postby dick scherrer » Wed Oct 31, 2007 2:26 am

Hello,

If you post complete info, we can better provide help.
Hope this helps,
d.sch.

abkumarch
Posts: 21
Joined: Tue Oct 30, 2007 3:14 am
Skillset: cobol,jcl,vsam, db2
Referer: google

Re: How to solve -805 error?

Postby abkumarch » Wed Oct 31, 2007 4:41 pm

i got -805 sqlcode error while binding an embedded sql pgm,, how to solve it ?

User avatar
dick scherrer
Global moderator
Posts: 6268
Joined: Sat Jun 09, 2007 8:58 am

Re: How to solve -805 error?

Postby dick scherrer » Wed Oct 31, 2007 9:39 pm

Hello,

To repeat
If you post complete info, we can better provide help.
You have not provided the complete info. More diagnostic info was presented when you received this error and you need to post it here.
Hope this helps,
d.sch.

abhishek.kumar
Posts: 1
Joined: Tue Oct 13, 2009 5:28 pm
Skillset: COBOL JCL VSAM DB2 EASYTRIEVE MANTIS CICS
Referer: Website

Re: How to solve -805 error?

Postby abhishek.kumar » Mon Nov 09, 2009 5:41 pm

The plan name you are reffering does not exists, check that you are referring to the correct plan name in SYSIN parameter

//SYSIN DD *
DSN SYSTEM(DB2B)
RUN PROGRAM(ABC) PLAN(ABC)
END

PLEASE MAKE SURE THAT PLAN NAME IS CORRECT WHICH YOU HAVE CREATED.

pmartyn
Posts: 42
Joined: Thu Feb 28, 2013 7:11 pm
Skillset: COBOL, IMS, CICS, DB2
Referer: Friend

Re: How to solve -805 error?

Postby pmartyn » Thu Feb 28, 2013 8:15 pm

On the abend you should see a timestamp that corresponds to the plan/package in error. to deterine if it is missing you can either go to the DBRM LIBS and search or the DB2 catalog in the DBRM table. Even if found you may have the timestamp mis-match. You might have to have the DBA examine the versions and see why your version is missing (fell off the end maybe?). You may just need to re-compile/bind your program to pick up the latest version.

c62ap90
Posts: 125
Joined: Thu Oct 11, 2012 10:24 pm
Skillset: COBOL, OS JCL and Utilities, IMS DB/DC, CICS, VSAM, DB2, Librarian, Panvelet, Endevor, Clists/Panels, SDSF, JES, and Easytrieve Plus.
Referer: Google search

Re: How to solve -805 error?

Postby c62ap90 » Thu Feb 28, 2013 8:25 pm

-805 DBRM or package not found in plan. { re-bind ? }

enrico-sorichetti
Global moderator
Posts: 3006
Joined: Fri Apr 18, 2008 11:25 pm
Skillset: tso,rexx,assembler,pl/i,storage,mvs,os/390,z/os,
Referer: www.ibmmainframes.com

Re: How to solve -805 error?

Postby enrico-sorichetti » Thu Feb 28, 2013 8:33 pm

any reason to resurrect paleontological topics :geek:
abends-sql-codes/topic309.html
cheers
enrico
When I tell somebody to RTFM or STFW I usually have the page open in another tab/window of my browser,
so that I am sure that the information requested can be reached with a very small effort


  • Similar Topics
    Replies
    Views
    Last post