CICS Batch Application Control makes it easier to manage batch processes that have to coexist and share resources with one or more CICS online transaction systems.
Many customers have to schedule batch processing around the online CICS Service. In this environment, the tasks that the CICS systems administrator has to handle have become increasingly complex, especially when dealing with many CICS systems running on many processors in a complex network. Often several terminals are needed to access all the information required to control the CICS systems, and these terminals can be remotely located.
CICS Batch Application Control enables batch programs to dynamically change the state of CICS system-owned VSAM files, transient data queues, programs and transactions. For example, a batch job can deallocate resources from an online CICS application at the beginning of a batch stream and reallocate them when batch processing is complete. CICS Batch Application Control tracks all requests for state changes (made within and from outside CICS regions) and ensures that, at region startup, each resource is in its correct state.

0 comments on CICS Batch Application Control