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

Getting the -818 abend code


IBM Mainframe Forums -> COBOL Programming
Post new topic   Reply to topic
View previous topic :: View next topic  
Author Message
vijayakumar.yellala

New User


Joined: 19 Apr 2006
Posts: 63
Location: Chennai

PostPosted: Wed Sep 15, 2010 6:12 pm
Reply with quote

Hi,

I am getting the -818 abend code. for this, i have compiled the program & done the bind operation. even though i am getting -818.

Could you please help me on this issues.

Regards,
Vijay
Back to top
View user's profile Send private message
acevedo

Active User


Joined: 11 May 2005
Posts: 344
Location: Spain

PostPosted: Wed Sep 15, 2010 6:18 pm
Reply with quote

well in fact is not an abend but a sqlcode:

Code:
DSNT408I SQLCODE = -818, ERROR:  THE PRECOMPILER-GENERATED TIMESTAMP  IN THE LOAD MODULE IS DIFFERENT FROM THE BIND TIMESTAMP  BUILT FROM THE DBRM       


read this link

www.ibmmainframes.com/post-9193.html
Back to top
View user's profile Send private message
Bharath Bhat

Active User


Joined: 20 Mar 2008
Posts: 283
Location: chennai

PostPosted: Wed Sep 15, 2010 6:31 pm
Reply with quote

Make sure your Steplib points to the correct load library and the bind is done on the proper DBRM library. You can verify the time stamp also, to make sure the proper DBRM library is referenced.
Back to top
View user's profile Send private message
santy
Warnings : 1

New User


Joined: 19 Jul 2007
Posts: 22
Location: mumbai

PostPosted: Thu Sep 16, 2010 12:27 pm
Reply with quote

-818 is not an abend code, its an sqlcode.

-818 is occure due to timestamp of bind is different from timestamp of load module. Its occure mostly, if u have done changes in sub-program and load module of that sub program was not properly bind.
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 -> COBOL Programming

 


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 ISAM and abend S03B JCL & VSAM 9
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
Search our Forums:

Back to Top