EXCI-Samples

From CICS Wiki

Jump to: navigation, search

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

  1. SRRCMIT instead of EXEC CICS SYNCPOINT or
  2. SSRBACK instead of EXEC CICS SYNCPOINT ROLLBACK

Sample

An EXCI sample for this function can found at CBTTAPE. Look at FILE#321