Skip to content

Commit fae6e3c

Browse files
Tom-Lathamandrewhughes101
authored andcommitted
CSD Doc tweaks
1 parent c413d77 commit fae6e3c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

plugins/modules/csd.py

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@
9797
- V(absent) will remove the CSD data set entirely, if it
9898
already exists.
9999
- V(initial) will create the CSD data set if it does not
100-
already exist, and empty it of all existing records.
100+
already exist, and initialise it using dfhcsdup
101101
- V(warm) will retain an existing CSD in its current state.
102102
choices:
103103
- "initial"
@@ -134,6 +134,14 @@
134134
cics_data_sets:
135135
template: "CICSTS61.CICS.<< lib_name >>"
136136
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"
137145
"""
138146

139147

0 commit comments

Comments
 (0)