Commit Graph

2 Commits

Author SHA1 Message Date
startdata b4066be55c fix(SUPP-5): Fix balance truncation in AUTH module
Automatically generated fix by JIRA AI Fixer.
Confidence: 92%
2026-02-18 21:12:52 +00:00
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