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

SQLCODE -450 for stored procedure


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

New User


Joined: 29 Nov 2007
Posts: 20
Location: india

PostPosted: Fri Jan 16, 2015 2:45 am
Reply with quote

I have a stored procedure which has been working in some other regions. When i bring the same code down to development and just recompile it and try to run it, i get a -450 failure. I have read that this error would be due to the change in length of linkages. I have checked all the linkages and they have the same lengths in the 2 regions. Coudl there be anything else I could check?
Back to top
View user's profile Send private message
Mickeydusaor

Active User


Joined: 24 May 2006
Posts: 258
Location: Salem, Oregon

PostPosted: Fri Jan 16, 2015 3:41 am
Reply with quote

miss match in the prod and devl DB2 tables because one of the fields is longer than the tables defined length.
Back to top
View user's profile Send private message
spoorni

New User


Joined: 29 Nov 2007
Posts: 20
Location: india

PostPosted: Fri Jan 16, 2015 7:33 pm
Reply with quote

No, nothing has changed on any table. Mutlitple people have checked multiple times.
Back to top
View user's profile Send private message
Rohit Umarjikar

Global Moderator


Joined: 21 Sep 2010
Posts: 3053
Location: NYC,USA

PostPosted: Fri Jan 16, 2015 9:46 pm
Reply with quote

www-01.ibm.com/support/knowledgecenter/#!/SSEPEK_10.0.0/com.ibm.db2z10.doc.codes/src/tpc/n450.dita
ibmmainframes.com/about52472.html
ibmmainframes.com/about48612.html

Have you not looked at these links from Google? You needs to actually give us the complete description of the error and not just SQLCODE. So see if these links helps you to correct the length of that input parm correct.
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 Invoke stored procedure via batch JCL. DB2 2
No new posts Calling COBOL DB2 program from a COBO... COBOL Programming 2
No new posts SQLCODE = -122 while using the scalar... DB2 4
No new posts Cond parameter and Rc code of a proce... JCL & VSAM 5
This topic is locked: you cannot edit posts or make replies. Internal Autonomous Stored Procedure ... DB2 6
Search our Forums:

Back to Top