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 c413d77 commit fae6e3cCopy full SHA for fae6e3c
plugins/modules/csd.py
@@ -97,7 +97,7 @@
97
- V(absent) will remove the CSD data set entirely, if it
98
already exists.
99
- V(initial) will create the CSD data set if it does not
100
- already exist, and empty it of all existing records.
+ already exist, and initialise it using dfhcsdup
101
- V(warm) will retain an existing CSD in its current state.
102
choices:
103
- "initial"
@@ -134,6 +134,14 @@
134
cics_data_sets:
135
template: "CICSTS61.CICS.<< lib_name >>"
136
state: "absent"
137
+
138
+- name: Retain existing state of CSD
139
+ ibm.ibm_zos_cics.csd:
140
+ region_data_sets:
141
+ template: "REGIONS.ABCD0001.<< data_set_name >>"
142
+ cics_data_sets:
143
+ template: "CICSTS61.CICS.<< lib_name >>"
144
+ state: "warm"
145
"""
146
147
0 commit comments