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

SQL CODE -805


IBM Mainframe Forums -> DB2
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
raviputran

New User


Joined: 05 Jul 2007
Posts: 13
Location: bangalore

PostPosted: Thu Sep 04, 2008 11:49 am
Reply with quote

Hi All,

I made code changes in a PL/I-DB2 Program which includes calling one subprogram. Compilation and Bind went fine, but while running I am getting

CODE: -805
DSNT408I SQLCODE = -805, ERROR: DBRM OR PACKAGE NAME

Subprogram_name NOT FOUND IN PLAN Program_name


Could anyone advise on this? Thanks in advance.
Back to top
View user's profile Send private message
Bharath Bhat

Active User


Joined: 20 Mar 2008
Posts: 283
Location: chennai

PostPosted: Thu Sep 04, 2008 12:43 pm
Reply with quote

Add Subprogram_name in your Plan(Program_name) while binding.

Code:
MEMBER(Program_name,subprogram_name)
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 -> DB2

 


Similar Topics
Topic Forum Replies
No new posts run rexx code with jcl CLIST & REXX 15
No new posts Compile rexx code with jcl CLIST & REXX 6
No new posts REXX code to expand copybook in a cob... CLIST & REXX 2
No new posts VSAM return code 23 - for a Random read COBOL Programming 4
No new posts Monitoring production job progress. N... JCL & VSAM 4
Search our Forums:

Back to Top