You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for community adoption. Once contributors review community usage, feedback,
@@ -68,7 +68,7 @@ collections:
68
68
```
69
69
70
70
71
-
To install a specific version of the collection or upgrade an an existing installation to a specific version, for example installing 2.1.0, use the following syntax:
71
+
To install a specific version of the collection or upgrade an existing installation to a specific version, for example installing 2.1.0, use the following syntax:
* Use Case Name: Provision a standalone CICS region
104
+
* Use case name: Provision a standalone CICS region
105
105
* Actors:
106
106
* System Programmer
107
107
* Description:
108
108
* A system programmer can provision a set of region data sets and start up a standalone CICS region.
109
109
* Flow:
110
-
* Create and activate a VTAM node to ensure user had a valid applid
110
+
* Create and activate a VTAM node to ensure user has a valid applid
111
111
* Create region data sets
112
112
* Update the CSD data set with a CSDUP script
113
113
* Create CICS startup JCL data set
114
-
* Submit the CICS startup JCL data set as a job using zoau's jsub.
115
-
* Use Case Name: Deprovision a standalone CICS region
114
+
* Submit the CICS startup JCL data set as a job using zoau's jsub
115
+
* Use case name: Deprovision a standalone CICS region
116
116
* Actors:
117
117
* System Programmer
118
118
* Description:
119
-
* A system programmer can stop a standalone cics region and delete the region data sets.
119
+
* A system programmer can stop a standalone CICS region and delete the region data sets.
120
120
* Flow:
121
121
* Stop the CICS region
122
122
* Check the CICS region has been shut down
123
123
* If it has not stopped, shut the region down with state "immediate" or cancel the job.
124
124
* Delete the region data sets
125
125
* Delete the CICS startup JCL data set
126
-
* Use Case Name: Provision an SMSS CICS region
126
+
* Use case name: Provision an SMSS CICS region
127
127
* Actors:
128
128
* System Programmer
129
129
* Description:
130
130
* A system programmer can start a SMSS CICS region.
131
131
* Flow:
132
-
* Create and activate a VTAM node to ensure user had a valid applid
132
+
* Create and activate a VTAM node to ensure user has a valid applid
133
133
* Ensure user has an allocated/free port available
134
134
* Create region data sets
135
135
* Update the CSD data with a CSDUP script which also alters the TCPIP service
136
136
* Create CICS startup JCL data set
137
137
* Submit the CICS startup JCL data set as a job using zoau's jsub task
138
-
* Use Case Name: Install a bundle in a CICS region
138
+
* Use case name: Install a bundle in a CICS region
139
139
* Actors:
140
140
* Application Developer
141
141
* Description:
142
142
* An application developer can install a CICS bundle into a CICS region
143
143
* Flow:
144
-
* Find if the CICS bundle already exists in target region
144
+
* Find if the CICS bundle already exists in the target region
145
145
* Disable and discard existing CICS bundle
146
-
* Install bundle definition into target region
146
+
* Install bundle definition into the target region
147
147
* Wait for bundle to reach enabled status
148
-
* Use Case Name: Deploy a program to a CICS region
148
+
* Use case name: Deploy a program to a CICS region
149
149
* Actors:
150
150
* Application Developer
151
151
* Description:
@@ -154,7 +154,7 @@ environment_vars:
154
154
* Copy load module to load library
155
155
* Use NEWCOPY PROGRAM to deploy program into CICS
156
156
157
-
## Release Notes and Roadmap
157
+
## Release notes and roadmap
158
158
159
159
The collection's cumulative release notes can be reviewed [here](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html).
160
160
@@ -168,9 +168,9 @@ The collection's cumulative release notes can be reviewed [here](https://ibm.git
168
168
| 1.0.x | Released |[Release notes](https://ibm.github.io/z_ansible_collections_doc/ibm_zos_cics/docs/source/release_notes.html#version-1-0-6)|[Changelogs](https://github.com/ansible-collections/ibm_zos_cics/blob/v1.0.6/CHANGELOG.rst)|
169
169
170
170
171
-
## Related Information
171
+
## Related information
172
172
173
-
Example playbooks and use cases can be be found in the [z/OS playbook repository](https://github.com/IBM/z_ansible_collections_samples).
173
+
Example playbooks and use cases can be found in the [z/OS playbook repository](https://github.com/IBM/z_ansible_collections_samples).
174
174
Supplemental content on getting started with Ansible, architecture and use cases is available [here](https://ibm.github.io/z_ansible_collections_doc/reference/helpful_links.html).
175
175
176
176
## Contributing
@@ -179,7 +179,7 @@ We welcome contributions! Find out how in our [contribution guide](https://githu
0 commit comments