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/region_jcl.rst
+30Lines changed: 30 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1614,6 +1614,16 @@ sit_parameters
1614
1614
1615
1615
1616
1616
1617
+
fips
1618
+
The FIPS system initialization parameter supports FIPS 140-3 standard in the future when it becomes available by System SSL for z/OS.
1619
+
1620
+
1621
+
|**required**: False
1622
+
|**type**: str
1623
+
|**choices**: NOCHECK, 1403
1624
+
1625
+
1626
+
1617
1627
fldsep
1618
1628
The FLDSEP system initialization parameter specifies 'ON'e through four field-separator characters, each of which indicates end of field in the terminal input data.
1619
1629
@@ -2232,6 +2242,16 @@ sit_parameters
2232
2242
2233
2243
2234
2244
2245
+
oteltrace
2246
+
The OTELTRACE system initialization parameter switches support for OpenTelemetry in CICS on or off at the CICS region level.
2247
+
2248
+
2249
+
|**required**: False
2250
+
|**type**: str
2251
+
|**choices**: NO, YES
2252
+
2253
+
2254
+
2235
2255
parmerr
2236
2256
The PARMERR system initialization parameter specifies what action you want to follow if CICS detects incorrect system initialization parameter overrides during initialization.
2237
2257
@@ -2663,6 +2683,16 @@ sit_parameters
2663
2683
2664
2684
2665
2685
2686
+
securetcpip
2687
+
The SECURETCPIP system initialization parameter enforces secure TCP/IP connections for IPCONN, TCPIPSERVICE, and client URIMAP resources.
2688
+
2689
+
2690
+
|**required**: False
2691
+
|**type**: str
2692
+
|**choices**: YES, NO
2693
+
2694
+
2695
+
2666
2696
sit
2667
2697
The SIT system initialization parameter specifies the suffix, if any, of the system initialization table that you want CICS to load at the start of initialization.
0 commit comments