Use this grid to identify which Broadcom product releases are compatible. If maintenance is required:
Launch Mainframe Compatibility Main Page
The following grid contains a list of all Broadcom mainframe products and releases. The column values include:
| IN PROGRESS | The validation of the product is in progress. |
| NO | The release of this product will not be validated. |
| YES | The product has been certified and is compatible. |
| N/A | The compatibility does not apply. |
Product List
Please refer to the Product Lifecycle Page for additional information.Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Product is end of Life and not supported on this version 00000100
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Product is end of Life and not supported on this version
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Product is end of Life and not supported on this version
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Product is end of Life and not supported on this version 00000100
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Add the following CICS system initialization parameter to the SYSIN 00000100
data set: 00000200
00000300
STGPROT=NO Turn off storage protection 00000400
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage protection
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage proctection
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage proctection
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage proctection
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage proctection
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
SP2 + RO10396 + RO53206 + RO91358 + RO96817 + RO99057 + SO04309
+ SO06568 + SO09142 + SO09429 + LU06337 + LU17953
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
SP2 + RO10396 + RO53206 + RO91358 + RO96817 + RO99057 + SO04309
+ SO06568 + SO09142 + SO09429 + LU06337
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
SP2 + RO10396 + RO53206 + RO91358 + RO96817 + RO99057 + SO04309
+ SO06568 + SO09142 + SO09429 + LU06337
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
SP2 + RO10396 + RO53206 + RO91358 + RO96817 + RO99057 + SO04309
+ SO06568 + SO09142 + SO09429
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
SP2 + RO10396 + RO53206 + RO91358 + RO96817 + RO99057 + SO04309
+ SO06568 + SO09142 + SO09429
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
SP2 + RO10396 + RO53206 + RO91358 + RO96817 + RO99057 + SO04309
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
LU17977 DATACOM CICS SERVICES 15.1 Support for IBM CICS Transaction Serv
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
LU18211 DATACOM CICS SERVICES 15.1 Support for IBM CICS Transaction Serv
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
LU17492 IPC 15.1 Support for IBM CICS Transaction Server 6.3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
LU10256 IPC 15.1 Support for IBM CICS Transaction Server 6.2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
DDOL and DQRY require IPC CTS 6.1 Support.
LU03945 IPC 15.1 Support for IBM CICS Transaction Server 6.1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
DDOL and DQRY require IPC CTS 5.6 Support.
IPC 15.1 SO10188 or IPC 15.0 SO10114
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
DDOL 15.1 requires IPC 14.0 RO95832 CTS 5.4 Support
or IPC 15.0 RO95301 CTS 5.4 Support
or IPC 15.1 RO95852 CTS 5.4 Support
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
LT13892 Available upon request
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
LU03764 DBDT 12.0 Support for IBM CICS Transaction Server 6.1
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
LU10897 WILL BE REQUIRED TO SUPPORT IBM CICS TRANSACTION SERVER 6.2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
LU02137 DBVT 14.0 Support for IBM CICS Transaction Server 6.1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
SO08798 DBVT 14.0 Support for CTS 5.5/CICS 7.2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
LU18232 DBVT 15.1 Support for IBM CICS Transaction Server 6.3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
LU10897 DBVT 15.1 Support for IBM CICS Transaction Server 6.2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
LU02137 DBVT 14.0 Support for IBM CICS Transaction Server 6.1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
SO08798 DBVT 14.0 Support for CTS 5.5/CICS 7.2
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
2.0 (W/ cumulative PTF TF1D338)
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
2.0 (W/ cumulative PTF TF1D336)
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
2.0 (W/ cumulative PTF TF1D335)
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Requires PTF LU13789.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Requires CA Dispatch 11.6 PTF LU17928.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Requires CA Dispatch 11.7 PTF LU17929.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Please refer to the Gen Support and Certification Policy for z/OS
section in the Gen 8.6 Technical Requirements.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Please refer to the Gen Support and Certification Policy for z/OS
section in the Gen 8.6 Technical Requirements.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Gen 8.6 is certified to use the Instruction Execution Protection (IEP)
feature (set to True) with PTF LU06760 applied.
Please refer to the Gen Support and Certification Policy for z/OS
section in the Gen 8.6 Technical Requirements.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Please refer to the Gen Support and Certification Policy for z/OS
section in the Gen 8.6 Technical Requirements.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
CICS TS 5.3 dropped support of DCT and RCT. Please refer to RI53592.
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
CICS TS 5.3 dropped support of DCT and RCT. Please refer to RI53592.
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
CICS TS 5.3 dropped support of DCT and RCT. Please refer to RI53592.
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
CICS TS 5.1 dropped support of DCT and RCT. Please refer to RI53592.
DEFINE PROGRAM RDOs require explicitly coding DATALOCATION(BELOW).
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
CICS TS 5.3 dropped support of DCT and RCT. Please refer to RI53592.
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
CICS TS 5.3 dropped support of DCT and RCT. Please refer to RI53592.
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
CICS TS 5.3 dropped support of DCT and RCT. Please refer to RI53592.
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
CICS TS 5.3 dropped support of DCT and RCT. Please refer to RI53592.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
LU17492 IPC 15.1 Support for IBM CICS Transaction Server 6.3 00000100
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
LU10256 IPC 15.1 Support for IBM CICS Transaction Server 6.2 00000100
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
LU03945 IPC 15.1 Support for IBM CICS Transaction Server 6.1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
IDEAL requires IPC CTS 5.6 Support. 00000100
IPC 15.1 SO10188 or IPC 15.0 SO10114 00000200
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
SO06207 IPC 15.0 required for CTS 5.5 support
SO06164 IPC 15.1 required for CTS 5.5 support
IBM solution UI62214 will be required for IDEAL batch SUBMITs in CTS 5.5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
IPC 15.1 RO95852 required for CTS 5.4 support
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
PTF LU13404 needed for security update. Please review PTF holddata.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
REQUIRES PTF RO93920
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
InterTest for CICS is affected by a known issue with IBM CICS 6.3.
Until this issue is resolved, have your CICS TS 6.3 regions set the SIT
parameter `PRTYAGE=0`. This setting was used in the certification of
CICS TS 6.3.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
LU17492 IPC 15.1 Support for IBM CICS Transaction Server 6.3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
LU10256 IPC 15.1 Support for IBM CICS Transaction Server 6.2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
LU03945 IPC 15.1 Support for IBM CICS Transaction Server 6.1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
IBM solution UI62214 will be required for batch SUBMITs in CTS 5.5
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Requires PTF LU14252
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Requires PTF LU04275
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Requires PTF LU04275
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Currency certification for MAT v12 for CTS V6R3 can be obtained via
application of PTF LU17963 - CTS 6.3 TOLERATION
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Currency certification for MAT v12 for CTS V6R2 can be obtained via
application of PTF LU13952 - CTS 6.2 TOLERATION
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Currency certification for MAT v12 for CTS V6R1 can be obtained via
application of PTF LU06452 - CTS 6.1 TOLERATION
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Enhancement PTF 'SO15065 CTS 5.6 TOLERATION' is required to obtain CTS
5.6 support in CA Mainframe Application Tuner version 12.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Enhancement PTF 'SO07230 CTS 5.5 TOLERATION' is required for support
of CA MAT V12.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Enhancement PTF 'RO96674 CTS 5.4 SUPPORRT' is required to obtain
certification for MAT V12.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
The following link contains compatibility details: 00000100 Compatibility00000400
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
The following link contains compatibility details: 00000100 Compatibility00000400
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
The following link contains compatibility details: Compatibility
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Extended Optimization Support (EOS)is not supported. 00000100
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Extended Optimization Support (EOS)is not supported. 00000100
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Extended Optimization Support (EOS)is not supported.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Extended Optimization Support (EOS)is not supported.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Extended Optimization Support (EOS)is not supported.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Extended Optimization Support (EOS)is not supported.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Starting with z/OS 1.9, the default for ALLOWUSERKEYCSA has changed
from YES to NO. During startup of the CA Ramis/CICS Interface
Control region (R740SCIC) job, the following abend will occur
IEA705I ERROR DURING GETMAIN SYS CODE = B78
In order to run CA Ramis under CICS, you will need to specify
VSM ALLOWUSERKEYCSA(YES) in your SYS1.PARMLIB(DIAGnn) member.
You can switch to ALLOWUSERKEYCSA(YES) dynamically if you have
another DIAGnn member in SYS1.PARMLIB. To switch, you would
enter the following MVS command:
SET DIAG=yy (yy is the suffix of the new DIAG member)
Storage protection to not active on 5.3
DEFINE PROGRAM RDOs require explicitly coding DATALOCATION(BELOW).
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Starting with z/OS 1.9, the default for ALLOWUSERKEYCSA has changed
from YES to NO. During startup of the CA Ramis/CICS Interface
Control region (R740SCIC) job, the following abend will occur
IEA705I ERROR DURING GETMAIN SYS CODE = B78
In order to run CA Ramis under CICS, you will need to specify
VSM ALLOWUSERKEYCSA(YES) in your SYS1.PARMLIB(DIAGnn) member.
You can switch to ALLOWUSERKEYCSA(YES) dynamically if you have
another DIAGnn member in SYS1.PARMLIB. To switch, you would
enter the following MVS command:
SET DIAG=yy (yy is the suffix of the new DIAG member)
Storage protection to not active on 5.3
DEFINE PROGRAM RDOs require explicitly coding DATALOCATION(BELOW).
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Roscoes'' XTPM Interface module must be defined with
EXECKEY(USER)
DATALOCATION(BELOW)
Example:
*
DEFINE PROGRAM(ROSXCICS) GROUP(ROSCOE)
DESCRIPTION(ROSCOE XTPM INTERFACE )
LANGUAGE(ASSEMBLER) EXECKEY(USER) DATALOCATION(BELOW)
*
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
RDO definitions for Roscoe need to have;
DATALOCATION(BELOW)
for program and
TASKDATALOC(BELOW)
For transaction
Example:
DEFINE PROGRAM(ROSFCICS) LANGUAGE(ASSEMBLER) ...
EXECKEY(USER)
DATALOCATION(BELOW)
DEFINE TRANSACTION(ROS) PROGRAM(ROSFCICS) ...
SPURGE(YES) TPURGE(YES)
TASKDATALOC(BELOW)
TASKDATAKEY(USER)
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
RDO definitions for Roscoe need to have;
DATALOCATION(BELOW)
for program and
TASKDATALOC(BELOW)
For transaction
Example:
DEFINE PROGRAM(ROSFCICS) LANGUAGE(ASSEMBLER) ...
EXECKEY(USER)
DATALOCATION(BELOW)
DEFINE TRANSACTION(ROS) PROGRAM(ROSFCICS) ...
SPURGE(YES) TPURGE(YES)
TASKDATALOC(BELOW)
TASKDATAKEY(USER)
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
RDO definitions for Roscoe need to have;
DATALOCATION(BELOW)
for program and
TASKDATALOC(BELOW)
For transaction
Example:
DEFINE PROGRAM(ROSFCICS) LANGUAGE(ASSEMBLER) ...
EXECKEY(USER)
DATALOCATION(BELOW)
DEFINE TRANSACTION(ROS) PROGRAM(ROSFCICS) ...
SPURGE(YES) TPURGE(YES)
TASKDATALOC(BELOW)
TASKDATAKEY(USER)
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Add the following CICS system initialization parameter to the SYSIN 00000100
data set: 00000200
00000300
STGPROT=NO Turn off storage protection 00000400
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage protection
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage protection
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage proctection
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage proctection
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Add the following CICS system initialization parameter to the SYSIN
data set:
STGPROT=NO Turn off storage proctection
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Requires LU14001 and LU14002.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Requires LU03077 and LU03078.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Requires SO13531 and SO13530.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Requires SO03991.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Requires RO95514.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Required PTFs: SO13393 CA View 00000100
SO13392 EBC 00000200
SO13394 CA Deliver 00000300
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Required PTFs: SO07031 CA View
SO05408 EBC
SO07048 CA Deliver
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Required PTFs RO99055, RO99054 and RO99052.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Recommended PTFs:
- LU12319 (View)
- LU12311 (Deliver)
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
This product is at End of Life (EOL) and is not supported on this versio
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
This product is at End of Life (EOL) and is not supported on this versio
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
This product is at End of Life (EOL) and is not supported on this versio
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
MAKE THE SOURCE CODE OF ANY REQUIRED PLTS AVAILABLE TO CICS AT RUN TIME
CICS support for PLTs (Program List Tables) is changed in CICS TS 5.5.
CICS is no longer able to process assembled PLTs. After PLTs are coded,
it is not required to assemble the tables before use. Attempts to
assemble a PLT will cause the DFHPLT macro to issue return code 8.
As a result of this change, you must ensure that the source code of any
required PLTs are available to CICS at run time, and this includes any
copy members referenced by the source. To achieve this, you can either
place the source in a PARMLIB member that is part of the IPL PARLMIB
concatenation, or add a DD card that specifies the PLT source location
into the CICS JCL. The DD statement should be of the form:
//DFHTABLE DD DSN=source PDS name,DISP=SHR
Note that PLTs should still be coded using DFHPLT macro calls.
Ensure CICS has READ access to data sets in PARMLIB or DFHTABLE
concatenations.
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Toleration PTF: LU16929 - "TOPOLOGY MAINTENANCE SHIPMENT - 1.2.10" 00000100
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R3
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R2
Fix Category: CA.TargetSystem-RequiredService.CICS.V6R1
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R6
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R5
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
Fix Category: CA.TargetSystem-RequiredService.CICS.V5R4
This page last updated 7 Dec 2025 03:00:22