Pre-modernisation
COBOL nightly batch
legacy-ui/run.sh locally for live COBOL. This panel replays the output format.
- Whole-file scan per operation.
bank.cobreopens and reads every account row to validate, then again to rewrite it. - Batch window only. Balances move once a night, so the branch sees yesterday's position all day.
- No audit trail. The program prints three counters and nothing an auditor can query later.
- Fragile records. Fixed 8/12-character fields; a misaligned byte silently changes a balance.
Show the bottleneck in legacy/bank.cob
Loading source…