You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/source/modules/aux_temp_storage.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,9 +20,9 @@ aux_temp_storage -- Create and remove the CICS auxiliary temporary storage data
20
20
21
21
Synopsis
22
22
--------
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.
24
24
- 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.
26
26
27
27
28
28
@@ -34,7 +34,7 @@ Parameters
34
34
35
35
36
36
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 \>\>`.
38
38
39
39
If you want to use a data set that already exists, ensure that the data set is an auxiliary temporary storage data set.
40
40
@@ -74,7 +74,7 @@ region_data_sets
74
74
75
75
76
76
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`.
78
78
79
79
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.
80
80
@@ -86,7 +86,7 @@ space_primary
86
86
87
87
88
88
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`.
90
90
91
91
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.
92
92
@@ -98,7 +98,7 @@ space_secondary
98
98
99
99
100
100
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`.
102
102
103
103
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.
104
104
@@ -115,11 +115,11 @@ space_type
115
115
state
116
116
The intended state for the auxiliary temporary storage data set, which the module aims to achieve.
117
117
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.
119
119
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.
121
121
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.
- 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.
24
24
- The two data sets are referred to as auxiliary trace data set A (DFHAUXT) and auxiliary trace data set B (DFHBUXT).
25
25
26
26
@@ -35,9 +35,9 @@ Parameters
35
35
destination
36
36
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.
37
37
38
-
Specify \ :literal:`A`\ to create or delete the A data set.
38
+
Specify :literal:`A` to create or delete the A data set.
39
39
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.
41
41
42
42
43
43
|**required**: False
@@ -48,7 +48,7 @@ destination
48
48
49
49
50
50
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 \>\>`.
52
52
53
53
If you want to use a data set that already exists, ensure that the data set is an auxiliary trace data set.
54
54
@@ -107,7 +107,7 @@ region_data_sets
107
107
108
108
109
109
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`.
111
111
112
112
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.
113
113
@@ -119,7 +119,7 @@ space_primary
119
119
120
120
121
121
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`.
123
123
124
124
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.
125
125
@@ -131,7 +131,7 @@ space_secondary
131
131
132
132
133
133
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`.
135
135
136
136
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.
137
137
@@ -148,11 +148,11 @@ space_type
148
148
state
149
149
The intended state for the auxiliary trace data set, which the module aims to achieve.
150
150
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.
152
152
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.
154
154
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.
0 commit comments