CA SYSVIEW Performance Management CA RS 1702 Service List

Size: px
Start display at page:

Download "CA SYSVIEW Performance Management CA RS 1702 Service List"

Transcription

1 CA SYSVIEW Performance Management CA RS 1702 Service List Description Type 14.2 RO93016 CICS TRANSACTION GROUP NAME TRUNCATED PTF RO93038 SECURITY-VALIDATION USERDEF INCORRECT FOR ACF2 PTF RO93198 IGYDS0005 ERROR ASSEMBLING COBOL WITH GSVCMEIC PTF RO93400 CTRANCAN/CTRANOPT DEFS INCORRECT MATCH *HIP/PRP* RO93686 CATALOG INCORRECT FIELDS ON Z/OS 2.2 PTF RO93726 ENCLAVE TIME INCORRECTLY ACCUMULATED IN OWNING ASID PTF RO93800 COMPATIBILITY SUPPORT FOR IBM MQ PTF RO94024 ABEND S0C4 XPFRPHS1 USING SELECT ON DEFINE XID ID OPTION PTF RO94050 DEFAULT STATUS FOR CICSDB2 STATE IS DISCONNECT PTF RO94080 XTIME XTIMEM NXTIME OFF BY 3 DECIMALS PTF RO94111 ABEND S0C4-10 GSVPIMSR DURING IMS DATA COLLECTION PTF RO94126 GSV2802E IXGWRITE FAILED ERROR MESSAGE FOR IMSLOGR/MQSDATA PTF The CA RS 1702 service count for this release is 12

2 CA SYSVIEW Performance Management 2 CA RS 1702 Service List for CNM4E20 FMID Service Description Type CNM4E20 RO93016 CICS TRANSACTION GROUP NAME TRUNCATED PTF RO93038 SECURITY-VALIDATION USERDEF INCORRECT FOR ACF2 PTF RO93198 IGYDS0005 ERROR ASSEMBLING COBOL WITH GSVCMEIC PTF RO93400 CTRANCAN/CTRANOPT DEFS INCORRECT MATCH *HIP/PRP* RO93686 CATALOG INCORRECT FIELDS ON Z/OS 2.2 PTF RO93726 ENCLAVE TIME INCORRECTLY ACCUMULATED IN OWNING ASID PTF RO93800 COMPATIBILITY SUPPORT FOR IBM MQ PTF RO94024 ABEND S0C4 XPFRPHS1 USING SELECT ON DEFINE XID ID OPTION PTF RO94050 DEFAULT STATUS FOR CICSDB2 STATE IS DISCONNECT PTF RO94080 XTIME XTIMEM NXTIME OFF BY 3 DECIMALS PTF RO94111 ABEND S0C4-10 GSVPIMSR DURING IMS DATA COLLECTION PTF RO94126 GSV2802E IXGWRITE FAILED ERROR MESSAGE FOR IMSLOGR/MQSDATA PTF The CA RS 1702 service count for this FMID is 12

3 CA SYSVIEW Performance Management CA RS PTF RO RO93016 RO93016 M.C.S. ENTRIES = ++PTF (RO93016) CICS TRANSACTION GROUP NAME TRUNCATED The CICS transaction-related time series data being provided to Mainframe Team Center - Operational Intelligence (MTC OI) is truncating the 8 byte transaction group name to 4 bytes. In SYSVIEW these are the logical groups of type CICSTRAN. The truncated CICS transaction group name appears in the MTC OI Web Application. Incorrect data is stored in the MTC OI database. None. CA SYSVIEW Release 14.2 Mainframe Team Center - Operational Intelligence SYSVW 2218 Copyright (C) 2016 CA. All rights reserved. R00015-NM4142-SP1 DESC(CICS TRANSACTION GROUP NAME TRUNCATED). SUP ( TR93016 ) ++HOLD (RO93016) SYSTEM FMID(CNM4E20) REASON (RESTART) DATE (16313) COMMENT ( CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.2 SEQUENCE Before Restart PURPOSE To implement the fix. USERS All users of SYSVIEW for CICS and Mainframe Team Center AFFECTED Operational Intelligence. KNOWLEDGE Product Administration REQUIRED ACCESS Product libraries REQUIRED Ability to run SYSVIEW for CICS transactions ************************** * STEPS TO PERFORM * ************************** Apply this fix and either recycle the CICS region, or use the GSVT (terminate) and GSVS (start) transactions to recycle SYSVIEW for CICS within the CICS region. ).

4 CA SYSVIEW Performance Management CA RS PTF RO RO93038 RO93038 M.C.S. ENTRIES = ++PTF (RO93038) SECURITY-VALIDATION USERDEF INCORRECT FOR ACF2 When Security-Validation is set to USERDEF for ACF2, accessing the VTAM interface may incorrectly place the user within the default security group. System Configuration option Security-Validation set to USERDEF allows the SYSVIEW internal security user group name for a user to be extracted from the external security system. The extraction of the group name does not work correctly with ACF2 when logging on using the VTAM interface. Attempting to access SYSVIEW through the VTAM interface when ACF2 is used with external security may cause users to be inadvertently placed in the DEFAULT security group, rather than the group specified in the GSVUSER field in ACF2. The following messages can be observed in the LISTLOG for the VTAM user's session: SECU075I Calling SAF for SEGMENT=BASE FIELD=GSVUSER CLASS=USER ENTITY=userid GSV2551I RACROUTE REQ=EXTRACT,FIELDS complete, SafRc RacRc Users are placed within the wrong security group when accessing the VTAM interface. Access SYSVIEW through the TSO/ISPF interfaces. CA SYSVIEW Release 14.0 CA SYSVIEW Release 14.1 CA SYSVIEW Release 14.2 SYSVW 2197 Copyright (C) 2016 CA. All rights reserved. R00016-NM4142-SP1 DESC(SECURITY-VALIDATION USERDEF INCORRECT FOR ACF2). SUP ( TR93038 )

5 CA SYSVIEW Performance Management CA RS PTF RO RO93198 RO93198 M.C.S. ENTRIES = ++PTF (RO93198) IGYDS0005 ERROR ASSEMBLING COBOL WITH GSVCMEIC The COBOL copybook sample GSVCMEIC supplied in *.CNM4BSAM that maps the Monitor Exit Interface Commarea receives an error when attempting to assemble a COBOL module, due to the copybook contents starting in column 1 and not column 7. When attempting to assemble a COBOL module using the SYSVIEW supplied copybook, GSVCMEIC, the following message is received. IGYDS0005-E The first character on a continuation source line was found in area It was processed as if found in area "B". Module will not assemble. Shift the contents of GSVCMEIC to the right 7 positions. CA SYSVIEW Release 14.1 CA SYSVIEW Release 14.2 SYSVW 2212 Copyright (C) 2016 CA. All rights reserved. R00018-NM4142-SP1 DESC(IGYDS0005 ERROR ASSEMBLING COBOL WITH GSVCMEIC). SUP ( TR93198 )

6 CA SYSVIEW Performance Management CA RS PTF RO RO93400 RO93400 M.C.S. ENTRIES = ++PTF (RO93400) CTRANCAN/CTRANOPT DEFS INCORRECT MATCH When SYSVIEW for CICS evaluates CTRANCAN and CTRANOPT definitions it doesn't always use the 'best match' definition if the definition begins with or contains special characters, and there are other definitions that begin with the '=' or '*' masking characters. If CTRANOPT contained the following definitions, and transaction #ABC executed, it would incorrectly match on the generic '=' definition rather than the specific match on #ABC: DEFINE TRAN #ABC JOBNAME = NOTHRESH DEFINE TRAN = JOBNAME = THRESH The same problem exists for CTRANCAN definitions. Incorrect monitoring treatment of transaction and/or transaction records, depending on the options specified on the generic entries. None. CA SYSVIEW Release 14.1 CA SYSVIEW Release 14.2 SYSVW 2221 Copyright (C) 2016 CA. All rights reserved. R00019-NM4142-SP1 DESC(CTRANCAN/CTRANOPT DEFS INCORRECT MATCH). PRE ( RO92866 ) SUP ( AC93452 TR93400 ) ++HOLD (RO93400) SYSTEM FMID(CNM4E20) REASON (ACTION ) DATE (16357) COMMENT ( CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.2 SEQUENCE Before Restart PURPOSE To implement the fix. USERS All users of SYSVIEW for CICS. AFFECTED KNOWLEDGE Product Administration REQUIRED CICS Systems Programming ACCESS Product libraries REQUIRED Ability to run SYSVIEW for CICS transactions ************************** * STEPS TO PERFORM * ************************** To implement this fix without performing an IPL, the CTRANOPT and CTRANCAN definitions that are loaded out in memory (a dataspace) must be cleared out and re-populated by the load modules being corrected in this fix. If this fix will be implemented via IPL no additional steps are necessary. If an IPL will not be done, the implementation steps differ based on the data source of the CTRANCAN and CTRANOPT definitions: whether they are being read from Datalib (WARM) or parmlib (COLD). The method is specified on the following parameters in the CICSDATA parmlib member:

7 CA SYSVIEW Performance Management CA RS PTF RO93400 *Option... Value... CTRANCAN-Definitions WARM COLD CTRANOPT-Definitions WARM COLD CTRANCAN/CTRANOPT definitions maintained COLD: If these definitions are maintained in the CTRANCAN and CTRANOPT parmlib members perform these steps: 1. Either stop the CICS regions or use the GSVT (terminate) transaction to stop SYSVIEW for CICS within the regions. 2. Recycle SYSVIEW 3. Either start the CICS regions or use the GSVS (start) transaction to start SYSVIEW for CICS within the regions. CTRANCAN/CTRANOPT definitions maintained WARM: If these definitions are maintained via the CTRANCAN and CTRANOPT commands online, perform this process on each LPAR where SYSVIEW for CICS executes: 1. Either stop the CICS regions or use the GSVT (terminate) transaction to stop SYSVIEW for CICS within the regions. 2. In SYSVIEW issue commands CTRANCAN EXPORT SITE(CTRANCAN) CTRANOPT EXPORT SITE(CTRANOPT) to save your existing definitions to member names CTRANCAN and CTRANOPT in your site parmlib. 3. Recycle SYSVIEW 4. In SYSVIEW issue commands CTRANCAN RELOAD COLD SAVE CTRANOPT RELOAD COLD SAVE to delete the old/incorrect definitions from the dataspace and load them back in correctly from the exported parmlib members created in step Either start the CICS regions or use the GSVS (start) transaction to start SYSVIEW for CICS within the regions. ).

8 CA SYSVIEW Performance Management CA RS PTF RO RO93686 RO93686 M.C.S. ENTRIES = ++PTF (RO93686) CATALOG INCORRECT FIELDS ON Z/OS 2.2 When viewing the CATALOG command display from a system running z/os 2.2, it is possible for some of the fields to display incorrect values. This was caused by a change made in z/os 2.2 regarding the catalog data. When viewing the CATALOG command display, some fields may not accurately represent the actual status of the catalog. The following fields may be affected: Status Type Lock ECS VLF ISC SHR Potential incorrect values for the listed fields. None. CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.1 CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.2 SYSVW 2188 Copyright (C) 2016 CA. All rights reserved. R00020-NM4142-SP1 DESC(CATALOG INCORRECT FIELDS ON Z/OS 2.2). SUP ( TR93686 )

9 CA SYSVIEW Performance Management CA RS PTF RO RO93726 RO93726 M.C.S. ENTRIES = ++PTF (RO93726) ENCLAVE TIME INCORRECTLY ACCUMULATED IN OWNING ASID When monitoring address space statistics, enclave CPU times are incorrectly accumulated within the owning address space of the enclave instead of the address space that the enclave executed in. This problem only occurs for address spaces that use foreign enclaves. Enclave CPU times are accumulated within the owning address space resulting in many monitoring variables to appear larger for the address space owning the enclave, while the same variables for the address space where the enclave actually ran will appear to be lower. Several job related CPU metrics are affected as many include enclave time. Several SYSVIEW command displays in which CPU and/or enclave time are displayed may also be affected. Incorrect reporting of CPU times for an address space that owns/runs a foreign enclave. None. CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.0 CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.1 CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.2 SYSVW 2190 Copyright (C) 2016 CA. All rights reserved. R00021-NM4142-SP1 DESC(ENCLAVE TIME INCORRECTLY ACCUMULATED IN OWNING ASID). SUP ( TR93726 )

10 CA SYSVIEW Performance Management CA RS PTF RO RO93800 RO93800 M.C.S. ENTRIES = ++PTF (RO93800) COMPATIBILITY SUPPORT FOR IBM MQ This fix provides compatibility support for IBM MQ for z/os This fix provides basic compatibility support for IBM MQ for z/os 9.0.1, and is required for the SYSVIEW WebSphere MQ option to work for this increment of the MQ 9.0 continuous delivery model. Unable to use SYSVIEW to monitor MQ for z/os None. CA SYSVIEW Release 14.1 CA SYSVIEW Release 14.2 SYSVW 2223 Copyright (C) 2017 CA. All rights reserved. R00022-NM4142-SP1 DESC(COMPATIBILITY SUPPORT FOR IBM MQ 9.0.1). SUP ( TR93800 ) ++HOLD (RO93800) SYSTEM FMID(CNM4E20) REASON (DYNACT ) DATE (17009) COMMENT ( CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.2 SEQUENCE After Apply PURPOSE To implement the fix. USERS All users of SYSVIEW for MQ. AFFECTED KNOWLEDGE Product Administration REQUIRED ACCESS Product libraries REQUIRED ************************** * STEPS TO PERFORM * ************************** This fix must either be implemented via an IPL, since module GSVXXMDS resides in E-CSA, or the following steps can be followed to implement it dynamically. Using the dynamic method will cause a small amount of E-CSA to be orphaned. 1. Apply the fix. 2. Recycle the SYSVIEW STC's, GSSA, and any user sessions. 3. From a SYSVIEW session enter command ASADMIN. If the MQSDATA subtask under the SYSVIEW main services address space has a Status of ACTIVE then: - Issue line command STOP to terminate MQSDATA - Issue primary command "NEWCOPY XMDS" to refresh the GSVXXMDS module in E-CSA - Issue line command START for MQSDATA - Log off/on to your SYSVIEW session to pick up this change. If the MQSDATA subtask was INACTIVE then you only need to enter command "NEWCOPY XMDS" and logoff/on to your SYSVIEW session. If the above tasks/sessions are not recycled after issuing command "NEWCOPY XMDS", or if the "NEWCOPY XMDS" command is not issued at all,

11 CA SYSVIEW Performance Management CA RS PTF RO93800 the following error message will be issued when trying to obtain various types of MQ data: GSV2103E Required XXMDS NSS-PC services are not available After NEWCOPY loads the updated module to E-CSA, an IPL would be required to regress it. ). ++HOLD (RO93800) SYSTEM FMID(CNM4E20) REASON (ENH ) DATE (17009) COMMENT ( CA SYSVIEW PERFORMANCE MANAGEMENT Release 14.2 SEQUENCE Before using CA SYSVIEW PURPOSE Addition of support for IBM MQ for z/os USERS All users of SYSVIEW for MQ. AFFECTED KNOWLEDGE Product Administration REQUIRED ACCESS Product libraries REQUIRED ************************** * STEPS TO PERFORM * ************************** Base SYSVIEW 14.2 contains support for IBM MQ versions 7.1.0, and This fix adds compatibility support for IBM MQ for z/os also. All SYSVIEW MQ-related commands and monitoring will work for just as they do for prior MQ versions. Implementation instructions are provided in the DYNACT HOLD. ).

12 CA SYSVIEW Performance Management CA RS PTF RO RO94024 RO94024 M.C.S. ENTRIES = ++PTF (RO94024) ABEND S0C4 XPFRPHS1 USING SELECT ON DEFINE XID ID OPTION Using the SELECT command on an ID Option that was created with the DEFINE XID command results in abend S0C4 in module XPFRPHS1. The following control cards are an example of how this problem can occur: DEFINE XID WMQ_OBJECT, PRODUCT=EXPC, RECORD=27, TRIPLET=X152, OFFSET=X4, LENGTH=48, TYPE=CHARACTER, HDR1=QUEUE, HDR2=NAME SELECT WMQ_OBJECT(CICS.SYSVC700.INITQ) When using the SELECT command on an ID Option that was created with the DEFINE XID command, abend S0C4 occurs and messages similar to the following are observed: IEA995I SYMPTOM DUMP OUTPUT 071 SYSTEM COMPLETION CODE=0C4 REASON CODE= TIME= SEQ=18707 CPU=0000 ASID=0280 PSW AT TIME OF ERROR 078D2000 BAD4D124 ILC 4 INTC 04 ACTIVE LOAD MODULE ADDRESS=3AD25000 OFFSET= NAME=XPFRPHS1 DATA AT PSW 3AD4D11E - 1F B12ABD03 AR/GR 0: / _00001B02 1: / _ : FFFFFFFF/FFFFFFFF_3AD1F438 3: FFFFFFFF/FFFFFFFF_ : FFFFFFFF/FFFFFFFF_ : FFFFFFFF/FFFFFFFF_3AD1F098 6: FFFFFFFF/FFFFFFFF_ : FFFFFFFF/FFFFFFFF_3AD99B48 8: FFFFFFFF/FFFFFFFF_3AD92A24 9: FFFFFFFF/FFFFFFFF_80001B02 A: FFFFFFFF/FFFFFFFF_3AD941F4 B: FFFFFFFF/FFFFFFFF_3AD4D010 C: FFFFFFFF/FFFFFFFF_8000D000 D: FFFFFFFF/ _ E: / _BAD4D090 F: /7F8F4100_ END OF SYMPTOM DUMP Unable to filter report data on ID Options created with DEFINE XID. None. CA EXPLORE Report Writer Release 14.0 CA EXPLORE Report Writer Release 14.1 CA EXPLORE Report Writer Release 14.2 EXPRTO 94 Copyright (C) 2017 CA. All rights reserved. R00023-NM4142-SP1 DESC(ABEND S0C4 XPFRPHS1 USING SELECT ON DEFINE XID ID OPTION). SUP ( TR94024 )

13 CA SYSVIEW Performance Management CA RS PTF RO RO94050 RO94050 M.C.S. ENTRIES = ++PTF (RO94050) DEFAULT STATUS FOR CICSDB2 STATE IS DISCONNECT If a CICS region has SIT parameter DB2CONN set to NO during startup, the SYSVIEW CICSDB2 state variable defaults to PROBLEM status of DISCONNECT which triggers CALERTS to show a PROBLEM state. This fix sets CICSDB2 state to IGNORE to prevent CALERTS from highlighting CICSDB2 as a PROBLEM. CALERTS shows PROBLEM state for CICSDB2 variable even through DB2CONN has been set to NO in the CICS SIT. Incorrect alert is shown for a status that should be NONE. Define a statement in CSTATES parmlib member that looks similar to the following: DEFINE CICSDB2 STATE DISCONNECTED STATUS WARNING or DEFINE CICSDB2 STATE DISCONNECTED STATUS NORMAL CA SYSVIEW Release 14.1 CA SYSVIEW Release 14.2 SYSVW 2225 Copyright (C) 2017 CA. All rights reserved. R00024-NM4142-SP1 DESC(DEFAULT STATUS FOR CICSDB2 STATE IS DISCONNECT). SUP ( TR94050 )

14 CA SYSVIEW Performance Management CA RS PTF RO RO94080 RO94080 M.C.S. ENTRIES = ++PTF (RO94080) XTIME XTIMEM NXTIME OFF BY 3 DECIMALS Use of the XTIME, XTIMEM, or NXTIME Report Writer variable options may result in incorrect output data for those variables the options were used on. Specifically, a variable may output a value that is a factor of 1000 too large. This problem was found to affect all time-based variables that map to SYSVIEW SMF records. Time-based variables that map to MVS SMF records are not affected by this problem. The following report may produce results similar to the following: TAB TRANID, CICS PERF TRAN LIFE HDR1(LIFE) HDR2(TIME) AND, CICS PERF TRAN LIFE XTIME HDR1(LIFE) HDR2(XTIME) AND, CICS PERF TRAN LIFE XTIMEM HDR1(LIFE) HDR2(XTIMEM) AND, CICS PERF TRAN LIFE NXTIME HDR1(LIFE) HDR2(NXTIME) END RUN TRAN LIFE LIFE LIFE LIFE ID TIME XTIME XTIMEM NXTIME CWBA :00:03 000:00: CISS :00:03 000:00: CRSQ :00:02 000:00: CWBG :00:01 000:00: CSAC :00:01 000:00: Note the "LIFE TIME" column is accurate, but the "LIFE XTIME", "LIFE XTIMEM", and "LIFE NXTIME" columns are incorrectly too large by a factor of Unable to modify the default output of time-based variables. Avoid the use of the XTIME, XTIMEM, and NXTIME variable options. CA EXPLORE Report Writer Release 14.0 CA EXPLORE Report Writer Release 14.1 CA EXPLORE Report Writer Release 14.2 EXPRTO 93 Copyright (C) 2017 CA. All rights reserved. R00025-NM4142-SP1 DESC(XTIME XTIMEM NXTIME OFF BY 3 DECIMALS). SUP ( TR94080 )

15 CA SYSVIEW Performance Management CA RS PTF RO RO94111 RO94111 M.C.S. ENTRIES = ++PTF (RO94111) ABEND S0C4-10 GSVPIMSR DURING IMS DATA COLLECTION During the formatting of the IMS Logger dataspace, calculations are made based on the IMS MAXPST parameter, which defaults to 255. Due to an incorrect calculation of the required slots in the dataspace, an overlay of the next available cell area header resulted in the S0C4-10 abend. Shortly after the IMS LOGR dataspace is formatted, initial writes may result in an S0C4-10 in the IMS data logger. Messages similar to the following are issued. GSVX884I DC Monitor intercept disabled GSVX451E Abend S0C4-10 in IMS data logger GSVX457I Psw 078C E6 Ilc 4 Intc 10 GSVX477I Key 8 State SUP Am 31 Asc AR GSVX458I Module GSVXNUC Addr 13F14000 Offset E6 GSVX458I NucMod GSVPIMSR Addr 1420F738 Offset 00008DAE GSVX450I FixLvl BASE GSVX473I Routne PIPGMQ## Addr Offset BE GSVX459I Data at PSW addr E0 GSVX460I C GSVX455I General registers at entry to abend GSVX467I R0-R _0002A _C9D7C7D4 GSVX467I R2-R _ _0C91D080 GSVX467I R4-R _C9D7C7D _FFFFFFD4 GSVX467I R6-R _ _10F69900 GSVX467I R8-R _1717E _170C6060 GSVX467I R10-R _1421F _16A05000 GSVX467I R12-R _ _1703E1B8 GSVX467I R14-R _1703E1B _ GSVX475I Access registers at entry to abend GSVX461I AR0-AR GSVX461I AR4-AR GSVX461I AR8-AR GSVX461I AR12-AR GSVX462I End of symptom dump GSVX950I SVCDUMP requested GSVX458I Module GSVXNUC Addr 13F14000 Offset E6 GSVX458I NucMod GSVPIMSR Addr 1420F738 Offset 00008DAE GSVX450I FixLvl BASE GSVX473I Routne PIPGMQ## Addr Offset BE GSVX954I Issuing SDUMPX to capture SVC dump IMS Logger task terminates. IMS data Logger task terminates and required a restart. None. CA SYSVIEW Release 14.1 CA SYSVIEW Release 14.2 SYSVW 2227 Copyright (C) 2017 CA. All rights reserved. R00026-NM4142-SP1 DESC(ABEND S0C4-10 GSVPIMSR DURING IMS DATA COLLECTION). SUP ( TR94111 )

16 CA SYSVIEW Performance Management CA RS PTF RO RO94126 RO94126 M.C.S. ENTRIES = ++PTF (RO94126) GSV2802E IXGWRITE FAILED ERROR MESSAGE FOR IMSLOGR/MQSDATA The IMSLOGR or MQSDATA tasks in the SYSVIEW main address space may experience errors when writing to a log stream shortly after they have been started. The IMSLOGR and MQSDATA tasks connect to log streams when the tasks initialize, but they incorrectly disconnect immediately following the connect. This causes the tasks to reconnect to the log stream upon the first write request to the log stream. The short period of time between the connect and write does not allow the System Logger adequate time to format the staging data set, thus potentially causing write errors to the log stream related to the staging data set format process not being complete. SMF records being written to the IMSTLOG, IMSRSLOG, or MQRLOG log streams during this period of time will be lost. Messages similar to the following may be observed in the SYSVIEW job log shortly after starting the SYSVIEW started task, the MQSDATA task, or an IMSLOGR task: GSV2802E (MQSDATA) IXGWRITE failed. R15=0301 GSV2801I (MQSDATA) IXGWRITE FC:0301 RC: RSN: LS:GSVX.MQSDATA.MQHR.SYSA Missing SMF monitoring records for IMS or MQ. None. The problem does not persist as the staging data set that is being formatted by the System Logger will complete shortly after the error. CA SYSVIEW Release 14.0 CA SYSVIEW Release 14.1 CA SYSVIEW Release 14.2 SYSVW 2228 Copyright (C) 2017 CA. All rights reserved. R00027-NM4142-SP1 DESC(GSV2802E IXGWRITE FAILED ERROR MESSAGE FOR IMSLOGR/MQSDATA). SUP ( TR94126 )

17 CA SYSVIEW Performance Management CA RS 1702 Product/Component Listing Product Family Product Release Sysview CA SYSVIEW PERFORMANCE MANAGEMENT The CA RS 1702 Product/Component Count for this release is 1

CA SYSVIEW Performance Management CA RS 1701 Service List

CA SYSVIEW Performance Management CA RS 1701 Service List CA SYSVIEW Performance Management 14.1 1 CA RS 1701 Service List Description Type 14.1 RO89732 Incorrect CMD access when security set to LOG PTF RO91809 CATALOG INCORRECT FIELDS ON Z/OS 2.2 PTF RO91936

More information

CA SYSVIEW Performance Management CA RS 1607 Service List

CA SYSVIEW Performance Management CA RS 1607 Service List CA SYSVIEW Performance Management 14.1 1 CA RS 1607 Service List Description Type 14.1 RO89836 NO NOTIFICATION ON BAD RETURN CODE RUNNING GSVYSTCV PTF RO89981 CAPTURE DESCR FROM CAPLIB OVERRIDDEN BY THRESHOLD

More information

CA SYSVIEW Performance Management CA RS 1612 Service List

CA SYSVIEW Performance Management CA RS 1612 Service List CA SYSVIEW Performance Management 14.1 1 CA RS 1612 Service List Description Type 14.1 RO91419 Incorrect DC Monitor Status displayed for IMS 14.1 regions PTF RO91687 ABEND S0C4 MQSDATA during data collection

More information

CA SYSVIEW Performance Management CA RS 1504 Service List

CA SYSVIEW Performance Management CA RS 1504 Service List CA SYSVIEW Performance Management 13.9 1 CA RS 1504 Service List Description Type 13.9 RO75512 LOWER CASE IGNORED IN CTHRESH DISPLAY PTF RO76145 TSD9180 NOT SAVING CORRECT VLMC AND FLMC IN DATALIB PTF

More information

CA SYSVIEW Performance Management CA RS 1510 Service List

CA SYSVIEW Performance Management CA RS 1510 Service List CA SYSVIEW Performance Management 14.1 1 CA RS 1510 Service List Description Type 14.1 RO83108 RC=16 running EASYTRIEVE reports PTF RO83242 CTHRESH Add line command changes type values to * PTF RO83350

More information

CA SYSVIEW Performance Management CA RS 1502 Service List

CA SYSVIEW Performance Management CA RS 1502 Service List CA SYSVIEW Performance Management 14.0 1 CA RS 1502 Service List Description Type 14.0 RO72265 WTOACTN with AMRF ACTIVE results in additional commands issued PTF RO74610 ISSUE WTO WHEN LOG STREAM STAGE

More information

CA SYSVIEW Performance Management CA RS 1402 Service List

CA SYSVIEW Performance Management CA RS 1402 Service List CA SYSVIEW Performance Management 13.9 1 CA RS 1402 Service List Release Service Description Hiper 13.9 RO61677 CPUTime / CPU% displays incorrectly low values **HIPER** RO65970 Prevent multiple CICS loggers

More information

CA SYSVIEW Performance Management CA RS 1610 Service List

CA SYSVIEW Performance Management CA RS 1610 Service List CA SYSVIEW Performance Management 14.1 1 CA RS 1610 Service List Description Type 14.1 RO90965 MAP/ZAP/DISASSEM INCORRECT FOR PGM OBJECTS W/RO86151 ** PRP ** RO91093 CICS TRANLOG record GSVI CPU time *OVERFLW

More information

CA SYSVIEW Performance Management CA RS 1501 Service List

CA SYSVIEW Performance Management CA RS 1501 Service List CA SYSVIEW Performance Management 14.0 1 CA RS 1501 Service List Description Type 14.0 RO70574 MQ Data Collection task not running - ENQ lockout PTF RO74916 ALERTSUM CICS TASKS AND OTHER STATISTICS INCORRECT

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

CA SYSVIEW Performance Management CA RS 1307 Service List CA SYSVIEW Performance Management 13.7 1 CA RS 1307 Service List Description Hiper 13.7 RO53409 CICS TRANS OVERHEAD INCREASE WITH DATACOM CSF OR MEI **HIPER** RO58701 Abend U2999-1101 - Loop in OUTPUT

More information

CA SYSVIEW Performance Management CA RS 1407 Service List

CA SYSVIEW Performance Management CA RS 1407 Service List CA SYSVIEW Performance Management 14.0 1 CA RS 1407 Service List Description Type 14.0 RO70222 CICS CTRACE DISPLAY IS TRUNCATED PTF RO70332 ABEND S0C4-04 in GSVYXDIR issuing CICS commands PTF RO70510 GSVC142E

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

CA SYSVIEW Performance Management CA RS 1505 Service List CA SYSVIEW Performance Management 14.0 1 CA RS 1505 Service List Description Type 14.0 RO79268 ABEND S0C4 GSVXCMDR ISSUING SYNONYM FROM INSIDE A CAPTURE PTF RO79667 Abend S46D-18 issuing CTRACE with LE

More information

CA SYSVIEW Performance Management CA RS 1605 Service List

CA SYSVIEW Performance Management CA RS 1605 Service List CA SYSVIEW Performance Management 14.0 1 CA RS 1605 Service List Description Type 14.0 RO87191 SPACE command not correctly displaying SMS status PTF RO88443 Multiple incorrect display fields for IBM MQ

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

CA ACF CA RS 1605 Service List CA ACF2 16.0 1 CA RS 1605 Service List Description Type 16.0 RO86948 MESSAGE ACF79410 MISSING IN R16 PTF RO87169 ACF2/IMS SUPPORT FOR IMS R14 PTF RO87944 WRONG ERROR MSG ON P11TOKEN WHEN ICSF IS DOWN PTF

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

CA Top Secret Security for z/os CA RS 1708 Service List CA Top Secret Security for z/os 16.0 1 CA RS 1708 List Description Type RO91733 CICS: SUPPORT CICS TS (CTS) REL 5.4 FOR Z/OS PTF RO91735 TSS COMMAND ABEND S0C4 IN TSSKERNL PTF RO94015 CICS: SUPPORT CICS

More information

CA SYSVIEW Performance Management CA RS 1403 Service List

CA SYSVIEW Performance Management CA RS 1403 Service List CA SYSVIEW Performance Management 13.9 1 CA RS 1403 Service List Description Hiper 13.9 RO61467 IMS parm SKIP-DLI-SLOG-RECORDS not honored RO62064 Provide new GSVX881I message for DC Monitor recording

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

CA ACF CA RS 1504 Service List CA ACF2 15.0 1 CA RS 1504 Service List Description Type 15.0 RO71831 EXCESSIVE CPU WITH ACCESS COMMAND AFTER RO65813 PTF RO72052 INTERMITTENT ACFF1004 ON ACFM CP PASSWORD MAINT PTF RO75037 GENCERT CAS20C1E

More information

CA SYSVIEW Performance Management CA RS 1309 Service List

CA SYSVIEW Performance Management CA RS 1309 Service List CA SYSVIEW Performance Management 13.7 1 CA RS 1309 Service List Description Hiper 13.7 RO54175 Correct CCI time outs and return code processing RO54429 VARIOUS PROBLEMS RELATED TO CA CHORUS R3 TSF RO56491

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

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

More information

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

CA ACF CA RS 1602 Service List CA ACF2 15.0 1 CA RS 1602 Service List Description Type 15.0 RO78433 ACF2/IMS: REMOVE LINE LIMIT ON ACF TRANSACTION PTF RO84661 PROVIDE REPORT ACFSTGUT TO DISPLAY RESOURCE RULE CSA USAGE PTF RO86604 CICS:

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

CA ACF CA RS 1310 Service List CA ACF2 15.0 1 CA RS 1310 Service List Description Hiper 15.0 RO58084 CICS SIGNON BY A CRTED USER GETS LOST RO59275 SUPPORT JOBCLASS AUTHORIZATIONS IN Z/OS 2.1 RO59312 Z/OS 2.1 COMPATIBILITY RO59857 SUPPORT

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

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

More information

CA Allocate DASD Space and Placement CA RS 1708 Service List

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

More information

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

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

More information

CA IMS Tools CA RS 1503 Service List

CA IMS Tools CA RS 1503 Service List CA IMS Tools 16.0 1 CA RS 1503 Service List Release Service Description Type 16.0 RO77661 LXCF TRACE DATA REMAINS IN CSA AFTER THE STC SHUTDOWN PTF RO77662 LXCF TRACE DATA REMAINS IN CSA AFTER THE STC

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

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

More information

CA ACF CA RS 1604 Service List

CA ACF CA RS 1604 Service List CA ACF2 16.0 1 CA RS 1604 Service List Description Type 16.0 RO86545 R_SETFACL FAILS WITH SAF RC 8 RACF RC 8 RACF REASON CODE 20 PTF RO87013 ERRONEOUS UID 0 ON CERTAIN ACFRPTOM EVENTS PTF RO87405 ADD INTERNAL

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 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 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 SOLVE:Access Session Management CA RS 1306 Service List

CA SOLVE:Access Session Management CA RS 1306 Service List CA SOLVE:Access Session Management 5.0 1 CA RS 1306 Service List Description Hiper 5.0 RO53903 ABEND S0C4 NM00013D+108 SH USER COMMAND RO53904 ABEND S0C4 NM00013D+108 RO54015 NMIPTSSX OVERLAYS STORAGE

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

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

More information

CA IMS Tools CA RS 1409 Service List

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

More information

CA 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 Datacom/DB 15.1 **Incremental INC00** 1 CA RS 1703 Service List

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

More information

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

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

More information

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

CA SYSVIEW Performance Management CA RS 1201 Service List CA SYSVIEW Performance Management 13.0 1 CA RS 1201 Service List Release Service Description Hiper 13.0 RO30460 Abend S0E0-29 during data collection cycle RO31050 IAT7130 length error after attempting

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

CA Top Secret Security for z/os CA RS 1403 Service List CA Top Secret Security for z/os 15.0 1 CA RS 1403 Service List Description Hiper 15.0 RO56578 S378 ABENDS ON CPF COMMANDS WITH ARCHIVE KEYWORD RO58844 UPDATE CIA REAL-TIME TO RE-SYNC WITH COMMON CODE RO60107

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

CA Vantage Storage Resource Manager CA RS 1509 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1509 Service List Release Service Description Type 12.6 RO80191 SUPPORT OF ZEDC IBM COMPRESSION PTF RO80937 HNODE HSM HISTORY %CACHE INCORRECT PTF RO81333

More information

CA Disk Backup and Restore CA RS 1801 Service List

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

More information

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

CA Mainframe Application Tuner CA RS 1404 Service List CA Mainframe Application Tuner 9.0 1 CA RS 1404 Service List Description Hiper 9.0 RO64816 DSNT408I SQLCODE=-553 - DB2 DISPLAY ERRORS RO64909 ABEND01D RSN 6B000D11 IN TNMTMQ @+X'3EC' RO65439 NO SIGNIFICANT

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

CA Top Secret Security for z/os CA RS 1404 Service List CA Top Secret Security for z/os 15.0 1 CA RS 1404 Service List Description Hiper 15.0 RO58399 S0C4 ABEND PROCESSING RACROUTE VERIFY, ENCRYPT=NO RO63670 CIA RT DOES NOT UPDATE RESOURCE PERMISSIONS FOR MRIE

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

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

CA ACF CA RS 1708 Service List CA ACF2 16.0 1 CA RS 1708 List Description Type RO93511 PROVIDE A JOBFROM UTILITY REPORT PTF RO93512 PROVIDE A JOBFROM UTILITY REPORT PTF RO93513 PROVIDE A JOBFROM UTILITY REPORT PTF RO93566 ACF2 CONSOLE

More information

CA Workload Automation ESP Edition CA RS 1604 Service List

CA Workload Automation ESP Edition CA RS 1604 Service List CA Workload Automation ESP Edition 11.4 1 CA RS 1604 Service List Description Type 11.4 RO87260 VSAM I/O ERROR DUMP WRITTEN BY WORKSTATION SERVER PTF RO87670 S878 ABEND RELATED TO REPORT SERVER UPDATES

More information