/cash-account-cobol

CICS/COBOL implementation of Cash Account, for use in mainframe modernization scenarios. Uses DB2 for z/OS and VSAM

Primary LanguageCOBOLApache License 2.0Apache-2.0

Cash Account (Cobol)

CICS/COBOL implementation of Cash Account, for use in mainframe modernization "integrate with" scenarios. Business logic is implemented in COBOL that is deployed to CICS, along with some JCL batch jobs. It uses DB2 for z/OS for persistence, and VSAM for caching. It is exposed via z/OS Connect, and is secured via JWTs issued by KeyCloak (OIDC) running in AKS, backed by Tivoli Directory Server (LDAP) running on the mainframe, backed by RACF. It conforms to the exact some OpenAPI signatures as the Java Spring version of this microservice.

Architecture Diagram

Stay tuned for a series of articles on Medium describing our journey enabling Stock Trader to "integrate with" this business logic on the mainframe.