CA MIM Resource Sharing CA RS 1604 Service List

Size: px
Start display at page:

Download "CA MIM Resource Sharing CA RS 1604 Service List"

Transcription

1 CA MIM Resource Sharing CA RS 1604 Service List Release Service Description Type 12.1 RO88317 EARLY START EXIT LEFT ACTIVE IF MIM SYNCHRONIZATION FAILS PTF RO88720 TAPE DEVICE ALLOCATION DEADLOCK VARY ONLINE/OFFLINE GLOBAL **HIPER** RO88873 HIGH CPU USAGE WITH DEQPOST=ALWAYS PTF The CA RS 1604 service count for this release is 3

2 CA MIM Resource Sharing 2 CA RS 1604 Service List for CBTDC10 FMID Service Description Type CBTDC10 RO88317 EARLY START EXIT LEFT ACTIVE IF MIM SYNCHRONIZATION FAILS PTF RO88720 TAPE DEVICE ALLOCATION DEADLOCK VARY ONLINE/OFFLINE GLOBAL **HIPER** RO88873 HIGH CPU USAGE WITH DEQPOST=ALWAYS PTF The CA RS 1604 service count for this FMID is 3

3 CA MIM Resource Sharing CA RS PTF RO88317 Release Service 12.1 RO88317 RO88317 M.C.S. ENTRIES = ++PTF (RO88317) EARLY START EXIT LEFT ACTIVE IF MIM SYNCHRONIZATION FAILS PROBLEM DESCRIPTION: When running with the Early Start mechanism, the MIMESNQX exit may be left active if MIM fails to synchronize properly on the first attempt. SYMPTOMS: ENQUEUE and DEQUEUE performance may be slightly degraded. IMPACT: ENQUEUE and DEQUEUE performance may be slightly degraded. CIRCUMVENTION: None. PRODUCT(S) AFFECTED: CA MULTI-IMAGE MANAGER Release 12.0 CA MULTI-IMAGE MANAGER Release 12.1 Related Problem: MII 239 Copyright (C) 2016 CA. All rights reserved. R00083-BTD121-SP1 DESC(EARLY START EXIT LEFT ACTIVE IF MIM SYNCHRONIZATION FAILS). ++VER (Z038) FMID (CBTDC10) PRE ( RO81389 RO83424 ) SUP ( TR88317 )

4 CA MIM Resource Sharing CA RS PTF RO88720 Release Service 12.1 RO88720 RO88720 M.C.S. ENTRIES = ++PTF (RO88720) TAPE DEVICE ALLOCATION DEADLOCK VARY ONLINE/OFFLINE GLOBAL * Product Error Alert (PEA) * * This Product Error Alert is intended to inform CA MIA * * Customers about a Tape Device Allocation Deadlock * * condition that can occur at CA MIA R11.9 and above in * * z/os 1.13 and above operating environments. * * Creation Date: 17 NOV 2015 * * Revision Date: 17 NOV 2015 * * The Problem described in this Problem Record and the * * related CA MIA R11.9 Information APAR RI86564 has been * * corrected. * * Please read the addendum appended to the bottom of this * * document for a description of the resolving CA and IBM * * PTFs. * Background: CA MIA UNLOAD Serialization, implemented at CA MIM 11.9 (May 2012 GA), was specifically developed to address an IOS003A INTERVENTION REQUIRED problem involving tape volumes remaining in Tape Device transports after deallocation. In the original reported problem, system automation had been implemented to issue and analyze CA MIA DISPLAY GLOBALUNIT command output and issue z/os UNLOAD commands for unallocated tape devices on which tape volumes remained after de-allocation. This unintended use of the DISPLAY GLOBALUNIT command data triggered large volumes of UNLOAD commands, some of which resulted in IOS003A INTERVENTION REQUIRED conditions for target tape devices on external MIAplex systems. CA MIA UNLOAD Serialization was developed in cooperation with IBM, which provided the IEF_ALLC_UNLOAD MVS Installation Exit at z/os The IEF_ALLC_UNLOAD Exit is driven when a device is unloaded by processes occurring outside of the normal allocation work flow, such as VARY OFFLINE or UNLOAD command processing. During product initialization at CA MIA releases 11.9 and above, in z/os 1.13 and above operating environments, CA MIA plants module MIMTPUNX at the IEF_ALLC_UNLOAD Exit point. MIMTPUNX globally serializes IEF_ALLC_UNLOAD calls. There are no MIA parameters that control the activation or deactivation of MIA UNLOAD Serialization. Problem: Three years after its implementation, several CA MIA customers recently experienced problems involving CA MIA UNLOAD Serialization. Analysis of the problem documentation identified that a Tape Device Allocation Hang condition can occur in CA MIM 11.9, z/os 1.13 and above environments. Exposure to the problem exists when VARY ONLINE commands and multiple VARY OFFLINE command initiated tape device UNLOAD events are active across an MIAplex, resulting in a cross system serialization deadlock. In the observed cases, sequences of VARY (RANGE),ONLINE and VARY (RANGE), OFFLINE commands, for the same large range of tape devices, were simultaneously routed to all or multiple systems within the MIAplex. Tape Device Allocation for the device type involved in the VARY ONLINE/UNLOAD serialization Deadlock stops. VARY processing, for all device types, stops. ENQUEUE Conflict display commands identify that ALLOCAS owns a SYSIEFSD VARYDEV SHR ENQ and several MIA Tasks wait EXCL for this resource. An MIA DIAGNOSE ALL SYSTEMS DISPLAY identifies that individual LOCKs are held on two or more systems. On one of these systems, the JOBSTATUS portion of the DIAGNOSE display

5 Release Service CA MIM Resource Sharing CA RS PTF RO88720 shows that GTAF is delaying an ALLOCAS task request for a single device, and that the MIA started task has been released to MVS to serialize VARY ONLINE commands for other individual devices. On the other system(s), the JOBSTATUS portion of the display shows that GTAF is delaying an ALLOCAS task request for a different single device, and that the MIA started task has been released to MVS to serialize VARY ONLINE commands for other individual devices. The MIA started task on each system owns the resources that ALLOCAS requires, and ALLOCAS owns ENQ resources that MIA requires. The result is a serialization deadlock. Problem mitigation: The following actions, if time permits, can be taken to attempt to relieve the deadlock: 1. Issue a VARY (RANGE),PURGE command to all MIAplex systems. Use the same RANGE specified on the original routed VARY commands. 2. Issue the DIAGNOSE ALL command to identify the systems involved in in the deadlock. Systems on which individual LOCKs are held are suspect. Look for ALLOCAS being delayed for a single LOCK and the MIA started task owning single Group LOCKs. 3. Issue the MIM DUMP KILL=(TASKNAME=VARYdddd) for EACH device (Dev) appearing in the DIAGNOSE ALL Active VARY device queue display. 4. Repeat Step 3 on EACH system in the MIAplex. 5. Reissue the DIAGNOSE ALL command to determine whether the serialization deadlock has been cleared. Tape Device Allocation will resume as soon as the deadlock has been relieved. 6. If the deadlock cannot be cleared, it may be necessary to perform a shutdown and restart of the MIA address spaces on the systems directly involved in the deadlock. If the systems directly involved in the deadlock cannot be identified, a GLOBAL SHUTDOWN and RESTART of MIA will clear the problem. In order to expedite MIA SHUTDOWN/RESTART processing: - BEFORE stopping MIA, purge system initiators to minimize Allocation Recovery. - BEFORE restarting MIA, respond to all outstanding Allocation Recovery WTORs. - After MIA is restarted and SYNCHRONIZED on all systems, restart system initiators. Circumvention: While CA and IBM are working to provide a permanent resolution for this problem, a temporary circumvention is available to eliminate the exposure to it. Dynamically disabling the MIA UNLOAD intercept, MIMTPUNX, planted at the z/os IEF_ALLC_UNLOAD Exit point, eliminates exposure to the problem. This can be accomplished by issuing the following z/os SETPROG EXIT command: SETPROG EXIT,MODIFY EXITNAME=IEF_ALLC_UNLOAD,MOD=MIMTPUNX,STATE=INACTIVE Setting the state of MIMTPUNX to INACTIVE indicates that the MIMTPUNX exit routine should NOT be given control when the IEF_ALLC_UNLOAD exit is called. Other ISV product intercepts planted at the IEF_ALLC_UNLOAD Exit (if any) are unaffected by this command. A z/os DISPLAY PROG,EXIT,EXITNAME=IEF_ALLC_UNLOAD command displays all intercepts planted at the IBM unload exit point as well as their status. After issuing the SETPROG command to disable the CA MIA unload exit dynamically on each MIAplex system, add the command to the CA MIA MIMSYNCH parmlib member so that it executes whenever CA MIA is restarted. Taking this action will eliminate exposure to the problem. When a permanent CA MIA and/or IBM PTF solution is made available, removing the SETPROG command from the CA MIA MIMSYNCH parmlib member and restarting CA MIA with the permanent PTFs applied will restore the MIMTPUNX offline exit to active status. PRODUCT(S) AFFECTED: CA MULTI-IMAGE MANAGER Release 11.9 CA MULTI-IMAGE MANAGER Release 12.0 CA MULTI-IMAGE MANAGER Release 12.1

6 Release Service CA MIM Resource Sharing CA RS PTF RO88720 * Resolving PTF Addendum 07 March 2016 * RO88716 addresses a Tape Device Allocation Hang that can occur in CA MIM R11.9, z/os 1.13 and above operating environments. Exposure to the problem exists when VARY ONLINE commands and multiple VARY OFFLINE command initiated tape device UNLOAD events are active across an MIAplex. A cross system serialization deadlock can result. This problem was originally documented in a Product Error Alert (PEA) distributed via APAR# RI86564 on 17 November CA MIM and IBM ALLOCAS Development Teams collaborated to provide a two PTF solution to the problem. CA MIA PTF RO88716 and the IBM z/os PTF version specific to your operating environment, documented in IBM APAR OA49722, provide the complete solution. IBM APAR OA49722 introduces an enhanced MVS IEF_ALLC_UNLOAD installation exit parameter list. CA MIA PTF RO88716 utilizes the OA49722 enhanced parameter list to identify the event that triggered the IEF_ALLC_UNLOAD Exit call and makes a granular determination of whether to GLOBALLY serialize it or not. With CA MIA PTF RO88716 applied, CA MIA processes calls to IEF_ALLC_UNLOAD as follows, regardless of whether IBM OA49722 PTFs have been applied: - When CA MIA processes an IEF_ALLC_UNLOAD exit parameter list that has been enhanced by OA49722 PTFs, CA MIA will globally serialize UNLOAD command triggered UNLOAD events. - When CA MIA processes an IEF_ALLC_UNLOAD parameter list that has not been enhanced, indicating that OA49722 has not been applied, CA MIA will not GLOBALLY serialize any UNLOAD event. CA MIA PTF RO88716 can be applied independently of the IBM PTF specific to your environment. If a problem circumvention of disabling CA MIM module MIMTPUNX at the IEF_ALLC_UNLOAD Exit point has been implemented, remove the SETPROG EXIT,MODIFY EXITNAME=IEF_ALLC_UNLOAD,MOD=MIMTPUNX,STATE=INACTIVE command circumvention from MIASYNCH or system automation PRIOR to restarting CA MIA after the application of RO * Related Problem: MIA 151 Copyright (C) 2016 CA. All rights reserved. R00084-BTD121-SP1 DESC(TAPE DEVICE ALLOCATION DEADLOCK VARY ONLINE/OFFLINE GLOBAL). ++VER (Z038) FMID (CBTDC10) SUP ( TR88720 ) ++HOLD (RO88720) SYSTEM FMID(CBTDC10) REASON (ACTION ) DATE (16068) COMMENT ( CA MULTI-IMAGE MANAGER Release 12.1 SEQUENCE Before Restart If the circumvention of disabling CA MIA module MIMTPUNX at the MVS IEF_ALLC_UNLOAD installation exit point has been implemented, remove the 'SETPROG EXIT, MODIFY EXITNAME=IEF_ALLC_UNLOAD,MOD=MIMTPUNX,STATE=INACTIVE' command from the MIASYNCH member of the CA MIA parmlib or from system automation PRIOR to restarting CA MIA after the application of this PTF. PURPOSE CA MIM and IBM ALLOCAS Development Teams collaborated to provide a two PTF solution to the problem documented in this PTFs description and CA MIA Problem Record #151.

7 Release Service CA MIM Resource Sharing CA RS PTF RO88720 This CA MIA PTF and the IBM z/os PTF version specific to your operating environment(documented in IBM APAR OA49722) provide the complete solution. IBM APAR OA49722 introduces an enhanced IEF_ALLC_UNLOAD installation exit parameter list. This CA MIA PTF utilizes the OA49722 enhanced parameter list to identify the event that triggered the IEF_ALLC_UNLOAD Exit call and makes a granular determination of whether to GLOBALLY serialize the UNLOAD event or not. When CA MIA processes an IEF_ALLC_UNLOAD exit parameter list that has been enhanced by OA49722 PTFs, CA MIA will globally serialize UNLOAD command triggered UNLOAD events. When CA MIA processes an IEF_ALLC_UNLOAD exit parameter list that has not been enhanced, CA MIA will not globally serialize any UNLOAD event. This CA MIA PTF can be applied independently of the IBM OA49722 PTF specific to your operating environment. USERS CA MIA R11.9, R12.0 and R12.1 customers. AFFECTED KNOWLEDGE Familiarity with the CA MIA parmlib or system automation REQUIRED is required to disable the problem circumvention if it has been implemented. ACCESS Update access to the CA MIA parmlib or to system REQUIRED automation is required to disable the circumvention if it has been implemented. ).

8 CA MIM Resource Sharing CA RS PTF RO88873 Release Service 12.1 RO88873 RO88873 M.C.S. ENTRIES = ++PTF (RO88873) HIGH CPU USAGE WITH DEQPOST=ALWAYS PROBLEM DESCRIPTION: The CA MII address space may perform excessive control file cycles if using a DASD control file and SET GDIF DEQPOST=ALWAYS is in effect. This can result in higher than expected CPU usage by the MII address space. SYMPTOMS: Excessive control file cycles as evidenced by the RATE/CYCLE field in the DISPLAY IO command output. IMPACT: Higher than expected CPU usage. CIRCUMVENTION: Change DEQPOST to a value other than ALWAYS until the ++PTF can be applied. PRODUCT(S) AFFECTED: CA MULTI-IMAGE MANAGER Release 12.0 CA MULTI-IMAGE MANAGER Release 12.1 Related Problem: MII 241 Copyright (C) 2016 CA. All rights reserved. R00085-BTD121-SP1 DESC(HIGH CPU USAGE WITH DEQPOST=ALWAYS). ++VER (Z038) FMID (CBTDC10) SUP ( TR88873 )

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

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

More information

CA 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

Best Practices Guide Release 12.0

Best Practices Guide Release 12.0 Best Practices Guide Release 12.0 Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation ) is for

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 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 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 NetMaster CA RS 1310 Service List

CA NetMaster CA RS 1310 Service List CA NetMaster 12.1 1 CA RS 1310 Service List Release Service Description Hiper 12.1 RO59477 IBM Z/OS 2.10 COMPATIBILITY FOR NETMASTER PACKET ANALYZER RO59479 IPVP1212 CDI ERROR. UNSUPPORTED VERSION 2101

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 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 MIA Tape Sharing for z/os

CA MIA Tape Sharing for z/os CA MIA Tape Sharing for z/os CA MIA Programming Guide Release 11.9 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

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 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 MII Data Sharing for z/os

CA MII Data Sharing for z/os CA MII Data Sharing for z/os CA MII Programming Guide Release 12.0 This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as the Documentation

More information

CA 1 Tape Management CA RS 1510 Service List

CA 1 Tape Management CA RS 1510 Service List CA 1 Tape Management 12.6 1 CA RS 1510 Service List Release Service Description Type 12.6 RO81613 ADD CA 1 OSI SUPPORT FOR Z/OS 2.2 PTF RO81785 ADD OSI SUPPORT FOR Z/OS 2.2 PTF The CA RS 1510 service count

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 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 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 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 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 Allocate DASD Space and Placement CA RS 1610 Service List

CA Allocate DASD Space and Placement CA RS 1610 Service List CA Allocate DASD Space and Placement 12.5 1 CA RS 1610 Service List Description Type 12.5 RO90756 POSSIBLE CATALOG HANG VSAM EXTEND AFTER RO77668 APPLIED ** PRP ** RO91005 V37SMST DUMP >25 VOLUMES >1 DD

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 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 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 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 PDSMAN PDS Library Management CA RS 1411 Service List

CA PDSMAN PDS Library Management CA RS 1411 Service List CA PDSMAN PDS Library Management 7.7 1 CA RS 1411 Service List Description Type 7.7 RO73184 FCO415A MESSAGE WHEN PROCESSING PDSFAST DIREDIT PTF RO73404 ENHANCE PDSMAN LAST REFERENCE DATE RECORDING PTF

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

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

More information

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

CA Disk Backup and Restore CA RS 1612 Service List CA Disk Backup and Restore 12.5 1 CA RS 1612 Service List Release Service Description Type 12.5 RO91617 UNABLE TO RESTORE LARGE FILE PTF RO91662 ALLOW MBYTES VALUES IN SYSPARMS DLMVSIZX PTF RO93242 BYPASS

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

CA Disk Backup and Restore CA RS 1410 Service List CA Disk Backup and Restore 12.5 1 CA RS 1410 Service List Release Service Description Type 12.5 RO72291 RECOVER VOLUMES USING THE VTOC *HIP/PRP* RO73905 ADD NEW SORT FIELD AND EXIT FOR MERGE PTF The CA

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 Spool CA RS 1307 Service List

CA Spool CA RS 1307 Service List CA Spool 11.7 1 CA RS 1307 Service List Description Hiper 11.7 RO57457 WHEN TRANSFRM OPT 1 + MAXCPU EXCEEDED, FILES ARE NOT QUEUED RO57788 A2PC: FILE IS NOT HELD WHEN CHANNEL NOT DEFINED IN PAGEDEF RO59492

More information

CA Vantage Storage Resource Manager CA RS 1705 Service List

CA Vantage Storage Resource Manager CA RS 1705 Service List CA Vantage Storage Resource Manager 14.0 1 CA RS 1705 Service List Service Description Type RO93383 ARM SUSPEND COMMAND LEAVES DMSAR TASK UP PTF RO94643 KNG0027E MESSAGE LOG FAILURE WITH PTF RO93221 APPLIED

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

CA Common Services CA RS 1504 Service List CA Common Services 14.1 1 CA RS 1504 Service List Release Service Description Type 14.1 RO72683 SET #VARDATA PC PRIV PTF RO75660 ADD Z/13 2964 TO THE CAMASTER PROCESSOR TABLE PTF RO78180 CAMASTER SERVICES

More information

CA Vtape Virtual Tape System CA RS 1309 Service List

CA Vtape Virtual Tape System CA RS 1309 Service List CA Vtape Virtual Tape System 12.6 1 CA RS 1309 Service List Description Hiper 12.6 RO52045 RECOVER=GLOBAL DOES NOT CORRECTLY RESTORE SCRATCH POOL RO53687 MESSAGE SVT1PR000I HAS MISLEADING WORDING RO54768

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

ENQ Downgrade & CA MIM Update

ENQ Downgrade & CA MIM Update ENQ Downgrade & CA MIM Update Sujay Solomon Jason Tucker CA Technologies August 7 th 2014 Session #16085 Insert Custom Session QR if Desired. www.share.org ENQ downgrade capability Initiator s use of the

More information

CA 1 Tape Management CA RS 1404 Service List

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

More information

CA 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 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 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 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 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 Gen Encyclopedia Server / Implementation ToolSet CA RS 1408 Service List

CA Gen Encyclopedia Server / Implementation ToolSet CA RS 1408 Service List CA Gen Encyclopedia Server / Implementation ToolSet 8.5 1 CA RS 1408 Service List Release Service Description Type 8.5 NO-SRV2 CA RS 1408 Contains No Service For This Release of This Product. PTF The CA

More information

CA OPS/MVS WebCenter CA RS 1408 Service List

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

More information

CA 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 TLMS Tape Management CA RS 1404 Service List

CA TLMS Tape Management CA RS 1404 Service List CA TLMS Tape Management 12.6 1 CA RS 1404 Service List Release Service Description Hiper 12.6 RO64006 CAG8259E OR CAT9999E ISSUED WITH TQS INSTALLED. RO64267 TLMS016 INCORRECT RULE TYPE FOR RULES WITH

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 1 Tape Management CA RS 1403 Service List

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

More information

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

Compliance Event Manager CA RS 1710 Service List

Compliance Event Manager CA RS 1710 Service List Compliance Event Manager 5.0 1 CA RS 1710 Service List Service Description Type RO92481 CEM INITIAL GA MANTINENCE PTF RO92839 CEM R5.0 ACF2 UID SECURITY FIX FOR CEM.POLICY/REPORTS PTF RO93209 DATAMART

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

CA XCOM Data Transport for z/os CA RS 1503 Service List CA XCOM Data Transport for z/os 11.6 1 CA RS 1503 Service List Description Type 11.6 RO78099 ACTIVE SNA SESSIONS PREVENT SERVER TERMINATION PTF RO78293 PSOVOL/VOL CONFIG PARMS NOT ALLOWING SPECIAL CHARACTERS

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

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

More information

CA InterTest/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 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 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 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 OPS/MVS for JES **INCREMENTAL** 1 CA RS 1807 Service List

CA OPS/MVS for JES **INCREMENTAL** 1 CA RS 1807 Service List CA OPS/MVS for JES2 13.5 **INCREMENTAL** 1 CA RS 1807 Service List Service Description Type SO01859 REPLACE OBSOLETE CCS EVENT MANAGEMENT COMPONENTRY PTF SO03594 STARTTIME INCORRECT AFTER DYNAMIC TIME

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

CA Spool Java Transformers CA RS 1309 Service List CA Spool Java Transformers 11.7 1 CA RS 1309 Service List Description Hiper 11.7 RO56596 Not Available RO58173 CUMULATIVE CHANGES TO JAVA TRANSFORMER INTERFACE The CA RS 1309 service count for this release

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

CA Spool CA RS 1306 Service List CA Spool 11.7 1 CA RS 1306 Service List Description Hiper 11.7 RO51884 AFP TO PCL - IOCA IMAGE INCORRECTLY PRINTED RO52828 ESF765 ESF OPEN FAILED, RC=PE, (PID=OUN) ISSUED BY XFER RO52857 CA SPOOL LARGER

More information

CA SYSVIEW Performance Management CA RS 1601 Service List

CA SYSVIEW Performance Management CA RS 1601 Service List CA SYSVIEW Performance Management 14.1 1 CA RS 1601 Service List Release Service Description Type 14.1 RO86999 COMPATIBILITY SUPPORT FOR CICS TS 5.3 PTF RO87045 CEAPM-only configuration not monitoring

More information

CA Allocate DASD Space and Placement CA RS 1309 Service List

CA Allocate DASD Space and Placement CA RS 1309 Service List CA Allocate DASD Space and Placement 12.5 1 CA RS 1309 Service List Description Hiper 12.5 RO56704 S0C4-4 with new non-sms VSAM with RO49866 applied RO58265 SMS_MANAGED variable value not always accurrate

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 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 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 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 Vantage Storage Resource Manager CA RS 1612 Service List

CA Vantage Storage Resource Manager CA RS 1612 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1612 Service List Description Type 12.6 RO91385 IBM TS7700 CA VANTAGE FAKED MORE OBJECTS PTF RO91386 CONFLICT BETWEEN CATALOG AND HSM MCDS RECORDS PTF RO92790

More information

CA Spool CA RS 1405 Service List

CA Spool CA RS 1405 Service List CA Spool 11.7 1 CA RS 1405 Service List Description Hiper 11.7 RO61143 CUMULATIVE CHANGES TO C TRANSFORMER INTERFACE RO69006 ABEND 0C4 IN ESFU012 USER EXIT The CA RS 1405 service count for this release

More information

CA Database Management Solutions for IMS for z/os. Product Information Bulletin

CA Database Management Solutions for IMS for z/os. Product Information Bulletin CA Database Management Solutions for IMS for z/os Product Information Bulletin Version 15.0.00 General Availability (GA) I150SP0 This documentation and related computer software program (hereinafter referred

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 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 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 Endevor Software Change Manager CA RS 1606 Service List

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

More information

CA 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 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 SYSVIEW Performance Management CA RS 1608 Service List

CA SYSVIEW Performance Management CA RS 1608 Service List CA SYSVIEW Performance Management 14.1 1 CA RS 1608 Service List Description Type 14.1 RO89702 JOBSUM/JJOBQUE display wrong status for HELD jobs PTF RO89731 Invalid data placed in conflict message output

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

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

More information

CA Disk Backup and Restore CA RS 1510 Service List

CA Disk Backup and Restore CA RS 1510 Service List CA Disk Backup and Restore 12.5 1 CA RS 1510 Service List Description Type 12.5 RO82719 VSAM FAILS TO ARCHIVE/BACKUP WITH ENQWAITD=B PTF RO83125 IXMAINT NOT DELETING SMS MIGRAT/DISK CATALOG ENTRIES **

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

CA Common Services CA RS 1706 Service List CA Common Services 14.1 1 CA RS 1706 Service List Service Description Type RO93791 APACHE TOMCAT VERSION 8.0.39 PTF RO94761 CCI SUPPORT OF TLS 1.1 AND 1.2 PTF RO95271 CJ** TRANS VALIDATED IN TSS W/TYPE

More information