The first time a change accumulation batch job is run with the ONLY keyword specified for a change accumulation group, CICS® VR consolidates log records from the beginning of the specified log stream up to the time the job was submitted.
The next time the same change accumulation job is run, CICS VR consolidates log records from the time that the last change accumulation job stopped, up to the time the current job was submitted. The table below summarizes change accumulation sequencing for a sample CA group:
Job run | First consolidated log record | Last consolidated log record |
---|---|---|
First run | First log record on the log stream | Last log record with a time stamp earlier than or equal to current job's submission time |
All other runs | First log record with a time stamp later than previous job's submission time | Last log record with a time stamp earlier than or equal to current job's submission time |