I have three jobs that ran today and wrote records to the same file.
JOTIME showed all 9 writes and 1 update @ 12:37:25 for job1.
Job 2 with 5 writes at 2:38:00.
Job 3 with 4 writes and an update all at 12:38:27.
The program logic says that each job should have deleted the existing records then done it's writes and updates. No records were deleted, so I'm wondering if it's because they really weren't in the file when the jobs attempted to delete them and when JOTIME says they were.
No commitment control, records are accessed and written through the only logical.
Software/Hardware used:
ASKED:
January 20, 2009 9:06 PM
UPDATED:
March 6, 2009 3:01 PM
Sorry — correction to time: Job 2 with 5 writes at 12:38:00.
If you look at the journal in it’s entirety without selecting out the particular file in question, you will see the sequence of the actula journal entries hitting the journal before hitting the database. This will tell you the real story.
Lovemyi