We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c0457e commit 666c2ddCopy full SHA for 666c2dd
plugins/modules/zos_data_set.py
@@ -301,7 +301,7 @@
301
noscratch:
302
description:
303
- "When C(state=absent), specifies whether to keep the data set's entry in the VTOC."
304
- - If C(noscratch=True), the data set is uncataloged but not physically removed from the volume.
+ - If C(noscratch=True), the data set is uncataloged but not physically removed from the volume.
305
The Data Set Control Block is not removed from the VTOC.
306
- This is the equivalent of using C(NOSCRATCH) in an C(IDCAMS DELETE) command.
307
type: bool
0 commit comments