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
Copy file name to clipboardExpand all lines: docs/source/installation.rst
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,14 @@
5
5
6
6
Installation
7
7
============
8
-
Always check that your control node has fulfilled the :doc:`requirements` before installing the **IBM® z/OS® CICS® collection**.
8
+
Always check that your control node has met the :doc:`requirements` before you install the **IBM® z/OS® CICS® collection**.
9
9
10
-
Then, follow the guidance to install the collection from Ansible® Galaxy or a custom Galaxy server. More ways to install an Ansible collection are documented at `installing collections`_.
10
+
Then, follow the guidance to install the collection from Ansible® Galaxy or from a custom Galaxy server. More ways to install an Ansible collection are documented in `Installing collections`_.
11
11
12
12
13
13
Installing from Ansible Galaxy
14
14
------------------------------
15
-
This is the quickest way to install the CICS collection. From your CLI, enter:
15
+
This is the quickest way to install the CICS collection. From your CLI, enter the following command:
16
16
17
17
.. code-block:: sh
18
18
@@ -38,7 +38,7 @@ By default, collections are installed in ``~/.ansible/collections``. After insta
38
38
39
39
40
40
41
-
To install with customization, such as specifying another installation path or using a playbook, see `installing collections`_.
41
+
To install with customization, such as specifying another installation path or using a playbook, see `Installing collections`_.
@@ -57,7 +57,7 @@ Ansible searches for ``ansible.cfg`` in the following locations in this order:
57
57
* ~/.ansible.cfg (in the home directory)
58
58
* /etc/ansible/ansible.cfg
59
59
60
-
Instructions on how to configure the server list in ``ansible.cfg`` can be found at `configuring the ansible-galaxy client`_. Available options in the Ansible configuration file can be found at `Ansible Configuration Settings`_.
60
+
Instructions on how to configure the server list in ``ansible.cfg`` can be found in `Configuring the ansible-galaxy client`_. Available options in the Ansible configuration file can be found in `Ansible Configuration Settings`_.
61
61
62
62
.. note:: When hosting a private Galaxy server, available content is not always consistent with what is available on the community Galaxy server.
Copy file name to clipboardExpand all lines: docs/source/modules/auxiliary_temp.rst
+19-19Lines changed: 19 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,9 @@ Synopsis
14
14
15
15
Create and remove the \ `auxiliary temporary storage <https://www.ibm.com/docs/en/cics-ts/latest?topic=sets-defining-auxiliary-temporary-storage-data-set>`__\ data set used by a CICS® region.
16
16
17
-
Useful when provisioning or de-provisioning a CICS region.
17
+
You can use this module when provisioning or de-provisioning a CICS region.
18
18
19
-
Use the \ :literal:`state`\ option to specify the intended state for the auxiliary temp data set. For example, \ :literal:`state=initial`\ will create a auxiliary temp data set if it doesn't yet exist.
19
+
Use the \ :literal:`state`\ option to specify the intended state for the auxiliary temporary storage data set. For example, \ :literal:`state=initial`\ will create an auxiliary temporary storage data set if it doesn't exist.
20
20
21
21
22
22
@@ -27,56 +27,56 @@ Parameters
27
27
----------
28
28
29
29
space_primary (False, int, 200)
30
-
The size of the auxiliary temporary storage data set's primary space allocation. Note, this is just the value; the unit is specified with \ :literal:`space\_type`\ .
30
+
The size of the primary space allocated to the auxiliary temporary storage data set. Note that this is just the value; the unit is specified with \ :literal:`space\_type`\ .
31
31
32
-
This option only takes effect when the auxiliary temporary storage is being created. If it already exists, it has no effect.
32
+
This option takes effect only when the auxiliary temporary storage data set is being created. If the data set already exists, the option has no effect.
33
33
34
-
The auxiliary temporary storage data set's secondary space allocation is set to 10.
34
+
The size value of the secondary space allocation for the auxiliary temporary storage data set is 10; the unit is specified with \ :literal:`space\_type`\ .
35
35
36
36
37
37
space_type (False, str, REC)
38
-
The unit portion of the auxiliary temporary storage data set size. Note, this is just the unit; the value is specified with \ :literal:`space\_primary`\ .
38
+
The unit portion of the auxiliary temporary storage data set size. Note that this is just the unit; the value is specified with \ :literal:`space\_primary`\ .
39
39
40
-
This option only takes effect when the auxiliary temporary storage is being created. If it already exists, it has no effect.
40
+
This option takes effect only when the auxiliary temporary storage data set is being created. If the data set already exists, the option has no effect.
41
41
42
42
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), records (\ :literal:`REC`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
43
43
44
44
45
45
region_data_sets (True, dict, None)
46
-
The location of the region's data sets using a template, e.g. \ :literal:`REGIONS.ABCD0001.\<\< data\_set\_name \>\>`\ .
46
+
The location of the region data sets to be created using a template, for example, \ :literal:`REGIONS.ABCD0001.\<\< data\_set\_name \>\>`\ .
47
+
48
+
If you want to use a data set that already exists, ensure that the data set is an auxiliary temporary storage data set.
47
49
48
50
49
51
template (False, str, None)
50
-
The base location of the region's data sets with a template.
52
+
The base location of the region data sets with a template.
51
53
52
54
53
55
dfhtemp (False, dict, None)
54
56
Overrides the templated location for the auxiliary temporary storage data set.
55
57
56
58
57
59
dsn (False, str, None)
58
-
Data set name of the auxiliary temporary storage to override the template.
60
+
The data set name of the auxiliary temporary storage to override the template.
59
61
60
62
61
63
62
64
63
65
cics_data_sets (False, dict, None)
64
-
The name of the \ :literal:`SDFHLOAD`\ data set, e.g.\ :literal:`CICSTS61.CICS.SDFHLOAD`\ .
66
+
The name of the \ :literal:`SDFHLOAD`\ library of the CICS installation, for example,\ :literal:`CICSTS61.CICS.SDFHLOAD`\ .
65
67
66
68
67
69
template (False, str, None)
68
-
Templated location of the cics install data sets.
70
+
The templated location of the \ :literal:`SDFHLOAD`\ library.
69
71
70
72
71
73
sdfhload (False, str, None)
72
-
Location of the sdfhload data set.
73
-
74
-
Overrides the templated location for sdfhload.
74
+
The location of the \ :literal:`SDFHLOAD`\ library to override the template.
75
75
76
76
77
77
78
78
state (True, str, None)
79
-
The desired state for the auxiliary temporary storage, which the module will aim to achieve.
79
+
The intended state for the auxiliary temporary storage data set, which the module will aim to achieve.
80
80
81
81
\ :literal:`absent`\ will remove the auxiliary temporary storage data set entirely, if it already exists.
82
82
@@ -132,7 +132,7 @@ failed (always, bool, )
132
132
133
133
134
134
start_state (always, dict, )
135
-
The state of the auxiliary temporary storage before the task runs.
135
+
The state of the auxiliary temporary storage before the Ansible task runs.
136
136
137
137
138
138
vsam (always, bool, )
@@ -145,7 +145,7 @@ start_state (always, dict, )
145
145
146
146
147
147
end_state (always, dict, )
148
-
The state of the auxiliary temporary storage at the end of the task.
148
+
The state of the auxiliary temporary storage at the end of the Ansible task.
149
149
150
150
151
151
vsam (always, bool, )
@@ -158,7 +158,7 @@ end_state (always, dict, )
158
158
159
159
160
160
executions (always, list, )
161
-
A list of program executions performed during the task.
161
+
A list of program executions performed during the Ansible task.
Copy file name to clipboardExpand all lines: docs/source/modules/csd.rst
+23-25Lines changed: 23 additions & 25 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,11 +12,11 @@ csd -- Create, remove, and manage the CICS CSD
12
12
Synopsis
13
13
--------
14
14
15
-
Create, remove, and manage the \ `csd <https://www.ibm.com/docs/en/cics-ts/6.1?topic=configuring-setting-up-shared-data-sets-csd-sysin>`__\ data set used by a CICS® region.
15
+
Create, remove, and manage the \ `CICS system definition data set <https://www.ibm.com/docs/en/cics-ts/6.1?topic=configuring-setting-up-shared-data-sets-csd-sysin>`__\ (CSD) used by a CICS® region.
16
16
17
-
Useful when provisioning or de-provisioning a CICS region, or when managing the state of the CSD during upgrades or restarts.
17
+
You can use this module when provisioning or de-provisioning a CICS region, or when managing the state of the CSD during upgrades or restarts.
18
18
19
-
Use the \ :literal:`state`\ option to specify the intended state for the CSD. For example, \ :literal:`state=initial`\ will create and initialize a CSD data set if it doesn't yet exist, or it will take an existing CSD and empty it of all records.
19
+
Use the \ :literal:`state`\ option to specify the intended state for the CSD. For example, \ :literal:`state=initial`\ will create and initialize a CSD if it doesn't exist, or it will take an existing CSD and empty it of all records.
20
20
21
21
22
22
@@ -27,60 +27,58 @@ Parameters
27
27
----------
28
28
29
29
space_primary (False, int, 4)
30
-
The size of the CSD data set's primary space allocation. Note, this is just the value; the unit is specified with \ :literal:`space\_type`\ .
30
+
The size of the primary space allocated to the CSD. Note that this is just the value; the unit is specified with \ :literal:`space\_type`\ .
31
31
32
-
This option only takes effect when the CSD is being created. If it already exists, it has no effect.
32
+
This option takes effect only when the CSD is being created. If the CSD already exists, the option has no effect.
33
33
34
-
The CSD data set's secondary space allocation is set to 1.
34
+
The size value of the secondary space allocation for the CSD is 1; the unit is specified with \ :literal:`space\_type`\ .
35
35
36
36
37
37
space_type (False, str, M)
38
-
The unit portion of the CSD data set size. Note, this is just the unit; the value is specified with \ :literal:`space\_primary`\ .
38
+
The unit portion of the CSD size. Note that this is just the unit; the value is specified with \ :literal:`space\_primary`\ .
39
39
40
-
This option only takes effect when the CSD is being created. If it already exists, it has no effect.
40
+
This option takes effect only when the CSD is being created. If the CSD already exists, the option has no effect.
41
41
42
42
The size can be specified in megabytes (\ :literal:`M`\ ), kilobytes (\ :literal:`K`\ ), records (\ :literal:`REC`\ ), cylinders (\ :literal:`CYL`\ ), or tracks (\ :literal:`TRK`\ ).
43
43
44
44
45
45
region_data_sets (True, dict, None)
46
-
The location of the region's data sets using a template, e.g.\ :literal:`REGIONS.ABCD0001.\<\< data\_set\_name \>\>`\ .
46
+
The location of the region data sets to be created using a template, for example,\ :literal:`REGIONS.ABCD0001.\<\< data\_set\_name \>\>`\ .
47
47
48
48
49
49
template (False, str, None)
50
-
The base location of the region's data sets with a template.
50
+
The base location of the region data sets with a template.
51
51
52
52
53
53
dfhcsd (False, dict, None)
54
-
Overrides the templated location for the CSD data set.
54
+
Overrides the templated location for the CSD.
55
55
56
56
57
57
dsn (False, str, None)
58
-
Data set name of the CSD to override the template.
58
+
The data set name of the CSD to override the template.
59
59
60
60
61
61
62
62
63
63
cics_data_sets (True, dict, None)
64
-
The name of the \ :literal:`SDFHLOAD`\ data set, e.g.\ :literal:`CICSTS61.CICS.SDFHLOAD`\ .
64
+
The name of the \ :literal:`SDFHLOAD`\ library of the CICS installation, for example,\ :literal:`CICSTS61.CICS.SDFHLOAD`\ .
65
65
66
66
67
67
template (False, str, None)
68
-
Templated location of the cics install data sets.
68
+
The templated location of the \ :literal:`SDFHLOAD`\ library.
69
69
70
70
71
71
sdfhload (False, str, None)
72
-
Location of the sdfhload data set.
73
-
74
-
Overrides the templated location for sdfhload.
72
+
The location of the \ :literal:`SDFHLOAD`\ library to override the template.
75
73
76
74
77
75
78
76
state (True, str, None)
79
-
The desired state for the CSD, which the module will aim to achieve.
77
+
The intended state for the CSD, which the module will aim to achieve.
80
78
81
-
\ :literal:`absent`\ will remove the CSD data set entirely, if it already exists.
79
+
\ :literal:`absent`\ will remove the CSD entirely, if it already exists.
82
80
83
-
\ :literal:`initial`\ will create the CSD data set if it does not already exist, and initialise it using dfhcsdup
81
+
\ :literal:`initial`\ will create the CSD if it does not already exist, and initialize it by using DFHCSDUP.
84
82
85
83
\ :literal:`warm`\ will retain an existing CSD in its current state.
86
84
@@ -146,33 +144,33 @@ failed (always, bool, )
146
144
147
145
148
146
start_state (always, dict, )
149
-
The state of the CSD before the task runs.
147
+
The state of the CSD before the Ansible task runs.
150
148
151
149
152
150
vsam (always, bool, )
153
151
True if the data set is a VSAM data set.
154
152
155
153
156
154
exists (always, bool, )
157
-
True if the CSD data set exists.
155
+
True if the CSD exists.
158
156
159
157
160
158
161
159
end_state (always, dict, )
162
-
The state of the CSD at the end of the task.
160
+
The state of the CSD at the end of the Ansible task.
163
161
164
162
165
163
vsam (always, bool, )
166
164
True if the data set is a VSAM data set.
167
165
168
166
169
167
exists (always, bool, )
170
-
True if the CSD data set exists.
168
+
True if the CSD exists.
171
169
172
170
173
171
174
172
executions (always, list, )
175
-
A list of program executions performed during the task.
173
+
A list of program executions performed during the Ansible task.
0 commit comments