My first programming job in 1977 was to convert a set of application systems from one version

Question:

My first programming job in 1977 was to convert a set of application systems from one version of COBOL to another version of COBOL for the government of Prince Edward Island. The testing approach was to first run a set of test data through the old system and then run it through the new system to ensure that the results from the two matched. If they matched, then the last three months of production data were run through both to ensure they, too, matched.
Things went well until I began to convert the gas tax system that kept records on everyone authorized to purchase gasoline without paying tax. The test data ran fine, but the results using the production data were peculiar. The old and new systems matched, but rather than listing several thousand records, the report listed only 50. I checked the production data file and found it listed only 50 records, not the thousands that were supposed to be there.
The system worked by copying the existing gas tax records file into a new file and making changes in the new file. The old file was then copied to tape backup.
There was a bug in the program such that if there were no changes to the file, a new file was created, but no records were copied into it.
I checked the tape backups and found one with the full set of data that was scheduled to be overwritten three days after I discovered the problem. The government was only three days away from losing all gas tax records.
QUESTION:
What might have happened if this bug hadn't been caught and all gas tax records were lost?

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question

Systems analysis and design

ISBN: ?978-1118808177

5th edition

Authors: Alan Dennis, Barbara Haley Wixom, Roberta m. Roth

Question Posted: