|
1 | 1 | .. ...........................................................................
|
2 |
| -.. © Copyright IBM Corporation 2020,2021 . |
| 2 | +.. © Copyright IBM Corporation 2020,2024 . |
3 | 3 | .. ...........................................................................
|
4 | 4 |
|
5 | 5 | =========
|
6 | 6 | z/OS CICS
|
7 | 7 | =========
|
8 | 8 |
|
9 | 9 | The **IBM® z/OS® CICS® collection**, also represented as
|
10 |
| -ibm_zos_cics in this document, is part of the broader |
| 10 | +ibm_zos_cics in this document, is part of the broader |
11 | 11 | initiative to bring Ansible® Automation to IBM Z® through the offering
|
12 | 12 | **Red Hat® Ansible Certified Content for IBM Z**.
|
13 | 13 |
|
14 |
| -The **IBM® z/OS® CICS® collection** supports automation tasks that can |
15 |
| -define, install, and perform actions on CICS definitions and resources such as |
16 |
| -creating a PROGRAM definition, installing and updating it, and deleting the |
17 |
| -definition. |
| 14 | +The **IBM® z/OS® CICS® collection** provides modules for automation tasks that |
| 15 | +perform operations on CICS and CICSPlex SM resources and definitions, for example, |
| 16 | +creating and installing a PROGRAM definition, then updating or deleting the definition. |
| 17 | +These modules interact with the `CMCI REST API`_ of the CICS® management client |
| 18 | +interface (CMCI) for system management. |
18 | 19 |
|
19 |
| -The Ansible modules in this collection are written in Python and interact with |
20 |
| -the `CMCI REST API`_ of the CICS® management client interface (CMCI) for system |
21 |
| -management. |
| 20 | +The **IBM® z/OS® CICS® collection** also provides modules for provisioning and managing |
| 21 | +CICS TS data sets and utilities. You can use these Ansible modules to create automation |
| 22 | +tasks that provision or deprovision a CICS region and tasks for CICS startup and |
| 23 | +shutdown. |
| 24 | + |
| 25 | +The Ansible modules in this collection are written in Python. |
22 | 26 |
|
23 | 27 | .. _CMCI REST API:
|
24 | 28 | https://www.ibm.com/docs/en/cics-ts/latest?topic=cmci-how-it-works-rest-api
|
|
0 commit comments