CA Datacom/AD CA RS 1701 Service List

Size: px
Start display at page:

Download "CA Datacom/AD CA RS 1701 Service List"

Transcription

1 CA Datacom/AD 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 PTF RO92700 RESTART HANGS WHEN DATA2 BUFFER VALUE IS LOW PTF RO92900 S0C4 ABEND IN HOSTPRP WITH SOURCE CACHE PTF RO93083 DYNAMICALLY EXTENTED PORTION NOT USED WHEN USING CDC PTF RO93179 MUF ABORTS WITH A S0C4 DBUTMPR+4BF8 WITH OLREORG PTF RO93211 SQL PROBLEMS WITH UNSIGNED INTEGERS VALUES GT 2,147,483,647 PTF RO93306 S0C4 ABEND IN DBSRPPR MODULE QRYEXEC PTF RO93366 FIELD ATTRIBUTES NOT TAKING DEFAULT VALUES PTF RO93379 RC 13(05) IN SHADOW MUF AFTER DYNAMIC EXTEND IN PRIMARY MUF *HIP/PRP* RO93407 INCORRECT TOTAL ROW COUNT IN OLREORG MESSAGE DB01334I PTF RO93497 CAAXSAMP CORRECTIONS FOR DATACOM/AD PTF RO93505 RESTART CAN GET RC 94(157) FOR MDI BASES PTF The CA RS 1701 service count for this release is 13

2 CA Datacom/AD 2 CA RS 1701 Service List for CAADF00 FMID Service Description Type CAADF00 RO93366 FIELD ATTRIBUTES NOT TAKING DEFAULT VALUES PTF The CA RS 1701 service count for this FMID is 1

3 CA Datacom/AD 3 CA RS 1701 Service List for CAAXF00 FMID Service Description Type CAAXF00 RO93497 CAAXSAMP CORRECTIONS FOR DATACOM/AD PTF The CA RS 1701 service count for this FMID is 1

4 CA Datacom/AD 4 CA RS 1701 Service List for CABDF00 FMID Service Description Type CABDF00 RO92484 MUF HUNG DURING RESTART WITH "WAIT DB MISC" STATUS *HIP/PRP* RO92700 RESTART HANGS WHEN DATA2 BUFFER VALUE IS LOW PTF RO93083 DYNAMICALLY EXTENTED PORTION NOT USED WHEN USING CDC PTF RO93179 MUF ABORTS WITH A S0C4 DBUTMPR+4BF8 WITH OLREORG PTF RO93211 SQL PROBLEMS WITH UNSIGNED INTEGERS VALUES GT 2,147,483,647 PTF RO93379 RC 13(05) IN SHADOW MUF AFTER DYNAMIC EXTEND IN PRIMARY MUF *HIP/PRP* RO93407 INCORRECT TOTAL ROW COUNT IN OLREORG MESSAGE DB01334I PTF RO93505 RESTART CAN GET RC 94(157) FOR MDI BASES PTF The CA RS 1701 service count for this FMID is 8

5 CA Datacom/AD 5 CA RS 1701 Service List for CAVEF00 FMID Service Description Type CAVEF00 RO92900 S0C4 ABEND IN HOSTPRP WITH SOURCE CACHE PTF RO93306 S0C4 ABEND IN DBSRPPR MODULE QRYEXEC PTF The CA RS 1701 service count for this FMID is 2

6 CA Datacom/AD 6 CA RS 1701 Service List for CAYTF02 FMID Service Description Type CAYTF02 RO92663 USS: ADD /LARGEADDRESSAWARE (TRUE 64BIT ADDRESSING)-WINDOWS PTF The CA RS 1701 service count for this FMID is 1

7 CA Datacom/AD CA RS PTF RO RO92484 RO92484 M.C.S. ENTRIES = ++PTF (RO92484) MUF HUNG DURING RESTART WITH "WAIT DB MISC" STATUS The CA Datacom/DB Multi-User Facility (MUF) can hang during RESTART in OPEN processing. The MUF operator console command STATUS may display the following: DB01311I - STATUS DB01327I - MULTI-USER ENABLING, TASKS - ATTACHED-----0, AVAILABLE DB01328I - TIME I/O JOBNAME R-UNIT TASK CMD-DBID-TBL SEQ STATUS DB01329I - 29:40 ***DBRST 124 OPEN WAIT DB MISC MUF does not come up successfully. CA Datacom/DB Version 15.0 CA Datacom/DB Release 15.1 DB 5224 Copyright (C) 2016 CA. All rights reserved. R00360-DCM150-SP2 DESC(MUF HUNG DURING RESTART WITH "WAIT DB MISC" STATUS). FMID (CABDF00) PRE ( RO72240 RO83027 ) SUP ( OC80958 RO69462 RO79989 TR69462 TR79989 TR92484 )

8 CA Datacom/AD CA RS PTF RO RO92663 RO92663 M.C.S. ENTRIES = ++PTF (RO92663) The following items are included in this solution: 1. USS: ADD /LARGEADDRESSAWARE (TRUE 64BIT ADDRESSING)-WINDOWS 2. USS: GETSCHEMAS; PRIMARYKEYS RESULTS; JDBC DATASOURCE 3. USS: DBSQLEXCEPTION RETURNS ERROR CODE = 0 ========================================================================== USS: ADD /LARGEADDRESSAWARE (TRUE 64BIT ADDRESSING)-WINDOWS ENHANCEMENT DESCRIPTION: Provide /LARGEADDRESSAWARE or true 64bit addressing support in the CA Datacom Server ODBC and JDBC drivers for Windows platforms. While the enhancement targets Windows platforms, this PTF is necessary to deliver the cadcjdbc.jar file for Linux to keep it synchronized across all supported platforms which are Windows, Linux and z/os Unix Systems Services. CA Datacom Server Version 14.0 CA Datacom Server Version 15.0 COMPONENTS AFFECTED: cadcjdbc.jar Driver Version: cadcjdbc.jar DBSRV 651 ========================================================================== USS: GETSCHEMAS; PRIMARYKEYS RESULTS; JDBC DATASOURCE 1. The CA Datacom Server JDBC driver client issues an invalid SQL statement for the JDBC DatabaseMetaData.getSchemas(String, String) method. The SQL statement for the getschemas() method is valid and does not cause an exception. 2. An invalid value is returned for the PK_NAME column in the result set for the JDBC getprimarykeys method. 3. A DBIOException occurs in a JDBC application running under IBM Websphere Application Server (WAS) that makes a DatacomDataSource connection or DatacomConnectionPoolDataSource connection if a userid or password is not included in the connection properties. A fix was provided for Server 14.0 as Problem 573 but was overlooked in Server 15.0 GA. 4. SQLException: Data conversion error: OTHER is thrown when inserting a short integer parameter value in a JDBC PreparedStatement. 1. When a JDBC application invokes the getschemas method with the getschemas(string catalog, String schemapattern) signature, the SQL query used by the Server JDBC driver includes a syntax error. It fails with SQL RC -20 BAD SYNTAX which causes the Server JDBC driver to throw a DBSQLException. 2. The SQL constraint name rather than the primary key name is returned in the PK_NAME column of the getprimarykeys result set. The data is incorrect. The query does not fail nor does the JDBC driver throw an exception. 3. DBIOException: NullPointerException occurs in a JDBC application that uses a DatacomDataSource or DatacomConnectionPoolDataSource when a userid or password is not provided. 4. The data conversion error details and the relevant portion of the error call stack follows: Data conversion error: OTHER java.sql.sqlexception: Data conversion error: OTHER at ca.datacom.jdbc.datacomjdbcobject.getinvalidconversion(unknown Source) at ca.datacom.jdbc.datacompreparedstatement.setqueryobject(unknown Source) at ca.datacom.jdbc.datacompreparedstatement.executeupdate(unknown Source) Symptoms 1, 3 and 4: only the client application suffers an outage due to the exception. Neither the Server Mainframe region nor the CA Datacom Multi- User Facility is affected. Symptoms 2: incorrect data is returned to the client application. There are no exceptions or errors. Neither the Server Mainframe region nor the Datacom Multi-User Factility is affected. Applications that depend on

9 CA Datacom/AD CA RS PTF RO92663 valid metadata, such as CA Test Data Manager, CA Data Content Discovery, CA Earl Data Modeler, etc. may produce unpredictable results. Symptom 1: use the JDBC getschema() method signature which accepts no arguments. Symptom 2: No circumvention. It is strictly a data integrity issue. Symptom 3: Always pass a userid/password when the DataSource connection is established. Symptom 4: CA Datacom Server Version 14.0 CA Datacom Server Version 15.0 COMPONENTS AFFECTED: cadcmf32.dll File Version: cadcmf64.dll cadcjdbc.jar Driver Version: DBSRV 667 ========================================================================== USS: DBSQLEXCEPTION RETURNS ERROR CODE = 0 The CA Datacom Server JDBC driver client, cadcjdbc.jar, throws a DBSQLException with an invalid Error Code and SQL State code when the Statement.executeUpdate() method is invoked. If the application is checking the error code, which should be the SQL return code, the error may go unnoticed or may not be processed correctly. When a JDBC application invokes the Statement.executeUpdate() method with an SQL query that fails with an SQL error, the DBSQLException thrown by the Server JDBC driver client erroneously reports Error Code: 0 SQL State: HY000. For example, an insert on a table that results in a duplicate master key gets the following DBSQLException and error information. [Error Code: 0, SQL State: HY000] ca.datacom.db.dbsqlexception: ca.datacom.db.dbsqlexception: DUPLICATE KEY <-MST-> VALUE REJECTED DBID <206> in Session(executeImmediate)in Session(executeImmediate)] The Error Code should be -263 with SQL State: The JDBC application may not detect the error and continue processing. The results are dependent on the application. Neither the Server Mainframe region nor the Datacom Multi-User Facility are affected. CA Datacom Server Release 14.0 CA Datacom Server Version 15.0 COMPONENTS AFFECTED: cadcjdbc.jar Driver Version: DBSRV 671 Copyright (C) 2016 CA. All rights reserved. R00070-DSR150-SP2 DESC(USS: ADD /LARGEADDRESSAWARE (TRUE 64BIT ADDRESSING)-WINDOWS). FMID (CAYTF02) PRE ( RO67586 RO72673 RO79251 RO79335 ) SUP ( AR79335 RO74101 RO76353 RO81768 RO87666 RO89016 TR71893 TR74101 TR76353 TR81151 TR81768 TR87666 TR89016 TR90698 TR91059 TR91753 TR92663 ) LINK('cadcjdbc.jar') PARM(PATHMODE(0,7,7,7)). LINK('cadcjdoc.jar') PARM(PATHMODE(0,7,7,7)).

10 CA Datacom/AD CA RS PTF RO RO92700 RO92700 M.C.S. ENTRIES = ++PTF (RO92700) The following items are included in this solution: 1. RESTART HANGS WHEN DATA2 BUFFER VALUE IS LOW 2. RARE ABEND S0C4 IN DBIDSPR WITH ALTERNATE BUFFER POOLS ========================================================================== RESTART HANGS WHEN DATA2 BUFFER VALUE IS LOW The Ca Datacom/DB Multi-User Facility (MUF) can hang during RESTART if startup option DATAPOOL specifies a very low value for DATA2NO, e.g. 4 or 5. COMM STATUS will display the following when RESTART is hung: MUFIMS1:CXXDB21:DB01311I - COMM STATUS MUFIMS1:CXXDB21:DB01327I - MULTI-USER ENABLING, TASKS - ATTACHED The system console will also display the following message: 094 DB00123I - WAITING FOR MUF AVAILABILITY MUF cannot be activated. Setting the DATANO2 number to a much larger value, e.g. 500 or more, will circumvent the problem. CA Datacom/DB Version 15.0 CA Datacom/DB Version 15.1 DB 5227 ========================================================================== RARE ABEND S0C4 IN DBIDSPR WITH ALTERNATE BUFFER POOLS When using alternate buffer pools defined via startup option BUFFER_POOL_DEF, it is possible under an extremely rare condition for an internal chain pointer to get corrupted. As a result, unpredictable errors, including an abend of the CA Datacom/DB Multi-User Facility (MUF), can occur. In the only reported case, MUF abended with a S0C4 in module DBIDSPR. MUF abends with a S0C4 in DBIDSPR. Other unpredictable errors are possible. A MUF outage is possible. CA Datacom/DB Version 14.0 CA Datacom/DB Version 15.0 CA Datacom/DB Version 15.1 DB 5204 Copyright (C) 2016 CA. All rights reserved. R00362-DCM150-SP2 DESC(RESTART HANGS WHEN DATA2 BUFFER VALUE IS LOW). FMID (CABDF00) PRE ( RO67423 RO72240 RO78206 RO87765 RO89125 ) SUP ( RO72714 RO81155 RO84658 RO88154 RO89163 RO92103 TR72714 TR81155 TR84658 TR88154 TR89163 TR92103 TR92700 )

11 CA Datacom/AD CA RS PTF RO RO92900 RO92900 M.C.S. ENTRIES = ++PTF (RO92900) S0C4 ABEND IN HOSTPRP WITH SOURCE CACHE The Multi-User Facility (MUF) can abend when the SQL Source Cache is turned on. This error only affects SQL queries from CA Datacom Server and DBSQLPR, and then only INSERT statements not using a host variable. MUF abends with S0C4 in DBSRPPR module hostprp. MUF must be restarted. Turn off the Source Cache by setting either limit to zero. SQL_SOURCE_CACHE_SIZE 0 SQL_SOURCE_CACHE_STMTS 0 The SQL console DST can also be used: INSERT INTO sysadm.sql_console values ('yourmufname', 'SQL_SOURCE_CACHE_STMTS 0'); CA DATACOM SQL Release 15.0 CA DATACOM SQL Release 15.1 SQL 2073 Copyright (C) 2016 CA. All rights reserved. R00367-DCM150-SP2 DESC(S0C4 ABEND IN HOSTPRP WITH SOURCE CACHE). FMID (CAVEF00) PRE ( RO67512 RO71592 RO73988 RO78807 RO84892 RO90997 ) SUP ( FC78136 RO72644 RO84356 RO84805 TR72644 TR84356 TR84805 TR90499 TR92900 )

12 CA Datacom/AD CA RS PTF RO RO93083 RO93083 M.C.S. ENTRIES = ++PTF (RO93083) DYNAMICALLY EXTENTED PORTION NOT USED WHEN USING CDC When the console-like command DYNAMIC_EXTEND is used to extend the LXX of a CDC Source CA Datacom/DB Multi-User Facility (MUF), the corresponding CDCL is notified. This causes special handling of the EXTEND in the Target MUF, which then fails to notify the Source MUF of this action. Since the Source MUF cannot use the extended portion of the LXX until it knows that the Target MUF is also prepared, it continues to delay its use and issues message: DB00319I - LXX DYNAMIC EXTEND - DELAY NEXT, CDCL NOT SET This happens when the Source MUF and the Target MUF are in the same LPAR (local) and also when they are on different LPARs (remote). After the console-like command DYNAMIC_EXTEND for the LXX of a CDC Source MUF the following messages are issued: DB01705I - DYNAMIC EXTEND START LXX... DB00319I - LXX DYNAMIC EXTEND - DELAY UNTIL WRAP POINT DB01706I - DYNAMIC EXTEND END LXX... Once the WRAP POINT of the LXX is reached, the Source MUF does not start using the extended portion and displays the following messages: DB00321I - LOG LXX WRAP, DURATION ++:++:++ LEAST ++:++:++ DB00319I - LXX DYNAMIC EXTEND - DELAY NEXT, CDCL NOT SET The dynamically extended portion cannot be integrated with the original LXX and hence cannot be used. CA Datacom/DB Version 15.0 CA Datacom/DB Version 15.1 DB 5232 Copyright (C) 2016 CA. All rights reserved. R00370-DCM150-SP2 DESC(DYNAMICALLY EXTENTED PORTION NOT USED WHEN USING CDC). FMID (CABDF00) PRE ( RO72197 RO72244 RO77059 RO81612 RO82864 ) SUP ( IC80958 RO85592 RO88875 TR85592 TR88875 TR93083 )

13 CA Datacom/AD CA RS PTF RO RO93179 RO93179 M.C.S. ENTRIES = ++PTF (RO93179) MUF ABORTS WITH A S0C4 DBUTMPR+4BF8 WITH OLREORG The CA Datacom/DB Multi-User Facility (MUF) can abort with a S0C4 in module DBUTMPR while a DBUTLTY OLREORG is running. This abend is not common. MUF abends in module DBUTMPR at or near offset X'4BF8'. There is a MUF outage. CA Datacom/DB Version 15.0 DB 5235 Copyright (C) 2016 CA. All rights reserved. R00373-DCM150-SP2 DESC(MUF ABORTS WITH A S0C4 DBUTMPR+4BF8 WITH OLREORG). FMID (CABDF00) PRE ( RO72240 RO81612 RO85366 RO92776 ) SUP ( RO67554 RO72476 RO86400 TR67554 TR72476 TR86400 TR93179 )

14 CA Datacom/AD CA RS PTF RO RO93211 RO93211 M.C.S. ENTRIES = ++PTF (RO93211) SQL PROBLEMS WITH UNSIGNED INTEGERS VALUES GT 2,147,483,647 When SQL is used to store or convert unsigned integers with values greater than the largest signed integer (2,147,483,647), the result is incorrect. Storing is rejected, and conversion treats the value as signed. 1. An SQL INSERT erroneously fails with the following error: SQLCODE = -4, SQLSTATE=22003 MESSAGE = OVERFLOW: TYPE<UINTEGER> ACTION<ASSIGNMENT/CONVERSION> 2. SELECT returns these large values as their signed negative value. This only occurs if datatype conversion is performed. 1. The INSERT fails. 2. A SELECT returns an incorrect value. CA Datacom/DB Version 14.0 CA Datacom/DB Version 15.0 CA Datacom/DB Version 15.1 DB 5238 Copyright (C) 2016 CA. All rights reserved. R00374-DCM150-SP2 DESC(SQL PROBLEMS WITH UNSIGNED INTEGERS VALUES GT 2,147,483,647). FMID (CABDF00) SUP ( TR93211 )

15 CA Datacom/AD CA RS PTF RO RO93306 RO93306 M.C.S. ENTRIES = ++PTF (RO93306) S0C4 ABEND IN DBSRPPR MODULE QRYEXEC Queries that use a host variable in the SELECT clause of a UNION cause the Multi-User Facility (MUF) to abnormally terminate. A S0C4 abend occurs in qryexec. MUF abends. CA Datacom SQL Release 15.1 SQL 2072 Copyright (C) 2016 CA. All rights reserved. R00376-DCM150-SP2 DESC(S0C4 ABEND IN DBSRPPR MODULE QRYEXEC). FMID (CAVEF00) PRE ( RO72175 RO75289 RO83166 RO84959 RO85846 RO90272 ) SUP ( RO80804 RO85024 TR80804 TR85024 TR93306 )

16 CA Datacom/AD CA RS PTF RO RO93366 RO93366 M.C.S. ENTRIES = ++PTF (RO93366) FIELD ATTRIBUTES NOT TAKING DEFAULT VALUES When attempting to change the default value for certain attributes of the FIELD entity-type, the new value is not being applied to newly created FIELD entity-occurrences. Newly added FILED entity-occurences do not pick up the new values that were set as defaults by a user. For example, DEFAULT-INSERT and DBEDITS. Without the solution, a customer will have to manually update each new entity created to the desired values. CA Datacom Datadictionary Release 14.0 CA Datacom Datadictionary Release 15.0 CA Datacom Datadictionary Release 15.1 DD 2158 Copyright (C) 2016 CA. All rights reserved. R00378-DCM150-SP2 DESC(FIELD ATTRIBUTES NOT TAKING DEFAULT VALUES). FMID (CAADF00) SUP ( RO92737 TR92737 TR93366 )

17 CA Datacom/AD CA RS PTF RO RO93379 RO93379 M.C.S. ENTRIES = ++PTF (RO93379) RC 13(05) IN SHADOW MUF AFTER DYNAMIC EXTEND IN PRIMARY MUF When the Dynamic Extend function is performed in the primary Multi-User Facility (MUF) of a Shadow MUF configuration, the primary MUF does not correctly relay the pertinent information to the Shadow MUF. When the Shadow MUF becomes active and an application tries to access the extended area via the Shadow MUF, it can fail with error RC 13(005). This is because the Shadow MUF has not performed the required CLOSE and re-open of the extended area. After the Shadow MUF becomes active, applications can fail with RC 13(005) and one or more of the following messages are issued by the Shadow MUF: DB02405I - PXX START (005) ADDIT DB02406I - PXX END - INVALID DASD TRACK OUTSIDE EXTENT Applications are unable to accesss the extended portion of a data or index area via the Shadow MUF. CA Datacom/DB Version 15.0 CA Datacom/DB Version 15.1 DB 5240 Copyright (C) 2016 CA. All rights reserved. R00379-DCM150-SP2 DESC(RC 13(05) IN SHADOW MUF AFTER DYNAMIC EXTEND IN PRIMARY MUF). FMID (CABDF00) PRE ( RO72240 RO72571 RO73777 RO77059 RO85408 RO88365 ) SUP ( MC80958 NC80958 RO74018 RO81820 RO93062 TR74018 TR81783 TR81820 TR93062 TR93379 )

18 CA Datacom/AD CA RS PTF RO RO93407 RO93407 M.C.S. ENTRIES = ++PTF (RO93407) INCORRECT TOTAL ROW COUNT IN OLREORG MESSAGE DB01334I The STATUS command for CA Datacom DBUTLTY function OLREORG can display an incorrect value in message DB01334I for the estimated total number of rows in the table: DB01334I OLREORG BASE nnnn TBL ttt ROW rrr OF ABOUT rrr ROWS MOVED rrr The count "rrr" of rows in the table after the word "ABOUT" can be incorrect and smaller than the number "rrr" of rows moved so far following the words "ROWS MOVED". For example: DB01334I OLREORG BASE 770 TABLE RQM ROW 40,151 OF ABOUT 37 ROWS MOVED 1000 Message DB01334I issued for a DBUTLTY OLREORG may display an incorrect estimated number of rows in the table. The total row count in message DB01334I for OLREORG may be incorrect. CA Datacom/DB Version 14.0 CA Datacom/DB Version 15.0 CA Datacom/DB Version 15.1 DB 5216 Copyright (C) 2016 CA. All rights reserved. R00381-DCM150-SP2 DESC(INCORRECT TOTAL ROW COUNT IN OLREORG MESSAGE DB01334I). FMID (CABDF00) PRE ( RO72240 RO81612 RO85366 RO92776 ) SUP ( RO67554 RO72476 RO86400 RO93179 TR67554 TR72476 TR86400 TR93179 TR93407 )

19 CA Datacom/AD CA RS PTF RO RO93497 RO93497 M.C.S. ENTRIES = ++PTF (RO93497) CAAXSAMP CORRECTIONS FOR DATACOM/AD CAAXSAMP corrections needed in AX15B001. Job will fail due to an incorrect data set name for DD DB001BK. The problem delays the installation configuration process. CA Datacom/AD Version 15.0 AD 33 Copyright (C) 2016 CA. All rights reserved. R00007-AAX150-SP1 DESC(CAAXSAMP CORRECTIONS FOR DATACOM/AD). FMID (CAAXF00) SUP ( TR93497 ) ++HOLD (RO93497) SYSTEM FMID(CAAXF00) REASON (ACTION ) DATE (16347) COMMENT ( CA Datacom/AD Version SEQUENCE After Apply PURPOSE CAAXSAMP job AXCUS00C must be re-run if it was executed before applying this PTF to ensure that the INSTJCL is correct USERS Systems programmers installing Datacom/AD 15.0 AFFECTED KNOWLEDGE JCL and Datacom product knowledge REQUIRED ACCESS CAAXSAMP and Datacom/AD data set access REQUIRED ************************** * STEPS TO PERFORM * ************************** 1. Execute CAAXSAMP job AXCUS00C to copy the correct members into hlq.instjcl. ).

20 CA Datacom/AD CA RS PTF RO RO93505 RO93505 M.C.S. ENTRIES = ++PTF (RO93505) RESTART CAN GET RC 94(157) FOR MDI BASES The CA Datacom/DB Multi-User Facility (MUF) issues return code 94(157) during RESTART processing, if any of the bases to be processed were defined with a Multi-Dataset-Index (MDI). The following messages are displayed when the problem occurs: DB02405A # PXX START ***DBRST 0 94(157) OPEN D-1 DB02406A # PXX END - INVALID AREA NAME A Master List dump is produced, but the MUF continues to come up normally. CA Datacom/DB Version 15.0 CA Datacom/DB Version 15.1 DB 5242 Copyright (C) 2016 CA. All rights reserved. R00383-DCM150-SP2 DESC(RESTART CAN GET RC 94(157) FOR MDI BASES). FMID (CABDF00) PRE ( RO68861 RO72240 RO72571 RO73777 RO74085 RO77059 RO83027 RO85408 RO88365 ) SUP ( MC80958 NC80958 RO73987 RO74018 RO81820 RO93062 RO93379 TR73588 TR73987 TR74018 TR81783 TR81820 TR93062 TR93379 TR93505 )

21 CA Datacom/AD CA RS 1701 Product/Component Listing Product Family Product Release DATACOM CA DATACOM CA DATACOM/AD The CA RS 1701 Product/Component Count for this release is 2

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 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/AD CA RS 1702 Service List

CA Datacom/AD CA RS 1702 Service List CA Datacom/AD 15.0 1 CA RS 1702 Service List Description Type 15.0 RO93486 MF: PREVENT HIGH CPU WHEN UNKNOWN TCP/IP TRAFFIC SENT PTF RO93515 DISPLAY LXX PERCENT FULL WITH STATUS_LOG CONSOLE COMMAND PTF

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 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/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 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 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 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 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 1511 Service List

CA Datacom/DB CA RS 1511 Service List CA Datacom/DB 15.0 1 CA RS 1511 Service List Description Type 15.0 RO79826 DATAREPORTER S0C4 DRCXXPR OR S0C6 DRAXXPR PTF RO81210 DATAQUERY FIELD DISPLAY PROBLEMS WITH SIGNED DATA PTF RO84145 ADD SUPPORT

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 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 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 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 Datacom/AD CA RS 1408 Service List

CA Datacom/AD CA RS 1408 Service List CA Datacom/AD 14.0 1 CA RS 1408 Service List Description Type 14.0 RO69853 UNABLE TO APF AUTHORIZE SMS MANAGED LIBRARIES USING CSM PTF RO69919 VLS CORRUPTION RESULTING FROM INCORRECT ENQUEUE CONVERSION

More information

CA Datacom/AD CA RS 1504 Service List

CA Datacom/AD CA RS 1504 Service List CA Datacom/AD 14.0 1 CA RS 1504 Service List Description Type 14.0 RO59932 DATAQUERY FIELD DISPLAY PROBLEMS PTF RO69931 INVALID THE DATA MESSAGE USING BACKWARD RECOVERY PTF RO73725 ADD URT NUMBER AS AN

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 Datacom/AD CA RS 1503 Service List

CA Datacom/AD CA RS 1503 Service List CA Datacom/AD 14.0 1 CA RS 1503 Service List Description Type 14.0 RO54870 CLOSE OPEN URTS WITH SQL_STATUS_URT DYNAMIC SYSTEM TABLE PTF RO74442 PDF ASRA DISPLAY/EDIT IDEAL PANEL PTF RO76078 UNCONDITIONAL

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 Datacom/AD CA RS 1411 Service List

CA Datacom/AD CA RS 1411 Service List CA Datacom/AD 14.0 1 CA RS 1411 Service List Description Type 14.0 RO63612 QUERY TEXT NOT PRINTED WHEN ONLINE SUBMIT TO BATCH PTF RO71060 ISOWEEK - WRONG YEAR - 1ST WEEK OF YEAR PTF RO71372 PROVIDE NEW

More information

CA Datacom/AD CA RS 1405 Service List

CA Datacom/AD CA RS 1405 Service List CA Datacom/AD 14.0 1 CA RS 1405 Service List Description Hiper 14.0 RO67063 SCF CVT CLEARED INCORRECTLY RO67340 REMOVE INCORRECT COMMENTS FROM INSTJCL MEMBER 'BDFBK01' RO67694 MF: MS-ACCESS LINKED TABLE

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/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 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 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/DB CA RS 1411 Service List

CA Datacom/DB CA RS 1411 Service List CA Datacom/DB 15.0 1 CA RS 1411 Service List Description Type 15.0 RO72582 NSV1 ERROR CODE IN SQL OR DDVKEY0015 IN DDUPDATE OR DDOL PTF RO72714 S0C4 IN DBIDXPR RUNNING RETIX VERIFY=YES PTF RO72842 SVL

More information

CA Datacom/AD CA RS 1403 Service List

CA Datacom/AD CA RS 1403 Service List CA Datacom/AD 14.0 1 CA RS 1403 Service List Description Hiper 14.0 RO56304 CORRECT ELEMENT LENGTH CALCULATION WITH REDEFINES RO56349 EXPAND INTERNAL COMAND BUFFER RO59103 VLS CICS INQUIRE FILE INCORRECT

More information

CA Datacom/DB CA RS 1510 Service List

CA Datacom/DB CA RS 1510 Service List CA Datacom/DB 14.0 1 CA RS 1510 Service List Description Type 14.0 RO58558 RETURN CODE 15(139) ON CA DATAQUERY PRODUCT FILES PTF RO79827 DATAREPORTER S0C4 DRCXXPR OR S0C6 DRAXXPR PTF RO81655 PROVIDE REMOTE

More information

CA Datacom/DB CA RS 1606 Service List

CA Datacom/DB CA RS 1606 Service List CA Datacom/DB 14.0 1 CA RS 1606 Service List Description Type 14.0 RO87877 RETURN CODE 13(16) AFTER EXTEND CBS HEURISTIC BASE PTF RO88913 DQ025E ERROR USING JOIN PROCESSING DURING EXPORT ** PRP ** RO89157

More information

CA Datacom/AD CA RS 1312 Service List

CA Datacom/AD CA RS 1312 Service List CA Datacom/AD 14.0 1 CA RS 1312 Service List Description Hiper 14.0 RO51282 DBUTLTY EOJ_REPORT/REPORT_X MAY ABEND WITH S0C4 IN DBMRPPR RO53769 RC 13(05),21(04) AND OTHERS WITH DATANE REPORT RO58591 NO

More information

CA Datacom/DB CA RS 1204 Service List

CA Datacom/DB CA RS 1204 Service List CA Datacom/DB 14.0 1 CA RS 1204 Service List Release Service Description Hiper 14.0 RO37304 DB30030E MESSAGE HAS INCORRECT RELEASE LEVEL FOR MUF RO37617 DBUTLTY ABORTS WITH A S0C4 IN DBIDXPR RO37997 CATALOG

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 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 Server CA RS 1404 Service List

CA Datacom Server CA RS 1404 Service List CA Datacom Server 14.0 1 CA RS 1404 Service List Description Hiper 14.0 RO65727 MF: DBSRV EXCESSIVE STORAGE USAGE/S0C4, SA03 ABENDS RO67386 MF/USS: SVCOMPR CHG;TYPE 4 DRIVER ISSUES;LIMIT TCP/IP < 150 The

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 Datacom/DB CA RS 1212 Service List

CA Datacom/DB CA RS 1212 Service List CA Datacom/DB 14.0 1 CA RS 1212 Service List Release Service Description Hiper 14.0 RO45087 LARGE UNSIGNED NUMBERS NOT DISPLAYING CORRECTLY IN DBSQLPR RO46449 DBSQLPR NOT ALLOWING BLANK DELIMITED PARAMETERS

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 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 IDMS CA RS 1705 Service List

CA IDMS CA RS 1705 Service List CA IDMS 19.0 1 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

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 Top Secret Security for z/os CA RS 1412 Service List

CA Top Secret Security for z/os CA RS 1412 Service List CA Top Secret Security for z/os 15.0 1 CA RS 1412 Service List Release Service Description Type 15.0 RO73379 ACID RECORD DEGRADATION POSSIBLE W/ SIGNON PSWD CHANGES *HIP/PRP* RO73933 ABEND S0C4 ON TSS

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 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 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 Mainframe Application Tuner CA RS 1410 Service List

CA Mainframe Application Tuner CA RS 1410 Service List CA Mainframe Application Tuner 9.0 1 CA RS 1410 Service List Description Type 9.0 RO69960 MONITOR STUCK IN ACTIVE STATE PTF RO71760 DB2VIEW HAS IMPROPERLY CONVERTED TEXT PTF RO71901 ABEND0C4 WITH BMC ARC

More information

CA PDSMAN PDS Library Management CA RS 1404 Service List

CA PDSMAN PDS Library Management CA RS 1404 Service List CA PDSMAN PDS Library Management 7.7 1 CA RS 1404 Service List Description Hiper 7.7 RO66063 $DEMO MAY FAIL WITH I/O ERROR AND U0001 ABEND RO66078 PDSMENT-2 OR U0001 ABEND TERMINATING HEALTH CHECKS RO66087

More information

CA ACF CA RS 1709 Service List

CA ACF CA RS 1709 Service List CA ACF2 16.0 1 CA RS 1709 List Description Type RO96906 DATASET ENCRYPTION SUPPORT PTF RO96914 SUPPORT Z/OS 2.3 WORKATTR EMAIL ADDRESS PTF RO97142 INTERNAL STC TABLE HAS A LIMIT OF 1364 STC RECORDS PTF

More information

CA LDAP CA RS 1309 Service List

CA LDAP CA RS 1309 Service List CA LDAP 15.1 1 CA RS 1309 Service List Description Hiper 15.1 RO60097 LDAP AND DBUSER AUTHORIZATIONS The CA RS 1309 service count for this release is 1 CA LDAP 15.0 2 CA RS 1309 Service List Description

More information

CA OPS/MVS for JES CA RS 1501 Service List

CA OPS/MVS for JES CA RS 1501 Service List CA OPS/MVS for JES2 12.2 1 CA RS 1501 Service List Description Type 12.2 RO76554 ADDRESS POODLE VULNERABILITY FOR SSL V3 PTF RO76787 S0C1 ABEND IN OPUSSSV PTF RO76836 MESSAGE OPS7593O ISSUED TO EDQ ONLY

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 Common Services CA RS 1408 Service List

CA Common Services CA RS 1408 Service List CA Common Services 14.1 1 CA RS 1408 Service List Release Service Description Type 14.1 RO71174 OPS/MVS API CALLS FOR STATE RETURN INVALID JOBNAME. PTF RO71856 RC 4 FOLLOWING TIMEOUT AFTER OPER CMD STOPEND

More information

CA Chorus CA RS 1410 Service List

CA Chorus CA RS 1410 Service List CA Chorus 3.0 1 CA RS 1410 Service List Description Type 3.0 RO69026 UPDATE CONFIG JCL JOB COMMENTS PTF RO71671 AUTO-CONFIG PROBLEMS PTF RO72297 CONFIG GEN UPDATE PTF RO73066 DBA CATALOG ISSUES WHEN FILTERING

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 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 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 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 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 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 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 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 Datacom CICS Services CA RS 1404 Service List

CA Datacom CICS Services CA RS 1404 Service List CA Datacom CICS Services 14.0 1 CA RS 1404 Service List Description Hiper 14.0 RO64568 NEW GENERALIZED SKPSYNC OPTION ENHANCEMENT RO64674 AN MRO/ISC TRANS INCORRECTLY GETS MSG DC00127E & THEN LOOPS RO65866

More information

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

CA Top Secret Security for z/os CA RS 1607 Service List CA Top Secret Security for z/os 16.0 1 CA RS 1607 Service List Description Type 16.0 RO89828 WITH OPTIONS(38) AND RO79619 CICS EXTRACT IS NOT CACHED *HIP/PRP* RO89936 DEFINE NEW CACEM PRODUCT RESOURCE

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 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 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 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 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 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 Cleanup for ACF CA RS 1610 Service List

CA Cleanup for ACF CA RS 1610 Service List CA Cleanup for ACF2 12.1 1 CA RS 1610 Service List Description Type 12.1 RO87553 #DBU JOB HANG IN SX22 ABEND RECOVERY; DBASE RECS LOST PTF RO88095 OPS/MVS STATE MSGS SAY STOPPING/DOWN ON DATASPACE RELOAD

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 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 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 Disk Backup and Restore CA RS 1809 Service List

CA Disk Backup and Restore CA RS 1809 Service List CA Disk Backup and Restore 12.5 1 1809 Service List Service Description Type RO99837 SVC 99 ERROR IN RESTORE/RECOVER - TIOT FULL PTF SO01880 ALLOW64KY MAY CAUSE JOBS TO HANG WHEN DATACOM MUF NOT UP PTF

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 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 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 MIM Resource Sharing CA RS 1402 Service List

CA MIM Resource Sharing CA RS 1402 Service List CA MIM Resource Sharing 11.9 1 CA RS 1402 Service List Release Service Description Hiper 11.9 RO65928 U0051 RC7 ABEND DURING VCF INITIALIZATION **HIPER** RO67045 MIM0100A MSG CAUSES FATAL SD23 ABEND The

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 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 DB2 Tools CA RS 1505 Service List

CA DB2 Tools CA RS 1505 Service List CA DB2 Tools 16.0 1 CA RS 1505 Service List Release Service Description Type 16.0 RO80053 DT109E PLAN NOT AUTHORIZED MESSAGE IS CONFUSING PTF RO80094 DISPLAY FORM BEFORE QUERY IN CICS S0C4 IN PIEFLWC PTF

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 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 LDAP CA RS 1406 Service List

CA LDAP CA RS 1406 Service List CA LDAP 15.1 1 CA RS 1406 Service List Description Type 15.1 RO66341 LDAP ERROR IN CHANGE MONITOR EVENT REPORTS PTF RO66794 CHANGE MONITOR EVENTS SEARCH SHOWS INCORRECT RESULTS PTF RO67510 MODIFYING ACTIVATION

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 ACF CA RS 1711 Service List

CA ACF CA RS 1711 Service List CA ACF2 16.0 1 CA RS 1711 List Description Type RO93852 ACF2/IMS SUPPORT FOR IMS R15 PTF RO93853 ACF2/IMS SUPPORT FOR IMS R15 PTF RO97779 CONVERT PASSWORD TO HIGHER ENCRYPTION LEVEL/AAM R_PASSWORD PTF

More information

CA ACF CA RS 1705 Service List

CA ACF CA RS 1705 Service List CA ACF2 16.0 1 CA RS 1705 List Description Type RO92798 LDS SSL INIT FAILS W/CAS2386W PTF RO93394 ACF89001 VSAM I/O ERROR WITH SHARED DASD AND CACHE PTF RO93615 ABEND S0E0 IN SAFOEUSP ON A INIT_USP CALL

More information

CA IMS Tools CA RS 1409 Service List

CA IMS Tools CA RS 1409 Service List CA IMS Tools 16.0 1 CA RS 1409 Service List Description Type 16.0 RO72449 MESSAGE ITK6517E AFTER ITKSTC PAUSE=W STARTUP PTF RO72647 TGRFXV007E ZERO CELL LENGTH FOUND PTF RO72716 MISSING OR INVALID DBD

More information

CA Disk Backup and Restore CA RS 1609 Service List

CA Disk Backup and Restore CA RS 1609 Service List CA Disk Backup and Restore 12.5 1 CA RS 1609 Service List Release Service Description Type 12.5 RO90201 ARCHIVE U0100 ABEND DUE TO INCORRECT RCF KEYS PTF RO90374 DINXUFEX EXIT DOES NOT WORK WITH BACKUPCC

More information

CA Disk Backup and Restore CA RS 1712 Service List

CA Disk Backup and Restore CA RS 1712 Service List CA Disk Backup and Restore 12.5 1 CA RS 1712 Service List Service Description Type RO96234 FIX BACKUP OF PDSE RECFM U DATA SETS PTF RO97916 S878-14 ABEND DURING IXMAINT WITH SMSPRINT PTF RO98526 ARCHIVE

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 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 Top Secret Security for z/os CA RS 1706 Service List

CA Top Secret Security for z/os CA RS 1706 Service List CA Top Secret Security for z/os 16.0 1 CA RS 1706 List Description Type RO92920 TSS9112E UNABLE TO DETERMINE JES LEVEL FOR Z/OS 2.3 PTF RO95424 BAD VALUES ACCEPTED NPWRTHRESH/NPPTHRESH/PTHRESH PTF RO95428

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 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 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 Easytrieve Report Generator CA RS 1408 Service List

CA Easytrieve Report Generator CA RS 1408 Service List CA Easytrieve Report Generator 11.6 1 CA RS 1408 Service List Release Service Description Type 11.6 RO68528 REPORT FILES ARE NOT OPENED IF THE REPORT IS NOT GENERATED PTF RO70187 HEAP VALIDATION ERROR

More information

CA ACF CA RS 1406 Service List

CA ACF CA RS 1406 Service List CA ACF2 15.0 1 CA RS 1406 Service List Description Type 15.0 RO67489 INCORPORATE ROLES IN RULE CLEANUP UTILITY PTF RO67639 ABEND S0C4 IN SAFOEOTS AFTER F ACF2,OMVS ISSUED ** PRP ** RO67649 FIX MULTIPLE

More information

CA ACF CA RS 1412 Service List

CA ACF CA RS 1412 Service List CA ACF2 15.0 1 CA RS 1412 Service List Description Type 15.0 RO72287 CICS: CTS 5.1 TD QUEUE JOB SUBMIT RUNS UNDER REGION LOGONID PTF RO72713 CICS TS 5.1 ABEND, DFHDS0007, X'0209' RESUME AREA OVERFLOW *HIP/PRP*

More information

CA JCLCheck Workload Automation CA RS 1605 Service List

CA JCLCheck Workload Automation CA RS 1605 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1605 Service List Description Type 12.0 RO87932 MISSING CAY6047 FOR QUOTED PROCNAME / IF STATEMENT SYMBOLIC PTF RO88395 INVALID CAY6084E MESSAGE REPORTED FOR

More information