CA IDMS CA RS 1705 Service List

Size: px
Start display at page:

Download "CA IDMS CA RS 1705 Service List"

Transcription

1 CA IDMS CA RS 1705 List Description Type RO94717 S0C4 IN OLQSDMLE USING AUTHORIZED LIBRARIES PTF RO94965 PROGRAM CHECK IN OLQSDMLE PTF RO95021 OLQ GROUP BY DBKEY INCORRECT PTF RO95076 LOOP INSERTING RECORD INTO AN INDEX SET PTF RO95151 MEMORY CACHE INITIALIZATION MULTITASKING CONFLICT PTF RO95319 #HOOK LOC= MUST BE ACON OR FULLWORD PTF RO95344 VARIOUS ABENDS/LOOP AFTER IDMS/4922,5090,5109,5145 PTFS APPLYD PTF RO95411 IDMSLOOK PROGRAM= DISPLAYING INVALID COMPONENT DATA PTF The CA RS 1705 service count for this release is 8

2 CA IDMS 2 CA RS 1705 List for FMID Description Type RO94717 S0C4 IN OLQSDMLE USING AUTHORIZED LIBRARIES PTF RO94965 PROGRAM CHECK IN OLQSDMLE PTF RO95021 OLQ GROUP BY DBKEY INCORRECT PTF RO95076 LOOP INSERTING RECORD INTO AN INDEX SET PTF RO95151 MEMORY CACHE INITIALIZATION MULTITASKING CONFLICT PTF RO95319 #HOOK LOC= MUST BE ACON OR FULLWORD PTF RO95344 VARIOUS ABENDS/LOOP AFTER IDMS/4922,5090,5109,5145 PTFS APPLYD PTF RO95411 IDMSLOOK PROGRAM= DISPLAYING INVALID COMPONENT DATA PTF The CA RS 1705 service count for this FMID is 8

3 CA IDMS CA RS PTF RO94717 RO94717 RO94717 M.C.S. ENTRIES = ++PTF (RO94717) S0C4 IN OLQSDMLE USING AUTHORIZED LIBRARIES After applying RO93233 (19.0) or RO93232 (18.5), OLQSDMLE may abend S0C4. OLQBATCH abends S0C4 if all STEPLIB libraries are authorized. OLQBATCH does not function unless OLQSDMLE is relinked, or an un-authorized library is added to STEPLIB. Link module OLQSDMLE with the following linkage editor input: //SYSLIN DD * INCLUDE SYSLIB(OLQSDMLE) SETOPT PARM(REUS(NONE)) ENTRY ENTRY NAME OLQSDMLE(R) /* Or, add an un-authorized library to STEPLIB in OLQBATCH JCL. PRODUCT(S) AFFECTED: CA IDMS Release 19.0 CA IDMS Release 18.5 IDMS 5328 Copyright (C) 2017 CA. All rights reserved. R00329-AGJ190-SP1 DESC(S0C4 IN OLQSDMLE USING AUTHORIZED LIBRARIES). PRE ( RO83206 RO93233 ) SUP ( RO90583 TR90583 TR94489 TR94692 TR94717 )

4 CA IDMS CA RS PTF RO94965 RO94965 RO94965 M.C.S. ENTRIES = ++PTF (RO94965) PROGRAM CHECK IN OLQSDMLE When IDMSUXIT is loaded from STEPLIB and storage protection is enabled: OLQ abends with a S0C4 protection exception checking for an OLQ exit, whether an exit is linked with IDMSUXIT or not. This problem occurs when RO93232 and RO60928 are applied in 18.5 or when RO93233 is applied on The compiler exits: SCHEXITO, SGNEXITO, SUBEXITO, or IDDEXITO will abend with a S0C4 protection exception when called on 19.0, and on 18.5 with RO60928 applied. When IDMSUXIT is loaded from STEPLIB, it will be loaded into fetch protected storage, in the primary system key. When storage protect is enabled for OLQ and the compilers they will run in an alternate key, and are unable to reference or run in storage that is fetch protected in a different key. This fix will maintain a copy of the IDMSUXIT pointer table in non-fetch protected storage when needed. And when user mode exits are linked, a second copy of IDMSUXIT will be loaded into storage that can be updated from a user mode exit, whether storage protection is enabled or not. IDMS DC Vn Tnnn D003 PROGRAM CHECK IN OLQSDMLE AT OFFSET 2888 IDMS DC Vn Tnnn D003 PROGRAM CHECK IN IDMSDDDC AT OFFSET DB2142 There could be other offsets and programs. Unable to run OLQ with storage protect enabled. Unable to run a compiler program with its coresponding online exit defined and storage protect enabled. Turn off storage protection in system or for the task that is failing. PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.5 CA IDMS Base Option Version 19.0 IDMS 5334 Copyright (C) 2017 CA. All rights reserved. R00332-AGJ190-SP1 DESC(PROGRAM CHECK IN OLQSDMLE). PRE ( RO80760 RO81229 RO83713 RO90447 RO92366 ) SUP ( AR81229 RI82705 RO79109 RO79685 RO82708 RO88217 RO89987 RO91223 RO92599 RO94476 TR79109 TR79685 TR82708 TR88217 TR89987 TR91223 TR91485 TR92599 TR94476 TR94965 )

5 CA IDMS CA RS PTF RO95021 RO95021 RO95021 M.C.S. ENTRIES = ++PTF (RO95021) OLQ GROUP BY DBKEY INCORRECT OLQ SQL queries utilizing OPTIONS DBKEY where GROUP BY includes a DBKEY is not functioning correctly. The same DBKEY is displayed in all columns. The sequence of the returned columns is not affected by DBKEY values. GROUP BY containing a DBKEY reference does not produce expected results. None. Removing the GROUP BY clause displays the correct DBKEYs. PRODUCT(S) AFFECTED: CA IDMS Release 19.0 CA IDMS Release 18.5 IDMS 5338 Copyright (C) 2017 CA. All rights reserved. R00333-AGJ190-SP1 DESC(OLQ GROUP BY DBKEY INCORRECT). PRE ( RO79780 RO83206 RO86800 ) SUP ( RO82490 TR82490 TR95021 )

6 CA IDMS CA RS PTF RO95076 RO95076 RO95076 M.C.S. ENTRIES = ++PTF (RO95076) LOOP INSERTING RECORD INTO AN INDEX SET While inserting a record into an index it is occasionally necessary to wait on the read of an SR8 record. When this occurs the DBMS may decide to repeat the process of locating the insertion point for the new record to insure that the index structure did not change during the wait. Occasionally on subsequent attempts to read the target SR8 record, a wait is always required resulting in a constant loop to re-establish the position within the index set. To date this has only been very rarely encountered in data sharing environments. This PTF will limit the iterations of the loop to 500 times for any single insertion. If it occurs past that point the task associated with the transaction will be abended with a code of A task may appear to hang within the CV for long periods of time. The task that is hanging may cause a bottleneck within the CV or data sharing group resulting is slow response times due to multiple tasks waiting for resources. These other tasks may abend as a result of stall conditions or because deadlock conditions result. Cancel the task that is in the loop using a DCMT command, OPER, or the Performance Monitor (PMRM). An immediate rerun of the canceled task typically completes successfully. PRODUCTS AFFECTED: CA-IDMS Release 18.5 CA-IDMS Release 19.0 IDMS 5337 Copyright (C) 2017 CA. All rights reserved. R00335-AGJ190-SP1 DESC(LOOP INSERTING RECORD INTO AN INDEX SET). PRE ( RO79110 RO83713 RO92366 ) SUP ( HC79102 RO79031 RO93739 TR79031 TR93739 TR95034 TR95076 ) ++HOLD (RO95076) SYSTEM FMID() REASON (ACTION ) DATE (17087) COMMENT ( CA IDMS Base Option Version 19.0 SEQUENCE After Apply PURPOSE Update messages USERS AFFECTED All CA IDMS users KNOWLEDGE REQUIRED Update messages in the dictionary ACCESS REQUIRED Ability to run IDMSDDDL in batch or use IDD online ************************** * STEPS TO PERFORM * ************************** After installing this PTF, please use the IDMSDDDL utility to update your SYSTEM dictionary's message area with the input in source member ABEND001. Please note using this member

7 CA IDMS CA RS PTF RO95076 will result in the update of all messages contained within ABEND001. You may optionally decide to only update the specific message associated with this correction. To do this simply include message ABND1155 as input to the IDMSDDDL utility. ).

8 CA IDMS CA RS PTF RO95151 RO95151 RO95151 M.C.S. ENTRIES = ++PTF (RO95151) MEMORY CACHE INITIALIZATION MULTITASKING CONFLICT When multitasking is enabled and two or more tasks request 64-bit memory concurrently, if control blocks which track 64-bit memory usage have not been allocated yet, each task may allocate its own set of blocks. If this happens, one set of blocks will get used for future requests and the other set will be ignored. The set that is kept will be missing the storage used count that was tracked in the set that was ignored. As 64-bit memory is freed, the storage used amount is decremented. Because the count does not include all storage, this count can go negative, and an audit check will force a program check. If this happens at shutdown, it will result in a 3964 abend. 64-bit storage is used for DB files defined with MEMORY CACHE YES, and may be used for SCRATCH IN STORAGE. This fix will address the issue of concurrent task threads through key areas of this code path. This fix also addresses a problem where the high halves of 64-bit registers were not being saved during an abend when Amode abend at shutdown DC SYSTEM MODULE PROGRAM CHECKED NEAR RHDCOS00 Offsets may vary. If the abend occurs while closing a file, the system should stay up and running, but should be shutdown and restarted to cleanup control blocks. The problem may reoccur during shutdown. If it occurs during shutdown, the system should be restarted to go through warmstart. It can then be left up or shutdown as needed. This should be a rare occurrence, it is not expected to happen frequently. None PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.5 CA IDMS Base Option Version 19.0 IDMS 5339 Copyright (C) 2017 CA. All rights reserved. R00337-AGJ190-SP1 DESC(MEMORY CACHE INITIALIZATION MULTITASKING CONFLICT). PRE ( RO79409 RO80412 RO80760 RO81229 RO81358 RO83694 RO83713 RO90447 RO92366 RO93347 ) SUP ( AR81229 RI82705 RO79109 RO79685 RO82708 RO83748 RO88217 RO89987 RO91223 RO92599 RO94476 RO94965 TR79109 TR79685 TR82708 TR83748 TR88217 TR89987 TR91223 TR91485 TR92599 TR94476 TR94965 TR95151 ) ++HOLD (RO95151) SYSTEM FMID() REASON (ACTION ) DATE (17097) COMMENT ( CA IDMS Base Option Version 19.0 SEQUENCE After Apply PURPOSE Update Messages USERS AFFECTED All IDMS users KNOWLEDGE

9 CA IDMS CA RS PTF RO95151 REQUIRED Update definitions in the Dictionary ACCESS REQUIRED Ability to run IDMSDDDL in batch or use IDD online ************************** * STEPS TO PERFORM * ************************** After installing this PTF, please use the IDMSDDDL utility to update your SYSTEM dictionary's message area with the input in source member DC170. Please note using this member will result in the update of all messages contained within DC170. You may optionally decide to only update the specific message(s) associated with this correction. To do this simply include message(s) DC as input to the IDMSDDDL utility. The source will be in the SMP/E CAGJSRC library. ).

10 CA IDMS CA RS PTF RO95319 RO95319 RO95319 M.C.S. ENTRIES = ++PTF (RO95319) #HOOK LOC= MUST BE ACON OR FULLWORD When the #HOOK LOC= parameter is coded as a label instead of a register, the macro returns an MNOTE error indicating the label is not an ACON or register. The parameter is documented as passing the address of an entry point which may be in a register or a label. The check for a fullword, ACON, or VCON, prevents a label from being used as an entry point. ** ASMA254I *** MNOTE *** 8,LOC MUST BE EITHER A REGISTER AN ACON OR A FULLWORD This fix removes the macro instructions which check if LOC= is a fullword, ACON, or VCON. Any label will be allowed as an entry point. It will have no impact on programs which are currently passing the entry point in a register. The program does not assemble correctly. Pass EP address in a register. PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.5 CA IDMS Base Option Version 19.0 IDMS 5346 Copyright (C) 2017 CA. All rights reserved. R00345-AGJ190-SP1 DESC(#HOOK LOC= MUST BE ACON OR FULLWORD). PRE ( RO80760 ) SUP ( TR95319 )

11 CA IDMS CA RS PTF RO95344 RO95344 RO95344 M.C.S. ENTRIES = ++PTF (RO95344) VARIOUS ABENDS/LOOP AFTER IDMS/4922,5090,5109,5145 PTFS APLD Various types of abends and loops have been reported after applying PTFs related to IDMS problems IDMS/4922,IDMS/5090,IDMS/5109 and IDMS/5145. IDMS/ AFTER THE RLES ARE INCREASED, IDMS GOES INTO A IDMS/ IDMS TASKS GET DC ERRORS. IDMS/ A VARY DYNAMIC PROGRAM DELETE CAUSES A DC ABEND. IDMS/ IDMS CRASHES WITH A 3948 ABEND. Dump research from the abends have shown incorrect resource management of program type resources and premature execution of tasks that should be waiting for program types that have been new copied and are still in use by an active task. One example is an active task is using subschema XXX. A DCMT VARY SUBSCHEMA XXX NC command is issued and marks SUBSCHEMA XXX for new copy. A third task begins execution while the first task is still active and using subschema XXX. The third task also uses subschema XXX and should wait until the first task is finished with subschema XXX. However, the third task does not wait and uses a corrupted copy of subschema XXX resulting in a loop or abend. The CV will loop and need to be cancelled or a System Module Program Check or various S0Cn abends can occur. There is no circumvention. PRODUCT(S) AFFECTED: CA IDMS Release 19.0 CA IDMS Release 18.5 IDMS 5345 Copyright (C) 2017 CA. All rights reserved. R00346-AGJ190-SP1 DESC(VARIOUS ABENDS/LOOP AFTER IDMS/4922,5090,5109,5145 PTFS APPLYD). PRE ( RO79192 RO80760 RO81358 RO83713 RO87425 RO92573 ) SUP ( RO81872 RO83099 RO83245 RO84550 RO90319 RO92068 TR81872 TR83099 TR83245 TR84550 TR87403 TR90319 TR91177 TR91540 TR91628 TR91689 TR92068 TR95309 TR95344 )

12 CA IDMS CA RS PTF RO95411 RO95411 RO95411 M.C.S. ENTRIES = ++PTF (RO95411) IDMSLOOK PROGRAM= DISPLAYING INVALID COMPONENT DATA The PROGRAM= and DATES= functions for program IDMSLOOK and task LOOK may report components in a load module that do not exist, and the data for that component will be invalid. It may contain hex and non-displayable data interspersed with displayable characters. IDMSLOOK is incorrectly identifying some internal locations as the start of a module ID, and displaying what follows as data. This fix adds extra edit checks to validate a location is a module ID before reporting it. A LOOK PROGRAM= or DATES= report may contain data similar to this: Module Offset Date Time FMID RMID IDDSMAIN RO93347 ICMS..69 +B512A..& &. {o...}} E DATE +A58D8 WA) #L AD#D TIME A(LWA The report contains incorrect information. None PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.0 CA IDMS Base Option Release 18.5 CA IDMS Base Option Release 19.0 IDMS 5347 Copyright (C) 2017 CA. All rights reserved. R00347-AGJ190-SP1 DESC(IDMSLOOK PROGRAM= DISPLAYING INVALID COMPONENT DATA). PRE ( RO90447 ) SUP ( RO81916 RO86312 TR81916 TR86312 TR95411 )

13 CA IDMS CA RS 1705 Product/Component Listing Product Family Product Release IDMS CA IDMS BASE OPTION The CA RS 1705 Product/Component Count for this release is 1

14 CA IDMS All CA RS Levels List CA RS Level FMID CAR1705 RO95411 RO95344 RO95319 RO95151 RO95076 RO95021 RO94965 RO94717 CAR1704 RO94911 RO94476 RO93224 CAR1703 RO94540 RO94431 RO94367 RO94240 RO94188 RO94058 RO94036 RO93920 RO93891 RO93849 RO93347 CAGJJ01 CAR1702 RO93975 RO93872 RO93739 RO93622 RO93389 CAGJJ01 CAR1701 RO93431 RO93357 RO93292 RO93266 RO93233 CAR1612 RO93158 RO93102 RO92992 RO92927 RO92877 RO92672 RO92599 RO92573 RO92524 RO92452 RO90583 CAR1611 RO92665 RO92643 RO92547 RO92371 RO92366 RO92321 RO92187 RO92185 RO92176 RO92157 RO92114 RO92068

15 CA IDMS All CA RS Levels List CA RS Level FMID RO91986 RO91960 RO91870 RO91328 RO91223 RO90671 CAR1610 RO91903 RO91297 RO91251 RO91070 RO90917 CAR1609 RO91237 RO91229 RO91091 RO91050 RO90721 RO90707

CA IDMS CA RS 1612 Service List

CA IDMS CA RS 1612 Service List CA IDMS 19.0 1 CA RS 1612 Service List Description Type 19.0 RO90583 OLQ GET FIRST IN SET ERROR WITH OPTIONAL BIT 340 PTF RO92452 JOURNAL ANALYZER DSP0 - USJDSP1 ERROR PTF RO92524 MAXIMUM BLOCKSIZE FOR

More information

CA IDMS CA RS 1612 Service List

CA IDMS CA RS 1612 Service List CA IDMS 18.5 1 CA RS 1612 Service List Description Type 18.5 RO90584 OLQ GET FIRST IN SET ERROR WITH OPTIONAL BIT 340 PTF RO90716 MAXIMUM BLOCKSIZE FOR BACKUP PTF RO92200 SQL WEB CONNECT CV HANG RANDOM

More information

CA IDMS CA RS 1403 Service List

CA IDMS CA RS 1403 Service List CA IDMS 18.5 1 CA RS 1403 Service List Description Hiper 18.5 RO63312 S0C4 ABEND IN RHDCOESA DURING STARTUP RO63736 ZIIP ENHANCEMENTS RO63817 ADD TRACE ENTRIES FOR XES LOCKING RO63913 DC040200 ABEND TRACING

More information

CA IDMS CA RS 1611 Service List

CA IDMS CA RS 1611 Service List CA IDMS 19.0 1 CA RS 1611 Service List Description Type 19.0 RO90671 SHORT ON STORAGE MESSAGES AFTER VARY SYSGEN POOLS PTF RO91223 TIMED TASK IS NOT AUTOMATICALLY STARTED PTF RO91328 IDMS UNABLE TO FIND

More information

CA IDMS CA RS 1505 Service List

CA IDMS CA RS 1505 Service List CA IDMS 18.0 1 CA RS 1505 Service List Description Type 18.0 RO79649 AFTER AN ARCHIVE JOURNAL AUTOALL, JOURNALS ARE NOT EMPTY. PTF RO79994 NEW MSG DC200280 INDICATING QUIESCE OPERATION HAS TERMINATED PTF

More information

CA IDMS CA RS 1611 Service List

CA IDMS CA RS 1611 Service List CA IDMS 18.5 1 CA RS 1611 Service List Description Type 18.5 RO90658 SHORT ON STORAGE MESSAGES AFTER VARY SYSGEN POOLS PTF RO91257 DC171066 WHEN CALLING ADS SQL PROCEDURE PTF RO91329 IDMS UNABLE TO FIND

More information

CA IDMS CA RS 1506 Service List

CA IDMS CA RS 1506 Service List CA IDMS 18.0 1 CA RS 1506 Service List Description Type 18.0 RO79668 ADSA STALLS WHEN USED WITH SQL PROCEDURE PTF RO80147 SQL LO-ROW SORTS CAN GO NEGATIVE IN PMIM PTF RO80293 DBX: PGM=USVPCCX S0C4 PTF

More information

CA IDMS CA RS 1506 Service List

CA IDMS CA RS 1506 Service List CA IDMS 18.5 1 CA RS 1506 Service List Description Type 18.5 RO79669 ADSA STALLS WHEN USED WITH SQL PROCEDURE PTF RO79740 INVALID 598529 MESSAGES FROM IDMSDBAN PTF RO80165 REDUCE LKP'S TO SHORTEN SHUTDOWN

More information

CA IDMS CA RS 1706 Service List

CA IDMS CA RS 1706 Service List CA IDMS 19.0 1 CA RS 1706 List Description Type RO92219 ALLOW FACTOTUM TYPE 21 (VTAM QUERY BIT) TASKS TO TIMEOUT PTF RO95214 DSCCACHE NOT RELEASING ILESQL LOCK PTF RO95241 CLEAR KEY NOT EFFECTIVE DURING

More information

CA IDMS CA RS 1607 Service List

CA IDMS CA RS 1607 Service List CA IDMS 18.5 1 CA RS 1607 Service List Description Type 18.5 RO73457 TCP/IP DDS BIDIRECTIONAL CVS DONT CONNECT IF STARTUP DELAYED PTF RO87502 IDMSLOOK DISPLAYING COBOL 5.1 COMPILED PROGRAM ABENDS S0C4

More information

CA IDMS CA RS 1406 Service List

CA IDMS CA RS 1406 Service List CA IDMS 18.5 1 CA RS 1406 Service List Description Type 18.5 RO66749 ADSC COMPILE CAN CHANGE RESULTS OF GOODDATEX(J) PTF RO67058 EXIT 14 - OPTIONAL BIT OPT00334 PTF RO68756 COPY/INCLUDE IDMS MAP BINDS

More information

CA IDMS CA RS 1502 Service List

CA IDMS CA RS 1502 Service List CA IDMS 18.5 1 CA RS 1502 Service List Description Type 18.5 RO70628 LOCAL BATCH JOBS MAY USE EXCESSIVE STORAGE PTF RO74354 UPDATE MESSAGE DB005547 SHORT DESCRIPTION PTF RO74928 SUPPRESS DML204 MESSAGE

More information

CA IDMS CA RS 1510 Service List

CA IDMS CA RS 1510 Service List CA IDMS 18.0 1 CA RS 1510 Service List Description Type 18.0 RO81677 DC396010 MESSAGE DOES NOT CONTAIN USERID AND TASKCODE. PTF RO83502 'FOR DBD' SUPPORT FOR MODIFY RECORD/SET SYNTAX PTF RO83745 DL1 TRANSPARENCY

More information

CA Datacom/AD CA RS 1704 Service List

CA Datacom/AD CA RS 1704 Service List CA Datacom/AD 15.0 1 CA RS 1704 Service List Service Description Type RO93267 CURSOR 'XXX' NOT FOUND IN CURSOR TABLE PTF RO93323 S0C4 IN DBSRPPR MODULE DBSERV+928 PTF RO93402 TIMESTAMPCOLUMN 'TIMESTAMP

More information

CA Datacom/DB CA RS 1602 Service List

CA Datacom/DB CA RS 1602 Service List CA Datacom/DB 14.0 1 CA RS 1602 Service List Description Type 14.0 RO86865 S0C4 IN DBSRPPR SYSVIEW+001750 PTF RO87076 DBSQLPR S0C4 WITH LARGE OUTPUT REQUESTED PTF RO87316 DB CONSOLE COMMAND "QUIESCE RST"

More information

CA Datacom/DB CA RS 1704 Service List

CA Datacom/DB CA RS 1704 Service List CA Datacom/DB 15.0 1 CA RS 1704 Service List Service Description Type RO93267 CURSOR 'XXX' NOT FOUND IN CURSOR TABLE PTF RO93323 S0C4 IN DBSRPPR MODULE DBSERV+928 PTF RO93402 TIMESTAMPCOLUMN 'TIMESTAMP

More information

CA Ideal for Datacom CA RS 1407 Service List

CA Ideal for Datacom CA RS 1407 Service List CA Ideal for Datacom 14.0 1 CA RS 1407 Service List Description Type 14.0 RO62114 $INQU2/$INQU3 DO NOT RETURN PROGRAMM DATA PTF RO65771 RESOURCE EDITOR VERSION INVALID PTF RO69068 DB2 - S0C4 IN @ICMAS

More information

CA Datacom/DB CA RS 1305 Service List

CA Datacom/DB CA RS 1305 Service List CA Datacom/DB 14.0 1 CA RS 1305 Service List Description Hiper 14.0 RO49483 ABEND, MIGRATE_TO_SHADOW RUNNING CHANGE DATA CAPTURE RO53265 PROVIDE FRAMEWORK FOR FUTURE OLREORG ENHANCEMENT RO53693 ALIGNMENT

More information

CA Datacom/AD CA RS 1305 Service List

CA Datacom/AD CA RS 1305 Service List CA Datacom/AD 14.0 1 CA RS 1305 Service List Description Hiper 14.0 RO49483 ABEND, MIGRATE_TO_SHADOW RUNNING CHANGE DATA CAPTURE RO53265 PROVIDE FRAMEWORK FOR FUTURE OLREORG ENHANCEMENT RO53693 ALIGNMENT

More information

CA Workload Automation CA 7 Edtion CA RS 1606 Service List

CA Workload Automation CA 7 Edtion CA RS 1606 Service List CA Workload Automation CA 7 Edtion 11.3 1 CA RS 1606 Service List Description Type 11.3 RO89375 IDASH REJECTS EVENTS DUE TO INVALID INSTANCE ID PTF RO89563 CA-7 SERVER FOR IDASH SEED DATA EVENTS LACK LPAR

More information

CA InterTest Batch CA RS 1408 Service List

CA InterTest Batch CA RS 1408 Service List CA InterTest Batch 8.5 1 CA RS 1408 Service List Description Type 8.5 RO64004 LOOP IN IN25SAPI PTF RO64585 S0C4 ABEND WHEN MONITORING AN OPTIMIZED COBOL PGM PTF RO68643 S001-1 ABEND WHEN NO PROCLIB FOR

More information

CA File Master Plus CA RS 1603 Service List

CA File Master Plus CA RS 1603 Service List CA File Master Plus 9.0 1 CA RS 1603 Service List Description Type 9.0 RO87755 S0C4 WHEN DELETE VSAM SPANNED RECORDS PTF RO87761 EDITOR MAY LOOP IN SF MODE AFTER CHANGE OF REDEFINED FIELD PTF RO87767 CONVERT

More information

CA InterTest Batch CA RS 1510 Service List

CA InterTest Batch CA RS 1510 Service List CA InterTest Batch 8.5 1 CA RS 1510 Service List Release Service Description Type 8.5 RO75934 U4036 OR S0C4 ABEND IN CAMRTMON; S200 IN CAMRTEXI; LOOP PTF RO81700 JCL CONVERSION ERRORS/ABENDS WHEN JCL IS

More information

CA Workload Automation CA 7 Edtion CA RS 1709 Service List

CA Workload Automation CA 7 Edtion CA RS 1709 Service List CA Workload Automation CA 7 Edtion 12.0 1 CA RS 1709 List Description Type RO95870 LOAD PROCESS HANGS *HIP/PRP* RO96721 CAL2DCV2 - #SCC NOT WORKING AFTER REVERSION PTF RO96803 CAL2Q0600E AND CAL2Q0610E

More information

CA LDAP CA RS 1701 Service List

CA LDAP CA RS 1701 Service List CA LDAP 15.0 1 CA RS 1701 Service List Description Type 15.0 RO83519 TSS FILTER SUPPORT UPDATES PTF RO87020 ACF2 0 OBJECTS RETURNED/ACF2 FIELDS UPPERCASED PTF RO88323 LDAP S878 ABEND W/ IBM RACF PTF RO90742

More information

CA Mainframe Application Tuner CA RS 1403 Service List

CA Mainframe Application Tuner CA RS 1403 Service List CA Mainframe Application Tuner 9.0 1 CA RS 1403 Service List Description Hiper 9.0 RO60641 MISSING INFORMATION FOR BATCH CALLING JVM RO61289 COMMAND AA ON PMA DM NOT WORKING RO62623 MISSING HELP MEMBERS

More information

CA MIM Resource Sharing CA RS 1511 Service List

CA MIM Resource Sharing CA RS 1511 Service List CA MIM Resource Sharing 12.1 1 CA RS 1511 Service List Description Type 12.1 RO84987 MIM MESSAGES NOT IN MIMLOG PTF RO84993 DDN HEALTH CHECK COMPATLEVEL PTF RO85010 VCF OPTIONS MAY NOT BE DISPLAYED WHEN

More information

CA SymDump Batch CA RS 1408 Service List

CA SymDump Batch CA RS 1408 Service List CA SymDump Batch 9.0 1 CA RS 1408 Service List Release Service Description Type 9.0 RO62757 GUI SERVER LOOPS AFTER ABEND PTF RO69328 DIFFERENTIATE INTERNAL ERRORS FROM EXTERNAL ONES PTF The CA RS 1408

More information

CA TLMS Tape Management CA RS 1709 Service List

CA TLMS Tape Management CA RS 1709 Service List CA TLMS Tape Management 12.6 1 CA RS 1709 Service List Service Description Type RO94174 SUPPORT FOR Z/OS 2.3 PTF RO97219 S413-50 ABEND WITH DFSMSHSM AFTER UPGRADE PTF RO97593 SYSZTIOT LOCK IS NOT CORRECTLY

More information

CA Endevor Software Change Manager CA RS 1606 Service List

CA Endevor Software Change Manager CA RS 1606 Service List CA Endevor Software Change Manager 17.0 1 CA RS 1606 Service List Description Type 17.0 RO88314 PACKAGE CAST DOES NOT FAIL IF SUBSYSTEM DOES NOT EXIST PTF RO89322 C1X0250W MESSAGE STOPS THE PROCESSOR EXECUTION

More information

CA Mainframe Application Tuner CA RS 1708 Service List

CA Mainframe Application Tuner CA RS 1708 Service List CA Mainframe Application Tuner 11.0 1 CA RS 1708 List Description Type RO96565 FALSE TN0499E MESSAGE DURING MONITOR INITIALIZATION PTF RO96766 TN6969E XCF MESSAGE EXIT FAILED. INTERNAL MCE QUEUEING ERROR

More information

CA Datacom/AD CA RS 1409 Service List

CA Datacom/AD CA RS 1409 Service List CA Datacom/AD 14.0 1 CA RS 1409 Service List Description Type 14.0 RO57031 MEMBER NOT FOUND ERROR EXECUTING DDDDULM PTF RO65981 CORRECT ALTERNATE BASIS PTF RO67690 'DCL' IN COBOL COPYBOOK FROM SOURCE LANGUAGE

More information

CA Workload Automation CA 7 Edtion CA RS 1509 Service List

CA Workload Automation CA 7 Edtion CA RS 1509 Service List CA Workload Automation CA 7 Edtion 12.0 1 CA RS 1509 Service List Description Type 12.0 RO82692 ENHANCE DBIO DIAGNOSTICS FOR QUEUES PTF RO82911 DATABASE VALIDATION ISSUES PTF RO83095 SASSSPOR - HANG AFTER

More information

CA Datacom/DB CA RS 1806 Service List

CA Datacom/DB CA RS 1806 Service List CA Datacom/DB 15.1 1 CA RS 1806 List Description Type SO00167 ESTIMATED TIME REMAINING FORMATTED INCORRECTLY PTF SO00890 INTERNAL SECURITY ACCESS FOR DATACOM SERVER ENHANCEMENT *HIP/PRP* SO00902 S0C4 IN

More information

CA Mainframe Advanced Authentication CA RS 1702 Service List

CA Mainframe Advanced Authentication CA RS 1702 Service List CA Mainframe Advanced Authentication 2.0 1 CA RS 1702 Service List Description Type 2.0 RO89614 ADD SUPPORT FOR BETA TO GA TRANSITION PTF RO90663 ADVANCED AUTHENTICATION MAINFRAME (AAM) SUPPORT FOR RACF

More information

CA Datacom/AD CA RS 1701 Service List

CA Datacom/AD CA RS 1701 Service List CA Datacom/AD 15.0 1 CA RS 1701 Service List Description Type 15.0 RO92484 MUF HUNG DURING RESTART WITH "WAIT DB MISC" STATUS *HIP/PRP* RO92663 USS: ADD /LARGEADDRESSAWARE (TRUE 64BIT ADDRESSING)-WINDOWS

More information

CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1703 Service List

CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1703 Service List CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1703 Service List Description Type 18.0 RO93914 CHA DOES NOT CONVERT OLD LOG RECORD STCK TIMES CORRECTLY PTF RO94193 ABEND S0C4 IN DBAANIB0 UNDER DBCOPY

More information

CA Datacom/DB CA RS 1410 Service List

CA Datacom/DB CA RS 1410 Service List CA Datacom/DB 14.0 1 CA RS 1410 Service List Description Type 14.0 RO70964 RC 94(66) DURING EXTEND WITH DATA SET EXTENT VALIDATION ON ** PRP ** RO71035 DDTRSLM TRACE FILE ALWAYS OPENED PTF RO71759 S413-1C/RC

More information

CA Common Services CA RS 1702 Service List

CA Common Services CA RS 1702 Service List CA Common Services 14.1 1 CA RS 1702 Service List Release Service Description Type 14.1 RO81979 CASRVSYM RECURSIVE S0C4 ABENDS PTF RO91834 ABEND S0C4-3B DURING CICS INITIALIZATION. PTF RO92559 ABEND AEE0

More information

CA Endevor Software Change Manager CA RS 1402 Service List

CA Endevor Software Change Manager CA RS 1402 Service List CA Endevor Software Change Manager 16.0 1 CA RS 1402 Service List Description Hiper 16.0 NO-SRV3 CA RS 1402 Contains No Service For This Release of This Product. The CA RS 1402 service count for this release

More information

CA Datacom/DB 15.1 **Incremental INC00** 1 CA RS 1703 Service List

CA Datacom/DB 15.1 **Incremental INC00** 1 CA RS 1703 Service List CA Datacom/DB 15.1 **Incremental INC00** 1 CA RS 1703 Service List Description Type 15.1 RO90834 CICS STORAGE VIOLATION CREATING AN SQL REPORT FORMAT PTF RO93613 DECIMALCOLEVEN = DECIMALCOLODD MADE RQAABLE

More information

CA Datacom/DB CA RS 1703 Service List

CA Datacom/DB CA RS 1703 Service List CA Datacom/DB 15.0 1 CA RS 1703 Service List Description Type 15.0 RO90832 CICS STORAGE VIOLATION CREATING AN SQL REPORT FORMAT PTF RO92676 DBUTLTY BACKUP/EXTRACT ABORT WITH RC 13(31) WITH MULTUSE=YES

More information

CA OPS/MVS for JES CA RS 1805 Service List

CA OPS/MVS for JES CA RS 1805 Service List CA OPS/MVS for JES2 12.3 1 CA RS 1805 Service List Service Description Type SO01213 CROSS SYSTEM SQL ERRORS PTF SO01227 OPSDEV 32000 LIMIT. PTF SO01304 OPSCPU MAY REPORT INCORRECT CPU TYPE PTF SO01319

More information

CA Workload Automation CA 7 Edtion CA RS 1503 Service List

CA Workload Automation CA 7 Edtion CA RS 1503 Service List CA Workload Automation CA 7 Edtion 11.3 1 CA RS 1503 Service List Description Type 11.3 RO72932 SASSSM85 - FUNCTION FIELD IS NOT CLEARED PTF RO77862 CAIASTCP - DNS RETURN CODE NOT CAUGHT PTF RO78296 SASSCMGR

More information

CA JCLCheck Workload Automation CA RS 1705 Service List

CA JCLCheck Workload Automation CA RS 1705 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1705 Service List Service Description Type RO94518 ADRDSSU ERRORS - CAY6550E ON LVOL(**)/SYMBOLS NOT RESOLVED PTF RO94753 CA7(0) OPTION CAUSES LOOP PTF RO94966

More information

CA Easytrieve Report Generator CA RS 1406 Service List

CA Easytrieve Report Generator CA RS 1406 Service List CA Easytrieve Report Generator 11.6 1 CA RS 1406 Service List Release Service Description Type 11.6 RO66115 ADD 8-BYTE BINARY DATA TYPE. FIX XML REPORT REC LEN PTF RO66127 ADD 8-BYTE BINARY DATA TYPE.

More information

CA Optimizer/II CA RS 1510 Service List

CA Optimizer/II CA RS 1510 Service List CA Optimizer/II 8.5 1 CA RS 1510 Service List Description Type 8.5 RO75940 RECORD MISSING FROM ABEND REPORT PTF RO80283 S0C4 IN CAOESNAP AND/OR CAOECEEI PTF RO83578 COBOL 5 POST PROCESSOR - INCORRECT STATEMENT

More information

CA File Master Plus for IMS CA RS 1403 Service List

CA File Master Plus for IMS CA RS 1403 Service List CA File Master Plus for IMS 8.5 1 CA RS 1403 Service List Description Hiper 8.5 RO62915 SELECT CRIT VS CRL RO63260 BROWSE OR EDIT HANG USING A SELECTION CRITERIA RO63320 LOGICAL DB POSITION PROBLEM WITH

More information

CA Datacom/DB CA RS 1412 Service List

CA Datacom/DB CA RS 1412 Service List CA Datacom/DB 15.0 1 CA RS 1412 Service List Description Type 15.0 RO74322 UNRECOGNIZED STATEMENT-TYPE EXECUTING EXTERNALLY SECURED PTF RO74331 MUF ABEND USER COMPLETION CODE=0008 IN DBU08PR PTF RO75194

More information

CA InterTest Batch CA RS 1309 Service List

CA InterTest Batch CA RS 1309 Service List CA InterTest Batch 8.5 1 CA RS 1309 Service List Description Hiper 8.5 RO46793 CAMRDB2S IS MISSING FROM CAISRC PDS RO48373 878 ABENDS RO48572 S0F8 ABEND WITH TABLES MEMORY MANAGER RO53931 SUPPORT JCL CHECK

More information

CA View CA RS 1409 Service List

CA View CA RS 1409 Service List CA View 12.1 1 CA RS 1409 Service List Release Service Description Type 12.1 RO69206 UNCAUGHT ERRORS CAUSE S0C4 ABENDS PTF RO71917 SARBCH ARCHDATE UPDATED REPORTS DELETED BY INTERIM BACKUP PTF RO71925

More information

CA XCOM Data Transport for z/os CA RS 1509 Service List

CA XCOM Data Transport for z/os CA RS 1509 Service List CA XCOM Data Transport for z/os 11.6 1 CA RS 1509 Service List Description Type 11.6 RO81040 XCOMM0780E TXPI 215 RC 140 OR TXPI 228 PTF RO82092 SURCLS CONFIG PARM NOT ALLOWING SPECIAL CHARACTERS PTF RO82953

More information

CA Top Secret Security for z/os CA RS 1509 Service List

CA Top Secret Security for z/os CA RS 1509 Service List CA Top Secret Security for z/os 15.0 1 CA RS 1509 Service List Description Type 15.0 RO77780 S0C4 ABEND TSSFSB +AD2 WITH JES3 AND Z/OS 2.2 PTF RO81817 NEW CIA DATACOM DATA MODEL AND MAINTENANCE JOBS PTF

More information

CA Endevor SCM 18.0 **Incremental INC00** 1 CA RS 1701 Service List

CA Endevor SCM 18.0 **Incremental INC00** 1 CA RS 1701 Service List CA Endevor SCM 18.0 **Incremental INC00** 1 CA RS 1701 Service List Description Type 18.0 RO92912 ECLIPSE UI: PASSWORD CHANGE IS NOT REFLECTED FOR PKG ACTIONS PTF RO93153 INCREMENTAL DELIVERY PTF VERSION

More information

CA Datacom/AD CA RS 1707 Service List

CA Datacom/AD CA RS 1707 Service List CA Datacom/AD 15.0 1 CA RS 1707 Service List Service Description Type RO93880 DATAVIEW ELEMENTS LOST ON COPY TO PROD ** PRP ** RO94563 DIAGNOSTIC TO CAPTURE BETTER INFORMATION FOR RC 72(001) PTF RO95925

More information

CA InterTest Batch CA RS 1510 Service List

CA InterTest Batch CA RS 1510 Service List CA InterTest Batch 9.1 1 CA RS 1510 Service List Description Type 9.1 RO81892 JCL CONVERSION ERRORS/ABENDS WHEN JCL IS IN VB FILE PTF RO82385 S0C4 IN IN25COB2 WITH COBOL 5 PTF RO82480 INCORRECT PL/I MARGINI

More information

CA JCLCheck Workload Automation CA RS 1403 Service List

CA JCLCheck Workload Automation CA RS 1403 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1403 Service List Description Hiper 12.0 RO60035 JCLNEAT INCORRECTLY SHIFTS 'DD' STATEMENT RO60996 JCLNEAT REFORMAT ERROR RO65785 LOOP IN JCLCHECK RO66178 INCORRECT

More information

CA InterTest Batch CA RS 1404 Service List

CA InterTest Batch CA RS 1404 Service List CA InterTest Batch 8.5 1 CA RS 1404 Service List Description Hiper 8.5 RO63174 WAITING FOR LOCK AFTER JAVA OUTOFMEMORYERROR RO63533 SUPPORT FOR COBOL 5.1 RO64155 GUI HANGS WITH LARGE NUMBERS OF BREAKPOINTS

More information

CA Datacom/AD CA RS 1605 Service List

CA Datacom/AD CA RS 1605 Service List CA Datacom/AD 14.0 1 CA RS 1605 Service List Description Type 14.0 RO85169 DATAQUERY JOIN PROCESSING GETS ERROR DQ025E PTF RO88280 DDUTILTY GETS ERROR MESSAGE DDT005034 DURING ORPHAN REPORT PTF RO88461

More information

CA Datacom/DB CA RS 1308 Service List

CA Datacom/DB CA RS 1308 Service List CA Datacom/DB 14.0 1 CA RS 1308 Service List Description Hiper 14.0 RO57425 S0C4 AT DBINRPR+23AC USING EXTENDED PROGRAMMING OPTION RO60177 EOJ_OK SUPPORT IN EXTENDED OPTION DOES NOT TAKE EFFECT The CA

More information

CA Allocate DASD Space and Placement CA RS 1708 Service List

CA Allocate DASD Space and Placement CA RS 1708 Service List CA Allocate DASD Space and Placement 12.5 1 CA RS 1708 Service List Service Description Type RO94847 V37VSAM2 0C4 EOV RECOVERY SLIP TRAP WITH RO92959 APPLIED ** PRP ** RO96060 OPTIONAL BYPASS SECURITY

More information

CA ACF CA RS 1512 Service List

CA ACF CA RS 1512 Service List CA ACF2 15.0 1 CA RS 1512 Service List Description Type 15.0 RO77913 S0C4 SAFOESMF+960 PTF RO79190 ACCESS SUBCOMMAND - IMPROVE PERFORMANCE AFTER ROLE SUPPORT PTF RO82273 STORAGE CREEP SP 0 & 252 LEN X'388'

More information

CA Datacom/DB CA RS 1604 Service List

CA Datacom/DB CA RS 1604 Service List CA Datacom/DB 15.0 1 CA RS 1604 Service List Description Type 15.0 RO88293 DBUTLTY BACKUP FAILS WITH RC 21 WITH USER COMPRESSION *HIP/PRP* RO88365 ENHANCEMENT: DIAGNOSTIC FOR MEMORY USAGE PTF RO88391 S0C4

More information

CA Datacom/DB CA RS 1810 Service List

CA Datacom/DB CA RS 1810 Service List CA Datacom/DB 15.1 1 CA RS 1810 List Description Type SO04565 ENHANCEMENT DB00625I CXX ALTER MESSAGE FOR CXX CHANGES PTF SO04867 SQLSCI_PLAN HAS MORE ROWS THAN EXPECTED PTF SO04931 INTERNALLY GENERATED

More information

CA Optimizer/II CA RS 1312 Service List

CA Optimizer/II CA RS 1312 Service List CA Optimizer/II 8.5 1 CA RS 1312 Service List Description Hiper 8.5 RO45428 UPDATE CAOUSINI DCB MSM CONFIGURATION RO47732 UPDATE OPT/II SDS OF AH5 REMOVE AOX SDS XML RO47733 UPDATE OPT/II SDS OF AH5 REMOVE

More information

CA InterTest/SymDump Batch/CICS CA RS 1710 Service List

CA InterTest/SymDump Batch/CICS CA RS 1710 Service List CA InterTest/SymDump Batch/CICS 10.0 1 CA RS 1710 Service List Service Description Type RO97588 HELP DISPLAYS WRONG MESSAGE PTF RO97736 CAPU399E INTERNAL ERROR CAIPRINT FORMATTER IN CONTROL PTF RO97737

More information

CA Workload Automation CA 7 Edtion CA RS 1606 Service List

CA Workload Automation CA 7 Edtion CA RS 1606 Service List CA Workload Automation CA 7 Edtion 12.0 1 CA RS 1606 Service List Description Type 12.0 RO88303 UNEXPECTED RESULTS WITH DEPJOB PTF RO89500 DATACOM RC=94(031) ON JOB RESTART PTF RO89686 SASSSM70 - SCHD,JTRG,JOB=NAME

More information

CA Top Secret Security for z/os CA RS 1710 Service List

CA Top Secret Security for z/os CA RS 1710 Service List CA Top Secret Security for z/os 16.0 1 CA RS 1710 List Description Type RO91062 PASSPHRASE VIOLATION IN FAC(STC) CAUSES LOOP WITH OPTIONS(4) PTF RO97371 CICS VERIFY PASSWORD INVALID FACILITY CHECK PTF

More information

CA JCLCheck Workload Automation CA RS 1404 Service List

CA JCLCheck Workload Automation CA RS 1404 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1404 Service List Description Hiper 12.0 RO62327 INVALID CAY6501 MESSAGE WITH MULTI-VOL DATASET AND NOSMS RO62328 INVALID CAY6501 MESSAGE WITH MULTI-VOL DATASET

More information

CA Disk Backup and Restore CA RS 1801 Service List

CA Disk Backup and Restore CA RS 1801 Service List CA Disk Backup and Restore 12.5 1 CA RS 1801 Service List Service Description Type RO95940 TSTHOOK JOB FAILS IN AMASPZAP VERIFY PTF RO97466 OPEN SVC ZAP IGGDAU01 AT UA92610 FOR Z/OS 2.2 PTF RO97766 INCORRECT

More information

CA File Master Plus for IMS CA RS 1306 Service List

CA File Master Plus for IMS CA RS 1306 Service List CA File Master Plus for IMS 8.5 1 CA RS 1306 Service List Description Hiper 8.5 RO53029 PERFORMANCE IMPROVEMENT FOR STARTUP - DBD DECODE RO53452 PRINTLOG S0C4 IF MULTIPLE ACTIONS AND NO TRAILER RO53650

More information

CA DB2 Tools 20.0 **INCREMENTAL** 1 CA RS 1706 Service List

CA DB2 Tools 20.0 **INCREMENTAL** 1 CA RS 1706 Service List CA DB2 Tools 20.0 **INCREMENTAL** 1 CA RS 1706 Service List Service Description Type RO95918 CA RAPID REORG UPDATE PTF RO95972 CA RAPID REORG UPDATE PTF RO96002 ADD MISSING PQC CDBAPARM MEMBER PTF RO96005

More information

CA ACF CA RS 1501 Service List

CA ACF CA RS 1501 Service List CA ACF2 15.0 1 CA RS 1501 Service List Description Type 15.0 RO73478 IMPROVE ACFRPTXR PERFORMANCE PTF RO74801 CICS: BAD ACFAE723 ABEND ANALYSIS ON BRANCH TO LOC ZERO PTF RO75852 ACFESAGE MISHANDLES NEXTKEY

More information

CA PDSMAN PDS Library Management CA RS 1309 Service List

CA PDSMAN PDS Library Management CA RS 1309 Service List CA PDSMAN PDS Library Management 7.7 1 CA RS 1309 Service List Description Hiper 7.7 RO57158 OLD MEMBER VERSION BEYOND LOGICAL END OF LIBRARY RO57358 SUPPORT FOR ISPF EDITOR'S EDIT LINE COMMAND TABLES

More information

CA Common Services CA RS 1604 Service List

CA Common Services CA RS 1604 Service List CA Common Services 14.1 1 CA RS 1604 Service List Description Type 14.1 RO78799 S0C4 ABEND CCSFEDTF+FC PTF RO84241 DB2 COMMANDS HANG PTF RO86292 CAIRIM SUPPORT FOR CTS 5.3 SUPPORT UNDER RACF PTF RO88062

More information

CA Datacom/DB CA RS 1506 Service List

CA Datacom/DB CA RS 1506 Service List CA Datacom/DB 15.0 1 CA RS 1506 Service List Description Type 15.0 RO80123 INCOMPLETE BACKWARD RECOVERY WITH MULTIPLE RECJOB CARDS PTF RO80872 SQLCODE -161 OR -4 AFTER RO80292/RO80771 ** PRP ** RO80917

More information

CA Datacom/DB CA RS 1507 Service List

CA Datacom/DB CA RS 1507 Service List CA Datacom/DB 15.0 1 CA RS 1507 Service List Description Type 15.0 RO78807 S0C4 IN DELEXEC WITH DELETE FROM CURSOR AFTER RO40578 PTF RO81612 CHANGE DATA CAPTURE IMPROPER RESTART AFTER EOJ *HIP/PRP* RO81820

More information

CA JCLCheck Workload Automation CA RS 1408 Service List

CA JCLCheck Workload Automation CA RS 1408 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1408 Service List Description Type 12.0 RO67958 CAY6020E ON CONTINUED SET WITHIN PROC PTF RO68197 INVALID CAY6035 MESSAGES WITH HASP CONTROL CARDS PTF RO68962

More information

CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1511 Service List

CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1511 Service List CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1511 Service List Description Type 18.0 RO84996 DBO3902E FOR CONCURRENT IMAGE COPY WHEN MMGRIO=Y PTF RO85019 IEC251I 124-108 OR IEC161I 156-061 ON RECON

More information

CA JCLCheck Workload Automation CA RS 1412 Service List

CA JCLCheck Workload Automation CA RS 1412 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1412 Service List Description Type 12.0 RO74965 S047 ABEND EXECUTING EJCK PTF RO75369 MESSAGE CAY6500S ABEND S0C4 IN XDESTJES PTF RO75434 S0C4 ABEND IN MODULE

More information

CA Common Services CA RS 1701 Service List

CA Common Services CA RS 1701 Service List CA Common Services 14.1 1 CA RS 1701 Service List Description Type 14.1 RO90331 CCIPC: UPGRADE OPENSSL TO 1.0.2H PTF RO92793 ABEND S0C4 IN CCSFETTL AT +X'704'. PTF RO92926 ZIIP ENABLEMENT - HANG IF IEAVRLS

More information

CA View/Deliver/DRAS 14.0 **INCREMENTAL** 1 CA RS 1712 Service List

CA View/Deliver/DRAS 14.0 **INCREMENTAL** 1 CA RS 1712 Service List CA View/Deliver/DRAS 14.0 **INCREMENTAL** 1 CA RS 1712 Service List Service Description Type RO97958 CORRECT DRAS/WEBVIEWER AGENT METRICS CALLS PTF RO98741 MTC-CV: AFP TO PDF TRANSFORMER SUPPORT (NEW FEATURE)

More information

CA OPS/MVS for JES CA RS 1511 Service List

CA OPS/MVS for JES CA RS 1511 Service List CA OPS/MVS for JES3 12.1 1 CA RS 1511 Service List Description Type 12.1 RO84404 SUPPORT FOR APACHE BASED HTTP WEB SERVER PTF RO85160 ABEND S0C3 OPINAS +2D1C ON Z/OS 2.2 PTF RO85161 ABEND S0C3 OPINAS +2D1C

More information

CA Workload Automation CA 7 Edtion CA RS 1510 Service List

CA Workload Automation CA 7 Edtion CA RS 1510 Service List CA Workload Automation CA 7 Edtion 12.0 1 CA RS 1510 Service List Description Type 12.0 RO73655 INCREASE MAX SOCKETS TO 64K PTF RO77005 CAIASCON, CAIASLOG - INCREASING THE SIZE OF IASLOG PTF RO77026 REQUEST

More information

CA Common Services CA RS 1704 Service List

CA Common Services CA RS 1704 Service List CA Common Services 14.1 1 CA RS 1704 Service List Service Description Type RO91389 ADD PASSPHRASE SUPPORT TO CCI SPAWN PTF RO91686 UNNECESSARY BROADCASTS FROM CCI PTF RO92852 CCI API FRR ABEND PTF RO93293

More information

CA Datacom/DB CA RS 1510 Service List

CA Datacom/DB CA RS 1510 Service List CA Datacom/DB 15.0 1 CA RS 1510 Service List Description Type 15.0 RO81529 PROVIDE REMOTE REPLICATION USING MQ SERIES AS TRANSPORT PTF RO83755 PREVENT RESTART PROBLEMS IN SIMPLIFY MODE *HIP/PRP* RO84240

More information

CA OPS/MVS WebCenter CA RS 1408 Service List

CA OPS/MVS WebCenter CA RS 1408 Service List CA OPS/MVS WebCenter 12.1 1 CA RS 1408 Service List Release Service Description Type 12.1 RO71623 BSYS LOGON FAILED. DEFAULTS TAKEN. PTF RO71960 TOP 10 JOBS BY CPU% SHOWS NO DATA POINTS TO PLOT PTF RO72253

More information

CA File Master Plus for IMS CA RS 1409 Service List

CA File Master Plus for IMS CA RS 1409 Service List CA File Master Plus for IMS 8.5 1 CA RS 1409 Service List Description Type 8.5 RO70596 F7 FAILS TO MOVE BACK IN PHDAM WITH SELECTION PTF RO72306 SA78 ABEND WITH THE USER SECURITY EXIT PTF RO72884 IMS V13

More information

CA Mainframe Application Tuner CA RS 1511 Service List

CA Mainframe Application Tuner CA RS 1511 Service List CA Mainframe Application Tuner 10.0 1 CA RS 1511 Service List Description Type 10.0 RO83991 UNEXPECTED CHARACTER IN PL/I PSEUDO ASSEMBLY LISTING PTF RO84875 GUI MISSING SSA DATA PTF RO85267 PEA - RO84875

More information

CA XCOM Data Transport for z/os CA RS 1408 Service List

CA XCOM Data Transport for z/os CA RS 1408 Service List CA XCOM Data Transport for z/os 11.6 1 CA RS 1408 Service List Description Type 11.6 RO71080 STORAGE LEAKS WHEN XCOMJOB IS CALLED REPEATEDLY VIA API PTF RO71326 SMFSYSID NOT POPULATED WHEN SMF=NO PTF RO71378

More information

CA Deliver CA RS 1403 Service List

CA Deliver CA RS 1403 Service List CA Deliver 12.1 1 CA RS 1403 Service List Description Hiper 12.1 RO65149 PROBLEM VERSIONING BACK TO 11.7 The CA RS 1403 service count for this release is 1 CA Deliver 12.0 2 CA RS 1403 Service List Description

More information

CA Workload Automation ESP Edition CA RS 1609 Service List

CA Workload Automation ESP Edition CA RS 1609 Service List CA Workload Automation ESP Edition 11.4 1 CA RS 1609 Service List Description Type 11.4 RO89762 CYBESWS1 RETURNING RC8 PTF RO89963 MANUAL JOBS WITH JCL ERRORS MAY NOT BE TRACKED PTF RO90489 RELAXING AGENT

More information

CA 1 Tape Management CA RS 1403 Service List

CA 1 Tape Management CA RS 1403 Service List CA 1 Tape Management 12.6 1 CA RS 1403 Service List Release Service Description Hiper 12.6 RO60054 S0C4 ABEND DURING CLOSE PROCESSING OF 31 BIT UNCAPTURED UCB. RO62065 TMPIUSG3 ZVAR ERROR UPDATING TMOOPT00

More information

CA OPS/MVS for JES **INCREMENTAL** 1 CA RS 1711 Service List

CA OPS/MVS for JES **INCREMENTAL** 1 CA RS 1711 Service List CA OPS/MVS for JES2 13.0 **INCREMENTAL** 1 CA RS 1711 List Description Type RO96478 MAINFRAME TEAM CENTER - AUTOMATION PTF RO96479 MAINFRAME TEAM CENTER - AUTOMATION PTF RO97912 OPS WEB SERVICES JACKSON

More information

CA MIM Resource Sharing CA RS 1512 Service List

CA MIM Resource Sharing CA RS 1512 Service List CA MIM Resource Sharing 12.1 1 CA RS 1512 Service List Description Type 12.1 RO85621 CTC DEVICE NOT READY AFTER VARY ONLINE PTF RO85780 S878 AFTER MANY ECMF MESSAGES PTF RO85992 INTERNAL MIM DEADLOCK PTF

More information

CA 1 Tape Management CA RS 1404 Service List

CA 1 Tape Management CA RS 1404 Service List CA 1 Tape Management 12.6 1 CA RS 1404 Service List Description Hiper 12.6 RO63310 TMSSVC ABEND999 RC 04 IF CA 1 NOT FULLY ACTIVE. RO63903 CAG8259E OR CAL0999E ISSUED WITH TQS INSTALLED. RO63970 TMS0XF1

More information

CA Top Secret Security for z/os CA RS 1803 Service List

CA Top Secret Security for z/os CA RS 1803 Service List CA Top Secret Security for z/os 16.0 1 CA RS 1803 List Description Type RO98826 LOOP IN PROGRAM SAFOEOTS WHEN SEARCHING UID TABLE PTF RO98925 ABEND S0C4 DURING RACR=EXTRACT TYPE=REPLACE ON AES128/AES256

More information

CA NetMaster 12.2 **Incremental INC01** 1 CA RS 1701 Service List

CA NetMaster 12.2 **Incremental INC01** 1 CA RS 1701 Service List CA NetMaster 12.2 **Incremental INC01** 1 CA RS 1701 Service List Description Type 12.2 RO93288 NF1M51 CONN INFO REQ FOR STACK: TCPIP FAILED. REASON: -1 PTF RO93476 SIGNON COMMAND DOES NOT REFRESH REGION

More information

CA LDAP CA RS 1601 Service List

CA LDAP CA RS 1601 Service List CA LDAP 15.0 1 CA RS 1601 Service List Description Type 15.0 RO73907 15.0:LDAPSEARCH ACIDS LISTED IMPROPERLY PTF RO78727 PROBLEMS WITH Z/OS APFLIST EVENT REPORT PTF RO80341 ADD SUPPORT FOR MEMLIMIT AND

More information

CA JCLCheck Workload Automation CA RS 1407 Service List

CA JCLCheck Workload Automation CA RS 1407 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1407 Service List Description Type 12.0 RO68503 DFSORT TOLERATION PARAMETERS PTF RO68838 MISSING Z/OS 2.1 REXX VARIABLES PTF RO68839 MISSING Z/OS 2.1 REXX VARIABLES

More information