@@ -19,7 +19,7 @@ class ModuleDocFragment(object):
19
19
If the CICS startup JCL data set already exists, the option has no effect.
20
20
- If this option is not set, the primary space is dynamically calculated based on the
21
21
size of the generated CICS startup JCL.
22
- - If the target data set is a member in a PDSE, then this value does not have any effect.
22
+ - If the target data set is a member in a PDS or PDSE, then this value does not have any effect.
23
23
type: int
24
24
required: false
25
25
space_secondary:
@@ -30,7 +30,7 @@ class ModuleDocFragment(object):
30
30
If the CICS startup JCL data set already exists, the option has no effect.
31
31
- If this option is not set, the secondary space is dynamically calculated as 10% of
32
32
the total size of the generated CICS startup JCL.
33
- - If the target data set is a member in a PDSE, then this value does not have any effect.
33
+ - If the target data set is a member in a PDS or PDSE, then this value does not have any effect.
34
34
type: int
35
35
required: false
36
36
space_type:
@@ -44,7 +44,7 @@ class ModuleDocFragment(object):
44
44
cylinders (V(CYL)), or tracks (V(TRK)).
45
45
- If neither O(space_secondary) nor O(space_primary) is set, then this value does
46
46
not have any effect.
47
- - If the target data set is a member in a PDSE, then this value does not have any effect.
47
+ - If the target data set is a member in a PDS or PDSE, then this value does not have any effect.
48
48
required: false
49
49
type: str
50
50
choices:
@@ -56,8 +56,7 @@ class ModuleDocFragment(object):
56
56
volumes:
57
57
description:
58
58
- The volume(s) where the data set is created. Use a string to define a singular volume or a list of strings for multiple volumes.
59
- - If the target data set is a member in a PDS/E, then this value will not have any
60
- effect
59
+ - If the target data set is a member in a PDS or PDSE, then this value does not have any effect.
61
60
type: raw
62
61
required: false
63
62
state:
@@ -461,14 +460,14 @@ class ModuleDocFragment(object):
461
460
required: false
462
461
dfhstart:
463
462
description:
464
- - Overrides the templated location for the JCL data set.
463
+ - Overrides the templated location for the CICS startup JCL data set.
465
464
required: false
466
465
type: dict
467
466
suboptions:
468
467
dsn:
469
468
description:
470
- - The data set name of the JCL data set to override the template.
471
- - The data set name can also be set to a member of an existing PDS/E
469
+ - The data set name of the CICS startup JCL data set to override the template.
470
+ - The data set name can also be set to a member of an existing PDS or PDSE.
472
471
type: str
473
472
required: false
474
473
output_data_sets:
0 commit comments