shootingstar Beginner
Joined: 19 Sep 2004 Posts: 14 Topics: 11 Location: Dallas, TX
|
Posted: Thu Mar 09, 2006 2:09 pm Post subject: Problem with CEESECS |
|
|
I am using CEESECS to calculate the duration of a process as follows:;
At the begining of the process I get a timestamp from DB2 (SELECT CURRENT TIMESTAMP).
At the end of the process I get another timestamp from DB2.
I then call CEESECS with the two timestamps in order to get the duration of the process.
My program executes 2000 to 3000 times a day and the vast majority of the time there are no problems. Occasionally I get a return from CEESECS indicating I have passed it an invalid timestamp. Since the code runs correctly more than 99% of the time, I am suspicious of CEESECS possibly having some reentrancy issues (I can have multiple jobs running simultaneously).
The environment is Z/OS, DB2 V7, and Enterprise COBOL version 3.3.1.
Any thoughts?
Thanks |
|