File tree Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Expand file tree Collapse file tree 4 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -319,6 +319,7 @@ Examples
319
319
template: "REGIONS.ABCD0001.<< data_set_name >>"
320
320
cics_data_sets:
321
321
template: "CICSTS61.CICS.<< lib_name >>"
322
+ state: changed
322
323
input_location: "USS"
323
324
input_src: "/u/tester/defs/script.csdup"
324
325
@@ -328,6 +329,7 @@ Examples
328
329
template: "REGIONS.ABCD0001.<< data_set_name >>"
329
330
cics_data_sets:
330
331
template: "CICSTS61.CICS.<< lib_name >>"
332
+ state: changed
331
333
input_location: "LOCAL"
332
334
input_src: "/User/tester/defs/script.csdup"
333
335
@@ -337,6 +339,7 @@ Examples
337
339
template: "REGIONS.ABCD0001.<< data_set_name >>"
338
340
cics_data_sets:
339
341
template: "CICSTS61.CICS.<< lib_name >>"
342
+ state: changed
340
343
input_location: "INLINE"
341
344
input_content: |
342
345
DEFINE PROGRAM(TESTPRG1) GROUP(TESTGRP1)
Original file line number Diff line number Diff line change @@ -3583,6 +3583,7 @@ Examples
3583
3583
wlmhealth: "OFF"
3584
3584
wrkarea: 2048
3585
3585
sysidnt: ZPY1
3586
+ state: initial
3586
3587
3587
3588
- name: Create CICS startup JCL data set with more customization
3588
3589
ibm.ibm_zos_cics.region_jcl:
@@ -3636,6 +3637,7 @@ Examples
3636
3637
wlmhealth: "OFF"
3637
3638
wrkarea: 2048
3638
3639
sysidnt: ZPY1
3640
+ state: initial
3639
3641
3640
3642
3641
3643
Original file line number Diff line number Diff line change 106
106
template: "REGIONS.ABCD0001.<< data_set_name >>"
107
107
cics_data_sets:
108
108
template: "CICSTS61.CICS.<< lib_name >>"
109
+ state: changed
109
110
input_location: "USS"
110
111
input_src: "/u/tester/defs/script.csdup"
111
112
115
116
template: "REGIONS.ABCD0001.<< data_set_name >>"
116
117
cics_data_sets:
117
118
template: "CICSTS61.CICS.<< lib_name >>"
119
+ state: changed
118
120
input_location: "LOCAL"
119
121
input_src: "/User/tester/defs/script.csdup"
120
122
124
126
template: "REGIONS.ABCD0001.<< data_set_name >>"
125
127
cics_data_sets:
126
128
template: "CICSTS61.CICS.<< lib_name >>"
129
+ state: changed
127
130
input_location: "INLINE"
128
131
input_content: |
129
132
DEFINE PROGRAM(TESTPRG1) GROUP(TESTGRP1)
Original file line number Diff line number Diff line change 56
56
wlmhealth: "OFF"
57
57
wrkarea: 2048
58
58
sysidnt: ZPY1
59
+ state: initial
59
60
60
61
- name: Create CICS startup JCL data set with more customization
61
62
ibm.ibm_zos_cics.region_jcl:
109
110
wlmhealth: "OFF"
110
111
wrkarea: 2048
111
112
sysidnt: ZPY1
113
+ state: initial
112
114
"""
113
115
114
116
RETURN = r"""
You can’t perform that action at this time.
0 commit comments