CA Repository for z/os CA RS 1511 Service List

Size: px
Start display at page:

Download "CA Repository for z/os CA RS 1511 Service List"

Transcription

1 CA Repository for z/os CA RS 1511 Service List Release Service Description Type 7.2 RO85297 CONVERT SOC7 IN COBOL SCAN TO RC=12 PTF RO85308 CORRELATION ID ON SQL COLUMNS PTF RO85459 RESOLVING PROBLEM FOR RO70097, RO58507 AND RO83227 PTF The CA RS 1511 service count for this release is 3

2 CA Repository for z/os 2 CA RS 1511 Service List for CNW7200 FMID Service Description Type CNW7200 RO85308 CORRELATION ID ON SQL COLUMNS PTF RO85459 RESOLVING PROBLEM FOR RO70097, RO58507 AND RO83227 PTF The CA RS 1511 service count for this FMID is 2

3 CA Repository for z/os 3 CA RS 1511 Service List for CP$7200 FMID Service Description Type CP$7200 RO85297 CONVERT SOC7 IN COBOL SCAN TO RC=12 PTF The CA RS 1511 service count for this FMID is 1

4 CA Repository for z/os CA RS PTF RO85297 Release Service 7.2 RO85297 RO85297 M.C.S. ENTRIES = ++PTF (RO85297) DESC (CONVERT SOC7 IN COBOL SCAN TO RC=12) /* PRODUCT: CA Repository for z/os RELEASE: 7.2 DATE: 6 OCT 2015 HYPER: NO STARTRAK PROBLEM PRODUCT NAME: XSC PROBLEM NUMBER: 107 CONVERT SOC7 IN COBOL SCAN TO RC=12 The COBOL scanner, MSCANDB2 (SCAN1), abends with a S0C7 when it encounters a program listing that does not contain an IDENTIFICATION DIVISION or a DATA DIVISION. Customer has requested that the response be changed to a RC=12 and a message. A scan of a COBOL "program" that does not contain an IDENTIFICATION DIVISION ends with a: CEE3207S The system detected a data exception (System Completion Code=0C7). The S0C7 is reported as a system failure, even though this is a normal situation at some customers sites. Request is to convert the abend to a RC=12. PRODUCT(S) AFFECTED: CA Repository for z/os Release 7.2 CA Repository Exchange for COBOL Release */. ++VER (Z038) FMID(CP$7200) SUP (T54R645).

5 CA Repository for z/os CA RS PTF RO85308 Release Service 7.2 RO85308 RO85308 M.C.S. ENTRIES = ++PTF (RO85308) DESC (CORRELATION ID ON SQL COLUMNS) /* PRODUCT: CA Repository Exchange for COBOL RELEASE: 7.2 DATE: 6 OCT 2015 HYPER: NO STARTRAK PROBLEM PRODUCT NAME: XSC PROBLEM NUMBER: 103 CORRELATION ID ON SQL COLUMNS The CORRELATION ID is not being resolved into the correct TABLE name when the CORRELATION ID is used in a sub-query (a SELECT within a WHERE clause, for instance). A COBOL program that contains an SQL EXEC which uses a Correlation Id instead of the Table Name in a sub-query, such as: SELECT DISTINCT B.DPOS_CDE FROM CCVEV01T A, CEDPR01T B WHERE A.CUST_ID_NBR = :WS-CUST-ID-NBR AND NOT EXISTS ( SELECT D.DPOS_CDE <<<<<<< FROM CCVEV01T C, CEDPR01T D WHERE C.CUST_PRT_NBR = :WS-CUST-PRT-NBR will get an incorrect intermediate SQL output file from the SCAN1 program, which will in turn cause the DBXSCNC load program to get the message THE COLUMN "DPOS_CDE" COLUMN of "DB2P.PROD.CCVEV01T" WAS NOT FOUND. The PRG DB2 relationship between the Column and the Program is not created in the Repository. none. PRODUCT(S) AFFECTED: CA Repository Exchange for COBOL Release */. ++VER (Z038) FMID(CNW7200) PRE (RO85297) SUP (T54R647,T54R412,T54R231,T54R181,T54R148,T54R068, T54R016,RO58240,RO70096,T54R404,RO57536,T5QV182, T5QV106,RO26865,RO30379,RO58507,RO56794,T5QV998, T5QV101,RO26994,RO64650,RO65311,T5QV576,RO44218, RO55369,T5QV970,AR48152,T5QV590,T54R029,T54R058, T54R207,RO70097,RO60101,RO61368,RO44941,RO48152, T5QV647,RO50702,T5QV822,T5QV922,RO73111,RO73304, RO77103,RO83227,AO70097,AR58507,AR83227,RO85459, AR70097).

6 CA Repository for z/os CA RS PTF RO85459 Release Service 7.2 RO85459 RO85459 M.C.S. ENTRIES = ++PTF (RO85459) DESC (RESOLVING PROBLEM FOR RO70097, RO58507 AND RO83227) /* PRODUCT: CA Repository Exchange for COBOL RELEASE: 7.2 DATE: 9 OCT 2015 HYPER: NO STARTRAK PROBLEM PRODUCT NAME: XSC PROBLEM NUMBER: 109 RESOLVING PROBLEM FOR RO70097, RO58507 AND RO83227 RO70097 (XSC 97) introduced a problem where PRG DATA relations were formed with incorrect paragraph names. The problem was propagated to RO73111 (XSC 99), RO73304 (XSC 100) and RO77103 (XSC 101). In addition, certain COBOL listings, for instance those containing the keyword SKIP3, have been found to go into an infinite loop, requiring that the program be cancelled This solution corrects the looping problem, as well as the PRG DATA relations with incorrect paragraph names introduced by RO70097 (XSC 097), and also incorporates corrected solutions for RO73111 (XSC 99), RO73304 (XSC 100) and RO77103 (XSC 101). It is also the resolving fix for RO58507 (XSC 91) and RO83227 (XSC 104 and XSC 102) which had an SMP/e MASS MODE problem. The descriptions of all these fixes (in reverse order) are listed below: (XSC 104,RO83227) Certain COBOL listing, for instance ones that contain SKIP3, can go into an infinite loop and the scan job has to be cancelled. The SCAN1 job simple does not end. No error messages are produced. The associated listing simply cannot be scanned into the Repository. (XSC 102) The COBOL scanner, MSCANDB2 (SCAN1), is incorrectly outputting the REFER and REFERSUM output files. The REFER-PARAGRAPH values are not correct for any COBOL listing. The Paragraph Name on the PRG DATA relationships which are formed from the metadata in these files is incorrect. The PRG DATA relationship will be formed with a Paragraph Name that is certainly incorrect and probably not even a paragraph name. (XSC 101, RO77103) The COBOL scanner, MSCANDB2 (SCAN1), does not recognize that identifiers defined in an SQL cursor statement do not define columns. It therefore treats them as columns, and makes a corresponding entry in the SQL output file as a column. This results in a "COLUMN" not found error message and a RC=04. A COBOL program containing (for example): EXEC SQL DECLARE C3_ROLE CURSOR FOR SELECT ROLES.DIRECTORY_ID,

7 CA Repository for z/os CA RS PTF RO85459 Release Service ROLES.PRODUCT_CODE, ROLES.ROLE_SEQUENCE, SUBSTR(ADDRX.ADDRESS_LINE_5,31,2) STATE_CODE <<< FROM ADDRX JOIN ROLES ON ADDRX.DIRECTORY_ID = ROLES.DIRECTORY_ID - Will add STATE_CODE to the SQL output file. When run into the subsequent load step this will result in the message: Error: THE COLUMN "STATE_CODE" OF TABLE "DB2P.PJ1P.ADDRX" WAS NOT FOUND. A COBOL program containing a cursor with an implicit define cannot be scanned into the Repository without generating warning messages. (XSC 100, RO73304) The COBOL scanner, MSCANDB2 (SCAN1), does not recognize the DB2 function TIMESTAMP_FORMAT and treats it as a column name. This results in a "COLUMN" not found error message and a RC=04. A COBOL program containing (for example): *****EXEC SQL ***** SELECT * ***** FROM QEPUL01T ***** WHERE (DATE(CRET_TMSP) < ***** DATE(TIMESTAMP_FORMAT(:WK-CURR-CYC-DATE,'DDMMYYYY')) will get the message: THE COLUMN "TIMESTAMP_FORMAT" OF TABLE "PROD.QEPUL01T" WAS NOT FOUND. A COBOL program containing the function TIMESTAMP_FORMAT cannot be scanned into the Repository without warnings. (XSC 99, RO73111) The COBOL scanner, MSCANDB2 (SCAN1), does not always ignore SQL INCLUDE statements which have been "commented out " by the programmer This results in a PRG COPY relationship which should not be created. A COBOL program containing (for example): CR0512* EXEC SQL CR0512* INCLUDE COPYBOOK CR0512* END-EXEC. Will create an entry PROGRAMCOPYBOOK (where PROGRAM is the name of the PROGRAM), in the COPY output file. A PRG COPY association will be created between the program "PROGRAM"and the copybook "COPYBOOK". (XSC 97, RO70097) The CA Repository COBOL scanner, MSCANDB2, does not correctly scan listings that are produced by the Serena Changeman(R) code manager. In particular, when a DCLGEN is introduced via a COPYBOOK, the copybook name will be used in the RECORD name, instead of the actual 01 Record name. When a program contains a COPY ESAIDTBL statement, and the

8 Release Service CA Repository for z/os CA RS PTF RO85459 copy book contains a DCLGEN, such as EXEC SQL DECLARE M0B.TB097_PROG_SERV_USER_MAP TABLE ( APPL_PROG_ID CHAR(8) NOT NULL,... ) END-EXEC. The REFER file will be produced with ESAIDTBL as the 01 Record name instead of DCLTB097-PROG-SERV-USER-MAP. A COBOL program containing a DCLGEN copybook will not scan properly into the Repository (XSC 91, RO58507) The COBOL scanner, MSCANDB2, does not recognize the reserved word "POSITION". This results in a "COLUMN" not found error message and a RC=04 for the step when processing any COBOL program that contains this particular reserved word. A COBOL program containing (for example): EXEC SQL DECLARE CURCLAIM CURSOR FOR SELECT CLM_RPT_NBR, CLM_NBR_ID_CODE, CNTRCT_NBR, CLM_TERMIN_RSN_CDE, CUST_ID_NBR FROM CLAIM01T WHERE CUST_ID_NBR = :WS-CUST-ID-NBR ORDER BY POSITION <<<<<<<<<<<<<<< (CLM_NBR_ID_CODE,'MS LTCPW DI HC ',OCTETS), CLM_RPT_NBR DESC, CNTRCT_NBR ASC, CLM_TERMIN_RSN_CDE ASC will get the message: THE COLUMN "POSITION" OF TABLE "<creator>.claim01t" WAS NOT FOUND. A COBOL program containing the reserved word (FUNCTION) "POSITION" cannot be scanned into the Repository because the Repository is treating the reserved word as a DB2 column name and generating a warning message "THE COLUMN "POSITION" OF TABLE "XXXXXXX.CLAIM01T" WAS NOT FOUND." PRODUCT(S) AFFECTED: CA Repository Exchange for COBOL Release */. ++VER (Z038) FMID(CNW7200) PRE (RO85297) SUP (T54R662,T54R412,T54R231,T54R181,T54R148,T54R068, T54R016,RO58240,RO70096,T54R404,RO57536,T5QV182, T5QV106,RO26865,RO30379,RO58507,RO56794,T5QV998, T5QV101,RO26994,RO64650,RO65311,T5QV576,RO44218, RO55369,T5QV970,AR48152,T5QV590,T54R029,T54R058, T54R207,RO70097,RO60101,RO61368,RO44941,RO48152, T5QV647,RO50702,T5QV822,T5QV922,RO73111,RO73304, RO77103,RO83227,AO70097,AR58507,AR83227,T54R647, AR70097).

CA Repository for z/os CA RS 1509 Service List

CA Repository for z/os CA RS 1509 Service List CA Repository for z/os 7.2 1 CA RS 1509 Service List Description Type 7.2 RO83227 VARIOUS FIXES PTF RO83233 DATE AND DATETIME2 NOT RECOGNIZED PTF RO83236 DATE AND DATETIME2 NOT RECOGNIZED PTF RO83511 DBXOR03

More information

CA Repository for z/os CA RS 1406 Service List

CA Repository for z/os CA RS 1406 Service List CA Repository for z/os 7.2 1 CA RS 1406 Service List Description Type 7.2 RO69497 FORGNKEY RULE ERROR PTF RO69499 UDB EXCHANGE - LOB COLUMN EXTRACT PTF RO69500 UDB EXCHANGE - LOB COLUMN EXTRACT PTF RO70095

More information

CA Repository for z/os CA RS 1309 Service List

CA Repository for z/os CA RS 1309 Service List CA Repository for z/os 7.2 1 CA RS 1309 Service List Description Hiper 7.2 RO56794 COLUMN "ROUND" NOT FOUND RO56812 REPORT PANELS EDIT JCL => N LOOPS RO57150 TERADATA MUST SORT ON DATABASE RO57504 VIEW

More information

CA Repository for z/os CA RS 1403 Service List

CA Repository for z/os CA RS 1403 Service List CA Repository for z/os 7.2 1 CA RS 1403 Service List Description Hiper 7.2 RO63767 CATSYNC - INCORRECT ENT_TYPE ON TEXT_1 FOR CHK CON RO64483 BIGINT TRANSLATION RO64535 CA REPOSITORY SUPPORT FOR DB2 11

More information

CA Repository for z/os CA RS 1412 Service List

CA Repository for z/os CA RS 1412 Service List CA Repository for z/os 7.2 1 CA RS 1412 Service List Release Service Description Type 7.2 RO74584 SOURCE CPYBK NAME BLANK ON COPYCOPY RELATIONSHIP PTF RO75485 MSSQL EXCHANGE - SUPPORT FOR SERVER 2012 PTF

More information

CA Repository for z/os CA RS 1312 Service List

CA Repository for z/os CA RS 1312 Service List CA Repository for z/os 7.2 1 CA RS 1312 Service List Description Hiper 7.2 RO60787 0C4 ABEND WHEN SELECTING SYSTEM.LOGO RO61230 DBXSYNC SPACE INCORRECT RO61234 DBXSYNC SPACE INCORRECT RO61368 TRANSLATE

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 Workload Automation ESP Edition CA RS 1412 Service List

CA Workload Automation ESP Edition CA RS 1412 Service List CA Workload Automation ESP Edition 11.4 1 CA RS 1412 Service List Description Type 11.4 RO67916 WITHDRAWN APPL SHOWS OVERDUE PTF RO68565 RETSCBD FUNCTION DOES NOT INITIALIZE VARIABLES PTF RO70206 DESCRIPTION

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 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 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 JCLCheck Workload Automation CA RS 1412 Service List

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

More information

CA Common Services CA RS 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 Easytrieve Report Generator CA RS 1610 Service List

CA Easytrieve Report Generator CA RS 1610 Service List CA Easytrieve Report Generator 11.6 1 CA RS 1610 Service List Description Type 11.6 RO89164 CORRECT LE LOOPING ERROR ON INVALID SUBPROGRAM NAME PTF RO91506 DISPLAY SKIP IN ENDPAGE REPORT PROCEDURE 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 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 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 Workload Automation ESP Edition CA RS 1609 Service List

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

More information

CA 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 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 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 TPX Session Management CA RS 1511 Service List

CA TPX Session Management CA RS 1511 Service List CA TPX Session Management 5.4 1 CA RS 1511 Service List Description Type 5.4 RO84473 ACF2PWPH OUT OF SEQUENCE ERROR MSGS PTF RO85184 TPXLGMOD ASSEMBLY ERROR RC=20 PTF RO85195 RESOLVE PSWD AND PWPH TYPE

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 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 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 JCLCheck Workload Automation CA RS 1411 Service List

CA JCLCheck Workload Automation CA RS 1411 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1411 Service List Description Type 12.0 RO73100 INCORRECT MESSAGE CAY6077E FOR EMPTY GDG BASE DSN PTF RO73180 VARIOUS PROBLEMS WITH SOME DFSORT KEYWORDS PTF

More information

CA TPX Session Management CA RS 1403 Service List

CA TPX Session Management CA RS 1403 Service List CA TPX Session Management 5.4 1 CA RS 1403 Service List Description Hiper 5.4 RO63718 SET TYPE FIELD TO "TPX" FOR INTERNAL TPX APPLICATIONS RO66029 PASSWORD PHRASE S0C1 FREESLOT+1B0 The CA RS 1403 service

More information

CA JCLCheck Workload Automation CA RS 1408 Service List

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

More information

CA 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 JCLCheck Workload Automation CA RS 1404 Service List

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

More information

CA 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 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 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 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 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 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 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 JCLCheck Workload Automation CA RS 1705 Service List

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

More information

CA Repository for z/os CA RS 1408 Service List

CA Repository for z/os CA RS 1408 Service List CA Repository for z/os 7.2 1 CA RS 1408 Service List Description Type 7.2 RO71349 CANNOT CHANGE FOREIGN KEY NAME PTF RO72071 ORACLE CATSYNC - INDEX KEY VERSIONING PTF RO72126 CANNOT CHANGE FOREIGN KEY

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 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 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 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 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

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 JCLCheck Workload Automation CA RS 1406 Service List

CA JCLCheck Workload Automation CA RS 1406 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1406 Service List Description Type 12.0 NO-SRV2 CA RS 1406 Contains No Service For This Release of This Product. PTF The CA RS 1406 service count for this release

More information

CA JCLCheck Workload Automation CA RS 1407 Service List

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

More information

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

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

More information

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

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

More information

CA Workload Automation CA 7 Edtion CA RS 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 SymDump Batch CA RS 1408 Service List

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

More information

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

CA MIM Resource Sharing CA RS 1307 Service List CA MIM Resource Sharing 11.9 1 CA RS 1307 Service List Release Service Description Hiper 11.9 RO60355 ABENDU0095 RC=1817 MIMTPNTR UNEXPECTED CSVDYNEX FAILURE **HIPER** The CA RS 1307 service count for

More information

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

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

More information

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

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

More information

CA Mainframe Application Tuner CA RS 1403 Service List

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

More information

CA 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 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 1409 Service List

CA Top Secret Security for z/os CA RS 1409 Service List CA Top Secret Security for z/os 15.0 1 CA RS 1409 Service List Description Type 15.0 RO71034 TSSCFILE ABENDS WITH S878-10, OUT OF STORAGE PTF RO71198 CHORUSSTATG NOT STARTING AFTER TSS MODIFY PTF RO71376

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 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 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 1612 Service List

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

More information

CA NetMaster CA RS 1609 Service List

CA NetMaster CA RS 1609 Service List CA NetMaster 12.1 1 CA RS 1609 Service List Description Type 12.1 RO90308 BCILOGON TRUNCATES USERID TO 7 CHARACTERS PTF RO90664 SUPPORT LATEST AT-TLS CRYPTOGRAPHIC OPTIONS IN SMARTTRACE PTF RO90977 DEVICE

More information

CA IDMS CA RS 1607 Service List

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

More information

CA 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 Spool Java Transformers CA RS 1306 Service List

CA Spool Java Transformers CA RS 1306 Service List CA Spool Java Transformers 11.7 1 CA RS 1306 Service List Description Hiper 11.7 RO51514 AFP TO PCL - INCORRECT OVERLAY IS BEING USED RO54588 ORIENTATION SPECIFIED IN MEDIUM MAP IS NOT USED RO55293 METACODE

More information

CA Vantage Storage Resource Manager CA RS 1604 Service List

CA Vantage Storage Resource Manager CA RS 1604 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1604 Service List Description Type 12.6 RO70420 S0D3 ABEND PTF RO86858 TOTALS NOT AVAILABLE IN TS7700 OBJECT VISIVTAH PTF RO87721 AUTO ADDS CANCEL COMMAND

More information

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

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

More information

CA Workload Automation ESP Edition CA RS 1312 Service List

CA Workload Automation ESP Edition CA RS 1312 Service List CA Workload Automation ESP Edition 11.4 1 CA RS 1312 Service List Description Hiper 11.4 RO59473 TEMPLIB RESERVATION IN CYBJSDLT RO59592 SECURITY PROFILE DSALLOC FOR CONCAT DATA SETS IS MISHANDLED RO59743

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

CA Top Secret Security for z/os CA RS 1310 Service List CA Top Secret Security for z/os 15.0 1 CA RS 1310 Service List Description Hiper 15.0 RO59749 TSS9147E VSAMFILE FILE FAILED BACKUP RO60611 S013-C0 ABEND TIME SERIES FACILITY ERROR HANDLING RO61055 JES2

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

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

More information

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

CA Common Services CA RS 1612 Service List CA Common Services 14.1 1 CA RS 1612 Service List Release Service Description Type 14.1 RO85319 Add KEYRING support to Apache Tomcat Common Service PTF RO88408 SUPPORT DB2 V12.1 PTF RO91353 DELIVER MESSAGE

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 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 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 XCOM Data Transport for z/os CA RS 1411 Service List

CA XCOM Data Transport for z/os CA RS 1411 Service List CA XCOM Data Transport for z/os 12.0 1 CA RS 1411 Service List Description Type 12.0 RO74240 MISSING MESSAGE XCOMM0425E WHEN VSAM HISTORY FILE FULL *HIP/PRP* RO74259 XCOM V12.0 SAMPLE JCL MEMBERS HAVE

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

CA ACF CA RS 1409 Service List CA ACF2 15.0 1 CA RS 1409 Service List Description Type 15.0 RO70473 ACALT REQUEST TO INSERT LOGONID MAY GET ACF00050 MESSAGE PTF RO70480 INCONSISTENT ACF00RBS RESULTS WITH INPUT GROUP PTF RO70670 MOVE

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 Jobtrac Job Management CA RS 1410 Service List

CA Jobtrac Job Management CA RS 1410 Service List CA Jobtrac Job Management 11.0 1 CA RS 1410 Service List Release Service Description Type 11.0 RO66320 NO END TIME SPECIFIED IN THE RANGE OF ADR,AMR,SCS ENTRY PTF RO72780 EMAIL TCPIP CONNECTION FAILURE

More information

CA Workload Automation ESP Edition CA RS 1501 Service List

CA Workload Automation ESP Edition CA RS 1501 Service List CA Workload Automation ESP Edition 11.4 1 CA RS 1501 Service List Description Type 11.4 RO67885 MNSUB# STAYS ZERO AFTER FIRST JOB'S SUBMISSION PTF RO69053 NOTIFY SYMBOLIC RESOLUTION PTF RO69059 A WARNING

More information

CA Mainframe Chorus CA RS 1306 Service List

CA Mainframe Chorus CA RS 1306 Service List CA Mainframe Chorus 2.5 1 CA RS 1306 Service List Release Service Description Hiper 2.5 RO54019 NMIPTSSX OVERLAYS STORAGE RO55274 ETJDI003E WHEN DSI SSL ENABLED The CA RS 1306 service count for this release

More information

CA Workload Automation ESP Edition CA RS 1410 Service List

CA Workload Automation ESP Edition CA RS 1410 Service List CA Workload Automation ESP Edition 11.4 1 CA RS 1410 Service List Release Service Description Type 11.4 RO68807 LAPX PANEL HAS WRONG DEPTH PTF The CA RS 1410 service count for this release is 1 CA Workload

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

CA LDAP CA RS 1508 Service List CA LDAP 15.1 1 CA RS 1508 Service List Description Type 15.1 RO80291 ERROR SELECT SOME RDT RECORDS PTF RO82372 DSI UPDATED DIAGNOSTICS PTF RO82415 VIEW PDS ADD EVENT DROPS LDAP PTF RO82496 DSI MINIMUM

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

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

More information