EXCI-Samples
From CICS Wiki
Overview
Since CICS 4.1 now called CTS this function is available and I use it very often in some environments.
Since RRS called RRMS become a part of CTS you can invoke your CICS program in a so called LUW from batch.
Unfortunally in your BATCH program you have to use the callable service
- SRRCMIT instead of EXEC CICS SYNCPOINT or
- SSRBACK instead of EXEC CICS SYNCPOINT ROLLBACK
Sample
An EXCI sample for this function can found at CBTTAPE. Look at FILE#321
