Commit Graph

1 Commits

Author SHA1 Message Date
Ricel Leite bfa168d12b feat: Initial COBOL sample application
- AUTH.CBL: Transaction authorization (with deliberate bug)
- VALIDATE.CBL: Input validation module
- CLEARING.CBL: Settlement batch processing
- HOST.CBL: Host communication interface
- Copybooks and JCLs included

Bug for testing: AUTH.CBL uses PIC 9(9)V99 for balance
instead of PIC 9(11)V99, causing truncation.
2026-02-18 15:29:32 -03:00