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

Size: px
Start display at page:

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

Transcription

1 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 PTF RO93677 DATABASE INTERNAL RETURN CODE NOT RETURNED PTF RO93821 S0C4 ABEND IN DBSRPPR QRYEXEC+00012E AFTER RO79732/RO83166 **HIPER** RO94247 MUF ABEND DURING CICS SHUTDOWN PTF RO94280 RESTART CAN GET RC 94(157) FOR MDI BASES PTF RO94324 CURSOR 'XXX' NOT FOUND IN CURSOR TABLE PTF RO94327 DLM ERRONEOUS N04 NON-NUMERIC DATA PTF The CA RS 1703 service count for this release is 8

2 CA Datacom/DB 2 CA RS 1703 Service List for CABDF10 FMID Service Description Type CABDF10 RO94280 RESTART CAN GET RC 94(157) FOR MDI BASES PTF The CA RS 1703 service count for this FMID is 1

3 CA Datacom/DB 3 CA RS 1703 Service List for CABDF11 FMID Service Description Type CABDF11 RO94327 DLM ERRONEOUS N04 NON-NUMERIC DATA PTF The CA RS 1703 service count for this FMID is 1

4 CA Datacom/DB 4 CA RS 1703 Service List for CADQF10 FMID Service Description Type CADQF10 RO90834 CICS STORAGE VIOLATION CREATING AN SQL REPORT FORMAT PTF The CA RS 1703 service count for this FMID is 1

5 CA Datacom/DB 5 CA RS 1703 Service List for CAVEF10 FMID Service Description Type CAVEF10 RO93613 DECIMALCOLEVEN = DECIMALCOLODD MADE RQAABLE PTF RO93677 DATABASE INTERNAL RETURN CODE NOT RETURNED PTF RO93821 S0C4 ABEND IN DBSRPPR QRYEXEC+00012E AFTER RO79732/RO83166 **HIPER** RO94247 MUF ABEND DURING CICS SHUTDOWN PTF RO94324 CURSOR 'XXX' NOT FOUND IN CURSOR TABLE PTF The CA RS 1703 service count for this FMID is 5

6 CA Datacom/DB **Incremental INC00** 6 CA RS PTF RO RO90834 RO90834 M.C.S. ENTRIES = ++PTF (RO90834) CICS STORAGE VIOLATION CREATING AN SQL REPORT FORMAT Using CA-Datacom/Dataquery online during the creation of an SQL formatted report a Storage Violation (S0C4) is possible. A Storage Violation is produced when a user is in SQL mode of Dataquery online (DQRY). The user has chosen the Format Report option of DQRY and is progressing thru the create panels. DQRY produces a Storage Violation abend and the user's online DQRY session proceeds. Avoid using the Format Report option of DQRY. The basic query will execute without a formatted report. CA Dataquery Release 12.0 CA Dataquery Release 14.0 CA Dataquery Version 15.0 CA Dataquery Release 15.1 DQ 1077 Copyright (C) 2017 CA. All rights reserved. R00061-DCM151-SP0 DESC(CICS STORAGE VIOLATION CREATING AN SQL REPORT FORMAT). FMID (CADQF10) SUP ( TR90834 )

7 CA Datacom/DB **Incremental INC00** 7 CA RS PTF RO RO93613 RO93613 M.C.S. ENTRIES = ++PTF (RO93613) The following items are included in this solution: 1. DECIMALCOLEVEN = DECIMALCOLODD MADE RQAABLE 2. TIMESTAMPCOLUMN <OP> 'TIMESTAMP LITERAL' NOT PASSED TO CBS ========================================================================== DECIMALCOLEVEN = DECIMALCOLODD MADE RQAABLE ENHANCEMENT DESCRIPTION: Predicates comparing packed decimal values that differ only in precision are now passed to the Compound Boolean Selection (CBS) facility where an index could be restricted and improve performance. Example: SELECT * FROM T1 INNER JOIN T2 WHERE T1.COL1 = T2.COL1 T1.COL1 IS DECIMAL(4,0), T2.COL1 IS DECIMAL(5,0) In this case, since the precision of T2.col1 is greater than t1.col1, this join predicate did not restrict access to T2. Now, since DECIMAL(4,0) has the same number of physical bytes as DECIMAL(5,0), for the purpose of evaluating the predicate, the DECIMAL(4,0) is considered DECIMAL(5,0), so the predicate can be evaluated by CBS. For larger differences in precision, the predicate is evaluated by CBS (for an EQ operator), and it is evaluated again in SQL in case the higher precision digits are not zero. This enhancement only affects the differing precision but equal length case in the example. CA Datacom SQL Release 15.0 CA Datacom SQL Release 15.1 SQL 2079 ========================================================================== TIMESTAMPCOLUMN <OP> 'TIMESTAMP LITERAL' NOT PASSED TO CBS A predicate of the format timestmap_column <basic op> 'timestamp literal' is not passed to the Compound Boolean Facility (CBS). This problem was introduced in Version The query executes longer because the index is not restricted. If the timestamp_column is in an index, the query will search more index entries than necessary, causing the query to execute longer. Use the TIMESTAMP function to convert the literal to the timstamp data type as in the following format timestmap_column <basic op> TIMESTAMP('timestamp literal') CA Datacom SQL Version 15.0 CA Datacom SQL Version 15.1 SQL 2078 Copyright (C) 2017 CA. All rights reserved. R00142-DCM151-SP0 DESC(DECIMALCOLEVEN = DECIMALCOLODD MADE RQAABLE). FMID (CAVEF10) PRE ( RO90155 RO90826 RO90854 RO92173 ) SUP ( RO88550 TR88208 TR88392 TR88550 TR90605 TR93613 )

8 CA Datacom/DB **Incremental INC00** 8 CA RS PTF RO RO93677 RO93677 M.C.S. ENTRIES = ++PTF (RO93677) DATABASE INTERNAL RETURN CODE NOT RETURNED The database record-at-a-time (RAAT) internal return code is not returned in the SQLCA. The database record-at-a-time (RAAT) internal return code is not returned in the SQLCA. The exact error cannot be determined for external return codes that have multiple internal return codes. None. CA Datacom SQL Release 15.0 CA Datacom SQL Release 15.1 SQL 2082 Copyright (C) 2017 CA. All rights reserved. R00146-DCM151-SP0 DESC(DATABASE INTERNAL RETURN CODE NOT RETURNED). FMID (CAVEF10) SUP ( AC92212 RO92009 TR92009 TR93677 )

9 CA Datacom/DB **Incremental INC00** 9 CA RS PTF RO RO93821 RO93821 M.C.S. ENTRIES = ++PTF (RO93821) S0C4 ABEND IN DBSRPPR QRYEXEC+00012E AFTER RO79732/RO83166 Beginning with RO79732 in 14.0 and RO83166 in 15.0, the MultiUser Facility (MUF) may abend if the cursor is in an invalid state and either detail-level execution-time messages are turned on, or DIAGOPTION A is turned on and an inefficient query triggers the SQL Optimization Execution-Time report. MUF abends with a S0C4 in DBSRPPR module QRYEXEC at offset x'00012e'. A MUF outage occurs. Turn off detailed execution-time messages and/or DIAGOPTION A. CA Datacom SQL Version 14.0 CA Datacom SQL Version 15.0 SQL 2036 Copyright (C) 2017 CA. All rights reserved. R00147-DCM151-SP0 DESC(S0C4 ABEND IN DBSRPPR QRYEXEC+00012E AFTER RO79732/RO83166). FMID (CAVEF10) PRE ( RO92064 ) SUP ( TR93821 )

10 CA Datacom/DB **Incremental INC00** 10 CA RS PTF RO RO94247 RO94247 M.C.S. ENTRIES = ++PTF (RO94247) MUF ABEND DURING CICS SHUTDOWN The Multi-user Facility (MUF) may abnormally terminate during CICS shutdown, or close of the SQL URT. This is a rare multi-tasking timing condition. The abend is most likely to occur in module memserv. MUF must be restarted. None. CA Datacom SQL Release 15.0 CA Datacom SQL Release 15.1 SQL 2083 Copyright (C) 2017 CA. All rights reserved. R00156-DCM151-SP0 DESC(MUF ABEND DURING CICS SHUTDOWN). FMID (CAVEF10) SUP ( TR94247 )

11 CA Datacom/DB **Incremental INC00** 11 CA RS PTF RO RO94280 RO94280 M.C.S. ENTRIES = ++PTF (RO94280) 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. None. CA Datacom/DB Version 15.0 CA Datacom/DB Version 15.1 DB 5242 Copyright (C) 2017 CA. All rights reserved. R00157-DCM151-SP0 DESC(RESTART CAN GET RC 94(157) FOR MDI BASES). FMID (CABDF10) PRE ( RO88530 RO90903 RO91015 RO91632 RO92259 RO92858 ) SUP ( BC90081 RO91515 RO93450 TR91515 TR93450 TR94076 TR94280 )

12 CA Datacom/DB **Incremental INC00** 12 CA RS PTF RO RO94324 RO94324 M.C.S. ENTRIES = ++PTF (RO94324) CURSOR 'XXX' NOT FOUND IN CURSOR TABLE A COBOL program should be able to have 1000 cursors but is failing at 100. Error CURSOR 'xxx' NOT FOUND IN CURSOR TABLE is issued during pre-processing of the program. The program cannot be pre-processed. None. CA Datacom SQL Release 14.0 CA Datacom SQL Release 15.0 CA Datacom SQL Release 15.1 SQL 2077 Copyright (C) 2017 CA. All rights reserved. R00158-DCM151-SP0 DESC(CURSOR 'XXX' NOT FOUND IN CURSOR TABLE). FMID (CAVEF10) SUP ( TR93269 TR94324 )

13 CA Datacom/DB **Incremental INC00** 13 CA RS PTF RO RO94327 RO94327 M.C.S. ENTRIES = ++PTF (RO94327) DLM ERRONEOUS N04 NON-NUMERIC DATA DLM macro may issue erroneous N04 when translating DATAVIEW statements. DATA-VIEW dataview DICTIONARY NAME IS dictionary name ******* ERROR N04 NON-NUMERIC DATA IN &SET OR &IF N04 messages on DATAVIEW statements - this may cause cascading errors on statements referencing the failed dataview definitions. CA Datacom MetaCOBOL translation of valid programs fail. None CA Datacom Metacobol Support Release 15.1 DBMET 7 Copyright (C) 2017 CA. All rights reserved. R00159-DCM151-SP0 DESC(DLM ERRONEOUS N04 NON-NUMERIC DATA). FMID (CABDF11) PRE ( RO92016 ) SUP ( RO93061 TR93061 TR94327 ) ++HOLD (RO94327) SYSTEM FMID(CABDF11) REASON (ENH ) DATE (17038) COMMENT ( CA Datacom Metacobol Support Release SEQUENCE Before using MetaCOBOL translator PURPOSE Refresh DLM macroset as needed USERS Programmers AFFECTED KNOWLEDGE Normal MetaCOBOL usage REQUIRED ACCESS MetaCOBOL macro library REQUIRED ************************** * STEPS TO PERFORM * ************************** 1. Copy MCT#DLM to MetaCOBOL macro library as DLM 2. Unload / Reload as required. ).

14 CA Datacom/DB 15.1 **Incremental INC00** 14 CA RS 1703 Product/Component Listing Product Family Product Release DATACOM CA DATACOM DATADICTIONARY CA DATACOM FAST RESTORE CA DATACOM METACOBOL SUPPORT CA DATACOM PRESSPACK CA DATACOM SQL CA DATACOM/DB CA DATAQUERY FOR CA DATACOM The CA RS 1703 Product/Component Count for this release is 7

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 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 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 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/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 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 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/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 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/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 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 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 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/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/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 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 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/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/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/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 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/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 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/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 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/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 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 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/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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/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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 View CA RS 1312 Service List

CA View CA RS 1312 Service List CA View 12.0 1 CA RS 1312 Service List Description Hiper 12.0 RO53066 SARTIA09 MESSAGE ENHANCEMENT - REPORT IDENTIFICATION RO57767 S0C4 ON DRAS TASK WITH WEB VIEWER V12 RO57866 SARCPI02 ERROR INDEXING

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

CA ACF CA RS 1610 Service List CA ACF2 16.0 1 CA RS 1610 Service List Description Type 16.0 RO88622 POSITION FOR DB2 12.1 PTF RO89873 ACF2/IMS BATCH INTERFACE SUPPORT FOR IMS R14 PTF RO90019 ACF2/IMS BATCH INTERFACE SUPPORT FOR IMS

More information

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

CA Top Secret Security for z/os CA RS 1704 Service List CA Top Secret Security for z/os 16.0 1 CA RS 1704 List Description Type RO93932 CICS SIGNON WITH PASSTICKET FAILS WITH BACKGROUND USER ** PRP ** RO94168 MODIFY MESSAGE TSS0962 FROM LEVEL E TO W PTF RO94686

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

CA ACF CA RS 1510 Service List CA ACF2 15.0 1 CA RS 1510 Service List Description Type 15.0 RO77972 ADD JES3 2.2 SUPPORT TO JES3U313 PTF RO79072 PSGPCHG PANEL GET ACF67001 COMMAND Y INVALID AFTER RO76957 ** PRP ** RO79549 CICS: RECOGNIZE

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

CA ACF CA RS 1704 Service List CA ACF2 16.0 1 CA RS 1704 List Description Type RO91983 ACFRPTRV/SL: ALLOW RUN WITHOUT CARRIAGE CONTROL OR HEADERS PTF RO93380 CICS: S0C4 IN ACF04RSI BAD ACEE/ACMCB/KSRT PTF RO93699 CIA - SOME RESOURCE

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

CA Mainframe Application Tuner CA RS 1505 Service List CA Mainframe Application Tuner 9.0 1 CA RS 1505 Service List Description Type 9.0 RO74532 ENQ/DEQ FAILURE DURING PMA SERVER START/STOP PTF RO78113 ABEND A03 DURING STOPPING OF PMA SERVER PTF RO78128 100

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 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 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 OPS/MVS for JES CA RS 1704 Service List

CA OPS/MVS for JES CA RS 1704 Service List CA OPS/MVS for JES3 12.3 1 CA RS 1704 List Description Type RO94460 EXPLOIT Z/OS OS CHANGE (ICN1501) PTF RO94620 SSMGA AUTOHOME FAILS FOR SLOW MSF CONNECTIONS PTF RO94826 Z/OS 2.3-8-CHARACTER TSO USERID

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 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 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 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 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 Workload Automation CA 7 Edtion CA RS 1502 Service List

CA Workload Automation CA 7 Edtion CA RS 1502 Service List CA Workload Automation CA 7 Edtion 12.0 1 CA RS 1502 Service List Description Type 12.0 RO76996 DATASET MEMBER UPDATE PROBLEMS PTF RO77007 DATABASE VALIDATION ISSUES PTF RO77343 SASSDCTG - JOB SUBMISSION

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