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/modules/ims_acb_gen.rst
+11-5Lines changed: 11 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -178,7 +178,7 @@ Examples
178
178
steplib:
179
179
- SOME.IMS.SDFSRESL1
180
180
- SOME.IMS.SDFSRESL2
181
-
build_psb: false
181
+
build_psb: false
182
182
183
183
- name: Example of creating blocks for all PSBs in the psb_lib data set.
184
184
ims_acb_gen:
@@ -189,7 +189,7 @@ Examples
189
189
dbd_lib:
190
190
- SOME.IMS.DBDLIB1
191
191
acb_lib: SOME.IMS.ACBLIB
192
-
192
+
193
193
- name: Example of deleting PSBs and DBDs
194
194
ims_acb_gen:
195
195
command_input: DELETE
@@ -217,16 +217,14 @@ Notes
217
217
218
218
The *steplib* input parameter to the module will take precedence over the value specified in the environment_vars.
219
219
220
-
If only the *steplib* parameter is specified, then only the *steplib* concatination will be used to resolve the IMS RESLIB dataset.
220
+
If only the *steplib* parameter is specified, then only the *steplib* concatenation will be used to resolve the IMS RESLIB dataset.
221
221
222
222
If both *steplib* and *reslib* are specified, then both parameters will be used by the ACB Maintenenace Utility and *reslib* will be used to resolve the IMS RESLIB dataset.
223
223
224
224
Specifying only *reslib* without *steplib* is not supported.
225
225
226
226
The ACB Maintenenace utility SYSUT3/SYSUT4 DD options are not supported by this module.
227
227
228
-
The current implementation of the ims_acb_gen module requires a jobcard to be specified using the JOB_CARD variable in the target inventory's group variables. See the sample `group_vars <https://github.com/ansible-collections/ibm_zos_ims/blob/master/playbooks/group_vars/all.yml>`_ provided with our sample playbook for an example of the JOB_CARD variable.
0 commit comments