how to solve -805 ?
if u r telling tat change the name of plan or pgm , how ?
How to solve -805 error?
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: How to solve -805 error?
Hello,
If you post complete info, we can better provide help.
If you post complete info, we can better provide help.
Hope this helps,
d.sch.
d.sch.
Re: How to solve -805 error?
i got -805 sqlcode error while binding an embedded sql pgm,, how to solve it ?
- dick scherrer
- Global moderator
- Posts: 6268
- Joined: Sat Jun 09, 2007 8:58 am
Re: How to solve -805 error?
Hello,
To repeat
To repeat
You have not provided the complete info. More diagnostic info was presented when you received this error and you need to post it here.If you post complete info, we can better provide help.
Hope this helps,
d.sch.
d.sch.
-
- 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?
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.
//SYSIN DD *
DSN SYSTEM(DB2B)
RUN PROGRAM(ABC) PLAN(ABC)
END
PLEASE MAKE SURE THAT PLAN NAME IS CORRECT WHICH YOU HAVE CREATED.
Re: How to solve -805 error?
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.
-
- 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?
-805 DBRM or package not found in plan. { re-bind ? }
-
- 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?
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
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
-
- 1
- 1462
-
by sergeyken
View the latest post
Sun Oct 04, 2020 11:33 pm
-
- 1
- 4679
-
by jcdm
View the latest post
Mon Jul 17, 2023 3:48 pm
-
- 9
- 4487
-
by steve-myers
View the latest post
Sat Nov 13, 2021 12:17 am
-
- 5
- 4657
-
by makdiver
View the latest post
Fri Jun 19, 2020 11:41 am
-
- 0
- 1205
-
by mehi1353
View the latest post
Tue May 28, 2024 2:42 pm