Multiple choice

To determine whether all the data in a batch run have been processed, we should use a

  1. reasonable check

  2. limit check

  3. record count

  4. consistency check

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

A record count is a control total used in batch processing to ensure that all records in a file or batch have been processed correctly by comparing the count of input records to the count of processed records.