Initial commit: COBOL+JCL credit card billing system with COMP-3, OCCURS, COPY REPLACING, INSPECT, and JCL runner

This commit is contained in:
hsyx3952501
2026-05-25 12:27:00 +08:00
commit 8e551c35d9
17 changed files with 2080 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
01 :TAG:-DATE.
05 :TAG:-YYYY PIC 9(4).
05 :TAG:-MM PIC 9(2).
05 :TAG:-DD PIC 9(2).