AOR-Like Regions CICS Style
- Spring Boot microservices (stateless)
- COMMAREA-based transactions
- Channel-based transactions
- Pseudo-conversational (SPA emulation)
- Auto-scaling (Kubernetes HPA)
MPP-Like Regions IMS Style
- Message-driven Spring Boot services
- Reads from Kafka/ActiveMQ
- DL/I call emulation (GU, GN, ISRT...)
- PCB support
- Conversational & Non-conversational
BMP-Like Regions IMS Batch
- Spring Batch framework
- Transaction-oriented BMP
- Batch-oriented BMP
- Checkpoint/Restart capability
- Saga pattern (long-running)
- GSAM emulation
FOR-Like Region CICS File
- Centralized file/data access
- VSAM emulation layer
- Function shipping endpoint
- Record-level locking
🔷 COBOL Business Logic Runtime - GnuCOBOL Engine (Open Source)
- Native COBOL programs compilation
- JNI bridge to Java services
- CICS API emulation (EXEC CICS commands)
- DL/I call emulation (CBLTDLI interface)
- Copybook support
📁 Programmes COBOL maintenus par cobolistes
COCRDLI.cbl
Login - CICS transaction
COSGN00C.cbl
Signon - CICS
DFSIVAP1.gnt
IMS MPP sample
DFSIVAP2.gnt
IMS BMP sample
*.cbl / *.gnt
+ tous vos programmes métier