@@ -19,6 +19,8 @@ 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 PDS/E, then this value will not have any
23
+ effect.
22
24
type: int
23
25
required: false
24
26
space_secondary:
@@ -29,6 +31,8 @@ class ModuleDocFragment(object):
29
31
If the CICS startup JCL data set already exists, the option has no effect.
30
32
- If this option is not set, the secondary space is dynamically calculated as 10% of
31
33
the total size of the generated CICS startup JCL.
34
+ - If the target data set is a member in a PDS/E, then this value will not have any
35
+ effect.
32
36
type: int
33
37
required: false
34
38
space_type:
@@ -42,6 +46,8 @@ class ModuleDocFragment(object):
42
46
cylinders (V(CYL)), or tracks (V(TRK)).
43
47
- If neither O(space_secondary) nor O(space_primary) is set, then this value does
44
48
not have any effect.
49
+ - If the target data set is a member in a PDS/E, then this value will not have any
50
+ effect.
45
51
required: false
46
52
type: str
47
53
choices:
@@ -53,6 +59,8 @@ class ModuleDocFragment(object):
53
59
volumes:
54
60
description:
55
61
- 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.
62
+ - If the target data set is a member in a PDS/E, then this value will not have any
63
+ effect
56
64
type: raw
57
65
required: false
58
66
state:
@@ -463,6 +471,7 @@ class ModuleDocFragment(object):
463
471
dsn:
464
472
description:
465
473
- The data set name of the JCL data set to override the template.
474
+ - The data set name can also be set to a member of an existing PDS/E
466
475
type: str
467
476
required: false
468
477
output_data_sets:
0 commit comments