Skip to content

Commit ac37091

Browse files
cssh-erikandrewhughes101
authored andcommitted
PDS / PDSE changes
1 parent c1a02ef commit ac37091

File tree

2 files changed

+14
-15
lines changed

2 files changed

+14
-15
lines changed

docs/source/modules/region_jcl.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -844,7 +844,7 @@ region_data_sets
844844

845845

846846
dfhstart
847-
Overrides the templated location for the JCL data set.
847+
Overrides the templated location for the CICS startup JCL data set.
848848

849849

850850
| **required**: False
@@ -853,9 +853,9 @@ region_data_sets
853853

854854

855855
dsn
856-
The data set name of the JCL data set to override the template.
856+
The data set name of the CICS startup JCL data set to override the template.
857857

858-
The data set name can also be set to a member of an existing PDS/E
858+
The data set name can also be set to a member of an existing PDS or PDSE.
859859

860860

861861
| **required**: False
@@ -3446,7 +3446,7 @@ space_primary
34463446

34473447
If this option is not set, the primary space is dynamically calculated based on the size of the generated CICS startup JCL.
34483448

3449-
If the target data set is a member in a PDSE, then this value does not have any effect.
3449+
If the target data set is a member in a PDS or PDSE, then this value does not have any effect.
34503450

34513451

34523452
| **required**: False
@@ -3461,7 +3461,7 @@ space_secondary
34613461

34623462
If this option is not set, the secondary space is dynamically calculated as 10% of the total size of the generated CICS startup JCL.
34633463

3464-
If the target data set is a member in a PDSE, then this value does not have any effect.
3464+
If the target data set is a member in a PDS or PDSE, then this value does not have any effect.
34653465

34663466

34673467
| **required**: False
@@ -3478,7 +3478,7 @@ space_type
34783478

34793479
If neither \ :literal:`space\_secondary`\ nor \ :literal:`space\_primary`\ is set, then this value does not have any effect.
34803480

3481-
If the target data set is a member in a PDSE, then this value does not have any effect.
3481+
If the target data set is a member in a PDS or PDSE, then this value does not have any effect.
34823482

34833483

34843484
| **required**: False
@@ -3535,7 +3535,7 @@ steplib
35353535
volumes
35363536
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.
35373537

3538-
If the target data set is a member in a PDS/E, then this value will not have any effect
3538+
If the target data set is a member in a PDS or PDSE, then this value does not have any effect.
35393539

35403540

35413541
| **required**: False

plugins/doc_fragments/region_jcl.py

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class ModuleDocFragment(object):
1919
If the CICS startup JCL data set already exists, the option has no effect.
2020
- If this option is not set, the primary space is dynamically calculated based on the
2121
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.
2323
type: int
2424
required: false
2525
space_secondary:
@@ -30,7 +30,7 @@ class ModuleDocFragment(object):
3030
If the CICS startup JCL data set already exists, the option has no effect.
3131
- If this option is not set, the secondary space is dynamically calculated as 10% of
3232
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.
3434
type: int
3535
required: false
3636
space_type:
@@ -44,7 +44,7 @@ class ModuleDocFragment(object):
4444
cylinders (V(CYL)), or tracks (V(TRK)).
4545
- If neither O(space_secondary) nor O(space_primary) is set, then this value does
4646
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.
4848
required: false
4949
type: str
5050
choices:
@@ -56,8 +56,7 @@ class ModuleDocFragment(object):
5656
volumes:
5757
description:
5858
- 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.
6160
type: raw
6261
required: false
6362
state:
@@ -461,14 +460,14 @@ class ModuleDocFragment(object):
461460
required: false
462461
dfhstart:
463462
description:
464-
- Overrides the templated location for the JCL data set.
463+
- Overrides the templated location for the CICS startup JCL data set.
465464
required: false
466465
type: dict
467466
suboptions:
468467
dsn:
469468
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.
472471
type: str
473472
required: false
474473
output_data_sets:

0 commit comments

Comments
 (0)