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

Resolve SQLCODE = -805, ERROR: DBRM OR PACKAGE NAME


IBM Mainframe Forums -> ABENDS & Debugging
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
nayaksidd

New User


Joined: 22 May 2007
Posts: 16
Location: bangalore

PostPosted: Thu May 24, 2007 4:45 pm
Reply with quote

Hi all,

I am posting the error which I am getting while running the jcl afetr compilation of my application.I have tested all the possible steps to resolve -805 its like:

1)deleting dbrm and loadlib
2)pointing directly to production loadlib
3)chk the run jcl

following error i am getting=>>>>>

DSNT408I SQLCODE = -805, ERROR: DBRM OR PACKAGE NAME DB2DFMR.FPD4COL01.PSPL85
0.17E5DF92007E840F NOT FOUND IN PLAN
Back to top
View user's profile Send private message
bansal

New User


Joined: 03 Jan 2007
Posts: 27
Location: Hyderabad

PostPosted: Thu May 24, 2007 7:55 pm
Reply with quote

Hi Nayak,

In most cases -805 error would come due to problem with the BIND Jcl.

After creating the DBRM, check your Bind JCL whether you are specifying the correct program name there or not.

Bind the DBRM of the version of the application program to be executed.

OR connect to correct RDB.

Try one of these, you will probably will be able to resolve the error.
Back to top
View user's profile Send private message
MFRASHEED

Active User


Joined: 14 Jun 2005
Posts: 186
Location: USA

PostPosted: Thu May 24, 2007 9:13 pm
Reply with quote

To add to what already has been said.

Check if package is in the PLAN.
Check if same DB2 system(Environment) is being while executing program and where bind was executed.

Query SYSIBM.SYSPACKAGE and verify latest bind is yours and pointing to qualifiers you want them to be. Someone else could be compiling same program. Also check CONTOKEN is what it is in the DBRMLIB. If you picked production DBRMLIB then point execution of program to production loadlib, part of CONTOKEN is in loadlib which is another reason for -805.
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 -> ABENDS & Debugging

 


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