-
No information found.
-
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.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.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.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.DB2.V11
CICS TS 5.3,5.2, and 5.1 dropped support of DCT and RCT.
Please refer to RI53592.
-
Fix Category:
CA.TargetSystem-RequiredService.DB2.V13
All jobs currently using DB2 require both SDSNLOAD and SDSNEXIT to be
part of the STEPLIB and/or JOBLIB if they are not in the LINKLIST.
Creating multiple tables in a tablespace will cause a SQLCODE -646
on the second create table.
ReBIND packages with the APPLCOMPAT(V12R1M503) parameter and it will
allow mutliple tables in a tablespace.