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

-818 error due to timestamp mismach


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

New User


Joined: 27 Feb 2004
Posts: 18

PostPosted: Sat Jun 05, 2004 12:29 pm
Reply with quote

Hi

I have a doubt in db2.the error -818 is due to timestamp mismach.In which condition this will occur.When will it come. Dont say refer to manuals pls.

nandini
Back to top
View user's profile Send private message
priya

Moderator


Joined: 24 Jul 2003
Posts: 568
Location: Bangalore

PostPosted: Sun Jun 06, 2004 9:57 am
Reply with quote

Time Stamp error , because the time stamp value in your PLAN/PACKAGE and in your program doesn't match.
Back to top
View user's profile Send private message
nandini

New User


Joined: 27 Feb 2004
Posts: 18

PostPosted: Mon Jun 07, 2004 7:05 pm
Reply with quote

Hi priya,

In which case the mismatch will occur.
Suppose if we are changing the source progm and not binding again,whether it will occur mismatch.What are the other conditions.

Love
Nandini
Back to top
View user's profile Send private message
anuradha

Active User


Joined: 06 Jan 2004
Posts: 247
Location: Hyderabad

PostPosted: Tue Jun 08, 2004 8:58 pm
Reply with quote

This problem can occur if you:

1. Precompile, compile, and link, without doing a BIND of the
application,
2. Precompile and BIND, without doing the compile and link for the
application program, or
3. BIND the application using a DBRM that resulted from a different
precompile of the application program than that which produced the
object module that is linked into the application module.

Hope this helps you nandini.

Thanks,
Anu
Back to top
View user's profile Send private message
Venku

New User


Joined: 08 Jun 2004
Posts: 2
Location: Newyork/India

PostPosted: Wed Jun 09, 2004 12:00 pm
Reply with quote

When you are executing a CICS transaction that connects to DB2, You need to refresh the load module using CEMT S PROG (Program Name) NEW whenever a new load module is created. We can still get -818 error when a new load module and a new plan is created but forgot to make a new copy in CICS. Unless we create a new copy, CICS still points to the older version of the load. Bestwishes
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 Error to read log with rexx CLIST & REXX 11
No new posts To get the count of rows for every 1 ... DB2 3
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
Search our Forums:

Back to Top