Skip to content

Commit 5ea2403

Browse files
authored
Changes in examples
Signed-off-by: Samarin Nayak <[email protected]>
1 parent f6a3eb0 commit 5ea2403

File tree

4 files changed

+10
-0
lines changed

4 files changed

+10
-0
lines changed

docs/source/modules/csd.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -319,6 +319,7 @@ Examples
319319
template: "REGIONS.ABCD0001.<< data_set_name >>"
320320
cics_data_sets:
321321
template: "CICSTS61.CICS.<< lib_name >>"
322+
state: changed
322323
input_location: "USS"
323324
input_src: "/u/tester/defs/script.csdup"
324325

@@ -328,6 +329,7 @@ Examples
328329
template: "REGIONS.ABCD0001.<< data_set_name >>"
329330
cics_data_sets:
330331
template: "CICSTS61.CICS.<< lib_name >>"
332+
state: changed
331333
input_location: "LOCAL"
332334
input_src: "/User/tester/defs/script.csdup"
333335

@@ -337,6 +339,7 @@ Examples
337339
template: "REGIONS.ABCD0001.<< data_set_name >>"
338340
cics_data_sets:
339341
template: "CICSTS61.CICS.<< lib_name >>"
342+
state: changed
340343
input_location: "INLINE"
341344
input_content: |
342345
DEFINE PROGRAM(TESTPRG1) GROUP(TESTGRP1)

docs/source/modules/region_jcl.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3583,6 +3583,7 @@ Examples
35833583
wlmhealth: "OFF"
35843584
wrkarea: 2048
35853585
sysidnt: ZPY1
3586+
state: initial
35863587

35873588
- name: Create CICS startup JCL data set with more customization
35883589
ibm.ibm_zos_cics.region_jcl:
@@ -3636,6 +3637,7 @@ Examples
36363637
wlmhealth: "OFF"
36373638
wrkarea: 2048
36383639
sysidnt: ZPY1
3640+
state: initial
36393641

36403642

36413643

plugins/modules/csd.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,7 @@
106106
template: "REGIONS.ABCD0001.<< data_set_name >>"
107107
cics_data_sets:
108108
template: "CICSTS61.CICS.<< lib_name >>"
109+
state: changed
109110
input_location: "USS"
110111
input_src: "/u/tester/defs/script.csdup"
111112
@@ -115,6 +116,7 @@
115116
template: "REGIONS.ABCD0001.<< data_set_name >>"
116117
cics_data_sets:
117118
template: "CICSTS61.CICS.<< lib_name >>"
119+
state: changed
118120
input_location: "LOCAL"
119121
input_src: "/User/tester/defs/script.csdup"
120122
@@ -124,6 +126,7 @@
124126
template: "REGIONS.ABCD0001.<< data_set_name >>"
125127
cics_data_sets:
126128
template: "CICSTS61.CICS.<< lib_name >>"
129+
state: changed
127130
input_location: "INLINE"
128131
input_content: |
129132
DEFINE PROGRAM(TESTPRG1) GROUP(TESTGRP1)

plugins/modules/region_jcl.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
wlmhealth: "OFF"
5757
wrkarea: 2048
5858
sysidnt: ZPY1
59+
state: initial
5960
6061
- name: Create CICS startup JCL data set with more customization
6162
ibm.ibm_zos_cics.region_jcl:
@@ -109,6 +110,7 @@
109110
wlmhealth: "OFF"
110111
wrkarea: 2048
111112
sysidnt: ZPY1
113+
state: initial
112114
"""
113115

114116
RETURN = r"""

0 commit comments

Comments
 (0)