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

Inconsistent error with a query to update timestamp


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

New User


Joined: 31 May 2007
Posts: 24
Location: Bangalore

PostPosted: Tue Jun 10, 2008 6:36 pm
Reply with quote

hi all,

We are facing a peculiar problem in one of our program. There is query in one of our programs to update a column which is of type timestamp.

There is a query to update this timestamp which is as follows

UPDATE TABLE
SET LOCK_TIMESTAMP = CURR_LOCK_TIMESTAMP
WHERE LOCK_TIMESTAMP < CURR_LOCK_TIMESTAMP
AND .....

There is a particular logic to calculate CURR_LOCK_TIMESTAMP
This query gets executed sometimes successfully and sometimes not. With the same code base.

I want to know what is the possible reason for this. If it fails it should fail every time else it should get executed correctly each time.

If anyone has faced such an issue previously let me know.

thanks in advance.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Tue Jun 10, 2008 6:51 pm
Reply with quote

Quote:
There is a particular logic to calculate CURR_LOCK_TIMESTAMP

review the logic...

Quote:
If it fails it should fail every time else it should get executed correctly each time.

no if the computation is wrong only for certain values icon_cool.gif
Back to top
View user's profile Send private message
dbzTHEdinosauer

Global Moderator


Joined: 20 Oct 2006
Posts: 6966
Location: porcelain throne

PostPosted: Tue Jun 10, 2008 6:59 pm
Reply with quote

what is the error that your are facing?????????????????

if it is a -180 or -181 then enrico is correct, your particular logic sucks for calculation of curr_lock_timestamp.
Back to top
View user's profile Send private message
vinay19

New User


Joined: 31 May 2007
Posts: 24
Location: Bangalore

PostPosted: Wed Jun 11, 2008 5:27 pm
Reply with quote

hi all,

Thanks for your replies. The issue is now resolved. I was not getting sqlcode 180 or anything else. The query was failing with an sqlcode 100.

The logic to calculate timestamp is perfect.

There was a logic error in the code.

For people interested to know what was the problem.

The extension of lock was happening only once initially, but it is changed to extend the lock twice now. But the catch is that while extending the lock second time only first two digits of micro seconds in timestamp is taken into account and not the last four and the lag between the first and second extension would be such that it would be only in the last four digits of micro seconds.

So whenever the load was more on db2 the lag would ve reached upto first two digits of microseconds that time i was not gettting any error but in the other cases.
Back to top
View user's profile Send private message
enrico-sorichetti

Superior Member


Joined: 14 Mar 2007
Posts: 10873
Location: italy

PostPosted: Wed Jun 11, 2008 6:47 pm
Reply with quote

Quote:
The logic to calculate timestamp is perfect.

if You say so icon_eek.gif
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 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 RC query -Time column CA Products 3
Search our Forums:

Back to Top