Skip to content

Commit 8072000

Browse files
doc: regen rsts
1 parent 5b34b3c commit 8072000

15 files changed

+374
-387
lines changed

docs/source/modules/aux_temp_storage.rst

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ aux_temp_storage -- Create and remove the CICS auxiliary temporary storage data
2020

2121
Synopsis
2222
--------
23-
- Create and remove the \ `auxiliary temporary storage <https://www.ibm.com/docs/en/cics-ts/latest?topic=sets-defining-auxiliary-temporary-storage-data-set>`__\ data set used by a CICS® region.
23+
- Create and remove the \ `auxiliary temporary storage <https://www.ibm.com/docs/en/cics-ts/latest?topic=sets-defining-auxiliary-temporary-storage-data-set>`__ data set used by a CICS® region.
2424
- You can use this module when provisioning or de-provisioning a CICS region.
25-
- Use the \ :literal:`state`\ option to specify the intended state for the auxiliary temporary storage data set. For example, use \ :literal:`state=initial`\ to create an auxiliary temporary storage data set if it doesn't exist.
25+
- Use the :literal:`state` option to specify the intended state for the auxiliary temporary storage data set. For example, use :literal:`state=initial` to create an auxiliary temporary storage data set if it doesn't exist.
2626

2727

2828

@@ -34,7 +34,7 @@ Parameters
3434

3535

3636
region_data_sets
37-
The location of the region data sets to be created by using a template, for example, \ :literal:`REGIONS.ABCD0001.\<\< data\_set\_name \>\>`\ .
37+
The location of the region data sets to be created by using a template, for example, :literal:`REGIONS.ABCD0001.\<\< data\_set\_name \>\>`.
3838

3939
If you want to use a data set that already exists, ensure that the data set is an auxiliary temporary storage data set.
4040

@@ -74,7 +74,7 @@ region_data_sets
7474

7575

7676
space_primary
77-
The size of the primary space allocated to the auxiliary temporary storage data set. Note that this is just the value; the unit is specified with \ :literal:`space\_type`\ .
77+
The size of the primary space allocated to the auxiliary temporary storage data set. Note that this is just the value; the unit is specified with :literal:`space\_type`.
7878

7979
This option takes effect only when the auxiliary temporary storage data set is being created. If the data set already exists, the option has no effect.
8080

@@ -86,7 +86,7 @@ space_primary
8686

8787

8888
space_secondary
89-
The size of the secondary space allocated to the auxiliary temporary storage data set. Note that this is just the value; the unit is specified with \ :literal:`space\_type`\ .
89+
The size of the secondary space allocated to the auxiliary temporary storage data set. Note that this is just the value; the unit is specified with :literal:`space\_type`.
9090

9191
This option takes effect only when the auxiliary temporary storage data set is being created. If the data set already exists, the option has no effect.
9292

@@ -98,7 +98,7 @@ space_secondary
9898

9999

100100
space_type
101-
The unit portion of the auxiliary temporary storage data set size. Note that this is just the unit; the value for the primary space is specified with \ :literal:`space\_primary`\ and the value for the secondary space is specified with \ :literal:`space\_secondary`\ .
101+
The unit portion of the auxiliary temporary storage data set size. Note that this is just the unit; the value for the primary space is specified with :literal:`space\_primary` and the value for the secondary space is specified with :literal:`space\_secondary`.
102102

103103
This option takes effect only when the auxiliary temporary storage data set is being created. If the data set already exists, the option has no effect.
104104

@@ -115,11 +115,11 @@ space_type
115115
state
116116
The intended state for the auxiliary temporary storage data set, which the module aims to achieve.
117117

118-
Specify \ :literal:`absent`\ to remove the auxiliary temporary storage data set entirely, if it already exists.
118+
Specify :literal:`absent` to remove the auxiliary temporary storage data set entirely, if it already exists.
119119

120-
Specify \ :literal:`initial`\ to create the auxiliary temporary storage data set, if it does not exist. If the specified data set exists but is empty, the module leaves the data set as is. If the specified data set exists and has contents, the module deletes the data set and then creates a new, empty data set.
120+
Specify :literal:`initial` to create the auxiliary temporary storage data set, if it does not exist. If the specified data set exists but is empty, the module leaves the data set as is. If the specified data set exists and has contents, the module deletes the data set and then creates a new, empty data set.
121121

122-
Specify \ :literal:`warm`\ to retain an existing auxiliary temporary storage data set in its current state. The module checks whether the specified data set exists, and if it does, leaves the data set as is. If the data set does not exist, the operation fails.
122+
Specify :literal:`warm` to retain an existing auxiliary temporary storage data set in its current state. The module checks whether the specified data set exists, and if it does, leaves the data set as is. If the data set does not exist, the operation fails.
123123

124124

125125
| **required**: True

docs/source/modules/aux_trace.rst

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ aux_trace -- Allocate auxiliary trace data sets
2020

2121
Synopsis
2222
--------
23-
- Allocates the two \ `auxiliary trace <https://www.ibm.com/docs/en/cics-ts/latest?topic=sets-setting-up-auxiliary-trace-data>`__\ data sets used by a CICS® region. When CICS auxiliary trace is activated, trace entries produced by CICS are written to the auxiliary trace data sets. These data sets can hold large amounts of trace data.
23+
- Allocates the two \ `auxiliary trace <https://www.ibm.com/docs/en/cics-ts/latest?topic=sets-setting-up-auxiliary-trace-data>`__ data sets used by a CICS® region. When CICS auxiliary trace is activated, trace entries produced by CICS are written to the auxiliary trace data sets. These data sets can hold large amounts of trace data.
2424
- The two data sets are referred to as auxiliary trace data set A (DFHAUXT) and auxiliary trace data set B (DFHBUXT).
2525

2626

@@ -35,9 +35,9 @@ Parameters
3535
destination
3636
Identify which one of the auxiliary trace data sets is the target of the operation. If the value is left blank, A is implied, but you can specify A or B.
3737

38-
Specify \ :literal:`A`\ to create or delete the A data set.
38+
Specify :literal:`A` to create or delete the A data set.
3939

40-
Specify \ :literal:`B`\ to create or delete the B data set. This MUST be set for the creation of the B data set.
40+
Specify :literal:`B` to create or delete the B data set. This MUST be set for the creation of the B data set.
4141

4242

4343
| **required**: False
@@ -48,7 +48,7 @@ destination
4848

4949

5050
region_data_sets
51-
The location of the region data sets to be created by using a template, for example, \ :literal:`REGIONS.ABCD0001.\<\< data\_set\_name \>\>`\ .
51+
The location of the region data sets to be created by using a template, for example, :literal:`REGIONS.ABCD0001.\<\< data\_set\_name \>\>`.
5252

5353
If you want to use a data set that already exists, ensure that the data set is an auxiliary trace data set.
5454

@@ -107,7 +107,7 @@ region_data_sets
107107

108108

109109
space_primary
110-
The size of the primary space allocated to the auxiliary trace data set. Note that this is just the value; the unit is specified with \ :literal:`space\_type`\ .
110+
The size of the primary space allocated to the auxiliary trace data set. Note that this is just the value; the unit is specified with :literal:`space\_type`.
111111

112112
This option takes effect only when the auxiliary trace data set is being created. If the data set already exists, the option has no effect.
113113

@@ -119,7 +119,7 @@ space_primary
119119

120120

121121
space_secondary
122-
The size of the secondary space allocated to the auxiliary trace data set. Note that this is just the value; the unit is specified with \ :literal:`space\_type`\ .
122+
The size of the secondary space allocated to the auxiliary trace data set. Note that this is just the value; the unit is specified with :literal:`space\_type`.
123123

124124
This option takes effect only when the auxiliary trace data set is being created. If the data set already exists, the option has no effect.
125125

@@ -131,7 +131,7 @@ space_secondary
131131

132132

133133
space_type
134-
The unit portion of the auxiliary trace data set size. Note that this is just the unit; the value for the primary space is specified with \ :literal:`space\_primary`\ and the value for the secondary space is specified with \ :literal:`space\_secondary`\ .
134+
The unit portion of the auxiliary trace data set size. Note that this is just the unit; the value for the primary space is specified with :literal:`space\_primary` and the value for the secondary space is specified with :literal:`space\_secondary`.
135135

136136
This option takes effect only when the auxiliary trace data set is being created. If the data set already exists, the option has no effect.
137137

@@ -148,11 +148,11 @@ space_type
148148
state
149149
The intended state for the auxiliary trace data set, which the module aims to achieve.
150150

151-
Specify \ :literal:`absent`\ to remove the auxiliary trace data set data set entirely, if it exists.
151+
Specify :literal:`absent` to remove the auxiliary trace data set data set entirely, if it exists.
152152

153-
Specify \ :literal:`initial`\ to create the auxiliary trace data set if it does not exist. If the specified data set exists but is empty, the module leaves the data set as is. If the specified data set exists and has contents, the module deletes the data set and then creates a new, empty one.
153+
Specify :literal:`initial` to create the auxiliary trace data set if it does not exist. If the specified data set exists but is empty, the module leaves the data set as is. If the specified data set exists and has contents, the module deletes the data set and then creates a new, empty one.
154154

155-
Specify \ :literal:`warm`\ to retain an existing auxiliary trace data set in its current state. The module checks whether the specified data set exists, and if it does, leaves the data set as is. If the data set does not exist, the operation fails.
155+
Specify :literal:`warm` to retain an existing auxiliary trace data set in its current state. The module checks whether the specified data set exists, and if it does, leaves the data set as is. If the data set does not exist, the operation fails.
156156

157157

158158
| **required**: True

0 commit comments

Comments
 (0)