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

Size: px
Start display at page:

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

Transcription

1 CA Top Secret Security for z/os 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 MESSAGE TSS0626E AFTER FIX RO93059 *HIP/PRP* RO94718 TSS CMD GENERATED FROM ARCHIVE FAILS WITH TSS0243E PTF RO94909 TSS9046I RDT SYNCHRONIZATION AFTER RO92696 PTF RO94913 TSS REPLACE PHRASE ABENDS AFTER RO92696 IF CPF-ED ** PRP ** RO94971 MFA RSA WITH PASSTICKET PROCESS MAY FAIL PTF RO95026 ADD LOGGING OF TSS COMMANDS TO SMF ATF PTF The CA RS 1704 service count for this release is 8

2 CA Top Secret Security for z/os 2 CA RS 1704 List for FMID Description Type RO93932 CICS SIGNON WITH PASSTICKET FAILS WITH BACKGROUND USER ** PRP ** RO94168 MODIFY MESSAGE TSS0962 FROM LEVEL E TO W PTF RO94686 MESSAGE TSS0626E AFTER FIX RO93059 *HIP/PRP* RO94718 TSS CMD GENERATED FROM ARCHIVE FAILS WITH TSS0243E PTF RO94909 TSS9046I RDT SYNCHRONIZATION AFTER RO92696 PTF RO94913 TSS REPLACE PHRASE ABENDS AFTER RO92696 IF CPF-ED ** PRP ** RO94971 MFA RSA WITH PASSTICKET PROCESS MAY FAIL PTF RO95026 ADD LOGGING OF TSS COMMANDS TO SMF ATF PTF The CA RS 1704 service count for this FMID is 8

3 CA Top Secret Security for z/os CA RS PTF RO93932 RO93932 RO93932 M.C.S. ENTRIES = ++PTF (RO93932) CICS SIGNON WITH PASSTICKET FAILS WITH BACKGROUND USER PROBLEM DESCRIPTION: A CICS passticket signon user can fail if the user is already signed on in the background. This problem shows when the password interval for the user has expired. This also resolves an ABEND in TSSSFR00 at offset x'd70'. The following message has been reported: DFHCE3525 Your password has expired. Please type your new password. The TSSSFR00 ABEND has been reported as S0C4-11 in DFHXSAD offset x'12d8' with fix RO92771 applied. The user signon fails. Reset the user pasword. PRODUCTS AFFECTED: CA Top Secret for z/os Release 16.0 TSSMVS 9911 Copyright (C) 2017 CA. All rights reserved. R00230-TSS160-SP1 DESC(CICS SIGNON WITH PASSTICKET FAILS WITH BACKGROUND USER FMID () PRE ( RO81843 RO84794 RO86945 RO91603 RO92771 ) SUP ( AC90345 AR92771 RO80102 RO89828 TR80102 TR89828 TR93901 TR93932 ) ++HOLD (RO93932) SYSTEM FMID() REASON (DYNACT ) DATE (17083) PURPOSE Load module into LLA and activate USERS User loging on with PassTickets AFFECTED KNOWLEDGE 1. Console commands REQUIRED 2. Top Secret administration ACCESS 1. Console authority REQUIRED 2. TSS administrative authority SMP APPLY, LLA REFRESH, restart CA Top Secret with TSS,,,REINIT

4 CA Top Secret Security for z/os CA RS PTF RO94168 RO94168 RO94168 M.C.S. ENTRIES = ++PTF (RO94168) MODIFY MESSAGE TSS0962 FROM LEVEL E TO W PROBLEM DESCRIPTION: Modify the 'TSS0962E MAXUSER EXCEEDED - XREF TABLE FULL' from an "E" message level to a "W" (warning Message TSS0962E is issued when the XREF table (governed by the MAXUSER parameter on the facility) is full. The XREF table contains a list of signed on users for that address space. When the table is full, TSS issues the message once to inform one that the MAXUSER parameter maybe set to low. After the TSS0962W message is issued, new users are able to signon, however, their acids will not be able to be refreshed via the TSS REFRESH command. The address space continues to process normally. Increase the MAXUSER parm on the facility. PRODUCT(S) AFFECTED: CA Top Secret for z/os Release 16.0 CA Top Secret for z/os Release 15.0 TSSMVS 9915 Copyright (C) 2017 CA. All rights reserved. R00235-TSS160-SP1 DESC(MODIFY MESSAGE TSS0962 FROM LEVEL E TO W FMID () PRE ( RO83104 RO84794 RO86945 RO88603 RO88796 RO89334 RO92696 RO92771 ) SUP ( AR88603 BR88603 RO89210 RO89889 RO90784 TR89210 TR89691 TR89889 TR90753 TR90784 TR94168 ) ++HOLD (RO94168) SYSTEM FMID() REASON (DYNACT ) DATE (17076) PURPOSE ISSUE message TSS0962W instead of TSS0962E USERS All users of MULTIUSER address space, such as IMS, CICS AFFECTED KNOWLEDGE 1- SMP/E 2- z/os Systems Programming REQUIRED 3- Security Administration ACCESS SMP/E CSI libraries REQUIRED LLA Refresh and REINIT of TSS

5 CA Top Secret Security for z/os CA RS PTF RO94686 RO94686 RO94686 M.C.S. ENTRIES = ++PTF (RO94686) MESSAGE TSS0626E AFTER FIX RO93059 PROBLEM DESCRIPTION: After RO93059, a TSS ADD/REPLACE command specifying both UID and DFLTGRP will fail with message TSS0626E. As a result, the UID that was specified or that was selected via UID(?), will show on TSS WHOHAS UID(*) but will not be attached to the acid. Example : TSS ADD(USERA) HOME(/u/USERA) GROUP(omvsgRP) DFLTGRP(omvsGRP) UID(?) In order to remove the UID from the WHOHAS listings one needs to execute the following scenario: Failed command: TSS ADD(USERA) GROUP(OMVSGRP) DFLTGRP(OMVSGRP) UID(3301) UID(3301) was added to WHOHAS information but not the acid. Cleanup: Add the UID : TSS ADD(USERA) UID(3301) Remove the UID : TSS REM(USERA) UID(3301) TSS0626E DEFAULT GROUP NOT DEFINED OR IS NOT IN USER'S LIST OF GROUPS TSS0301I ADD FUNCTION FAILED, RETURN CODE = 8 The command fails and an unattached UID is associated with the acid in the UID table. Add the Group and DFLTGRP in separate commands as follows: TSS ADD(USERA) GROUP(OMVSGRP) UID(3301) TSS ADD(USERA) DFLTGRP(OMVSGRP) PRODUCT(S) AFFECTED: CA Top Secret for z/os Version 16.0 TSSMVS 9924 Copyright (C) 2017 CA. All rights reserved. R00244-TSS160-SP1 DESC(MESSAGE TSS0626E AFTER FIX RO93059 FMID () PRE ( RO84794 RO86945 RO92696 ) SUP ( AR93059 RO79659 RO85956 RO90186 RO91707 RO93059 TR79659 TR85956 TR90186 TR91707 TR93059 TR94686 ) ++HOLD (RO94686) SYSTEM FMID() REASON (DYNACT ) DATE (17068) PURPOSE Correct an error in fix RO93059 USERS User that have applied fix RO93059 AFFECTED KNOWLEDGE 1- SMP/e REQUIRED 2- z/os Systems Programming 3- z/os Operator Commands ACCESS SMP/e CSI libraries REQUIRED

6 CA Top Secret Security for z/os CA RS PTF RO94686 SMP APPLY, LLA REFRESH and restart CA Top Secret

7 CA Top Secret Security for z/os CA RS PTF RO94718 RO94718 RO94718 M.C.S. ENTRIES = ++PTF (RO94718) TSS CMD GENERATED FROM ARCHIVE FAILS WITH TSS0243E PROBLEM DESCRIPTION: If APPLDATA exists on a PERMIT such as APPLDATA = ABC123,DEF456, then a TSS LIST() ARCHIVE INTO generates the following command: TSS PERMIT(userid) OTRAN(CEMT) ACCESS(EXECUTE) - APPLDATA(ABC123,DEF456) This command requires single quotes around the APPLDATA values: APPLDATA('ABC123,DEF456') in order to execute successfully. If executed, the above command generated by ARCHIVE will fail with: TSS0243E INVALID SUBFIELD DATA - DEF456 TSS0301I TSS FUNCTION FAILED, RETURN CODE = 4 The command fails with message TSS0243E INVALID SUBFIELD DATA. Add single quotes around the APPLDATA values. For example: TSS PERMIT(userid) OTRAN(CEMT) ACCESS(EXECUTE) - APPLDATA('ABC123,DEF456') PRODUCT(S) AFFECTED: CA-TOP SECRET-MVS Release 16.0 TSSMVS 9925 Copyright (C) 2017 CA. All rights reserved. R00245-TSS160-SP1 DESC(TSS CMD GENERATED FROM ARCHIVE FAILS WITH TSS0243E FMID () SUP ( RO79894 RO91186 TR79894 TR91186 TR91840 TR94718 ) ++HOLD (RO94718) SYSTEM FMID() REASON (DYNACT ) DATE (17074) PURPOSE Load module into LLA and activate USERS All AFFECTED KNOWLEDGE 1. Console commands REQUIRED 2. Top Secret administration ACCESS 1. Console authority REQUIRED 2. TSS administrative authority SMP APPLY, LLA REFRESH and restart CA Top Secret with TSS,,,REINIT

8 CA Top Secret Security for z/os CA RS PTF RO94909 RO94909 RO94909 M.C.S. ENTRIES = ++PTF (RO94909) TSS9046I RDT SYNCHRONIZATION AFTER RO92696 PROBLEM DESCRIPTION: With the introduction of fix RO92696, a new RDT class was introduced, MFADEF, with rescode X'15F'. If the rescode X'15F' is currently being used by another RDT class, at the start of TSS, the following message will occur: TSS9046I RDT SYNCHRONIZATION FAILED: RESNAME/RESCLASS MISMATCH TSS9046I RDT SYNCHRONIZATION FAILED: RESNAME/RESCLASS MISMATCH at TSS startup. The new RDT class (MFADEF) will not be added to the security file. None PRODUCT(S) AFFECTED: CA Top Secret for z/os Version 16.0 TSSMVS 9928 Copyright (C) 2017 CA. All rights reserved. R00247-TSS160-SP1 DESC(TSS9046I RDT SYNCHRONIZATION AFTER RO92696 FMID () PRE ( RO89334 RO92696 ) SUP ( RO80064 RO86294 RO89936 RO92811 RO94298 TR80064 TR86294 TR89936 TR92489 TR92800 TR92811 TR94298 TR94909 ) ++HOLD (RO94909) SYSTEM FMID() REASON (DYNACT ) DATE (17073) PURPOSE Load module into LLA and activate USERS All AFFECTED KNOWLEDGE 1. Console commands REQUIRED 2. Top Secret administration ACCESS 1. Console authority REQUIRED 2. TSS administrative authority SMP APPLY, LLA REFRESH and restart CA Top Secret

9 CA Top Secret Security for z/os CA RS PTF RO94913 RO94913 RO94913 M.C.S. ENTRIES = ++PTF (RO94913) TSS REPLACE PHRASE ABENDS AFTER RO92696 IF CPF-ED PROBLEM DESCRIPTION: After RO92696, if a TSS REPLACE PHRASE command is CPFed to another LPAR, the command abends on the receiving LPAR. TSS9190A CA-TSS COMMAND PROCESSOR ABEND S0C4 IN TSSAUTH1+305A4 TSSAUTHZ S0C4 at 2ADD75A4 LMOD TSSAUTH CSECT TSSAUTH2 +00E5A4 TSS N/A TSS The command fails and the Phrase is not updated on the receiving LPAR. Manually issue the command on the failing system. PRODUCT(S) AFFECTED: CA-TOP SECRET-MVS Release 16.0 TSSMVS 9927 Copyright (C) 2017 CA. All rights reserved. R00248-TSS160-SP1 DESC(TSS REPLACE PHRASE ABENDS AFTER RO92696 IF CPF-ED FMID () PRE ( RO79659 RO82138 RO82305 RO84794 RO85956 RO86945 RO90186 RO91002 RO91707 RO92619 RO92696 RO92967 RO93059 RO93757 RO94686 ) SUP ( BR92696 RO94101 TR91002 TR92609 TR92619 TR92967 TR93757 TR94101 TR94913 TR95109 TR95191 ) ++HOLD (RO94913) SYSTEM FMID() REASON (DYNACT ) DATE (17087) PURPOSE Resolve abend using Passphrase with MFA support installed USERS All user that are using Pasphrase and have MFA support AFFECTED installed. KNOWLEDGE 1- SMP/E 2- z/os Systems Programming REQUIRED 3- Security Administration ACCESS SMP/E CSI libraries REQUIRED LLA Refresh and REINIT of TSS

10 CA Top Secret Security for z/os CA RS PTF RO94971 RO94971 RO94971 M.C.S. ENTRIES = ++PTF (RO94971) MFA RSA WITH PASSTICKET PROCESS MAY FAIL PROBLEM DESCRIPTION: Passticket processing under MFA RSA may cause token users to be suspended on the RSA server. "Authentication method failed" results. With MFA RSA active and Passticket setup for an application, Passticket processing may result in MFA RSA logon failures on the RSA server. MFA RSA user may get suspended or locked out by RSA server. None. PRODUCT(S) AFFECTED: CA Top Secret for z/os Version 16.0 TSSMVS 9929 Copyright (C) 2017 CA. All rights reserved. R00250-TSS160-SP1 DESC(MFA RSA WITH PASSTICKET PROCESS MAY FAIL FMID () PRE ( RO83104 RO84794 RO86945 RO88603 RO88796 RO89334 RO92696 RO92771 ) SUP ( AR88603 BR88603 RO89210 RO89889 RO90784 RO94168 TR89210 TR89691 TR89889 TR90753 TR90784 TR94168 TR94971 ) ++HOLD (RO94971) SYSTEM FMID() REASON (DYNACT ) DATE (17079) PURPOSE Fix problem with MFA RSA and pass ticket processing. USERS MFA RSA users with pass ticket processing. AFFECTED KNOWLEDGE 1- SMP/E 2- z/os Systems Programming REQUIRED 3- Security Administration ACCESS SMP/E CSI libraries REQUIRED LLA REFRESH and TSS REINIT

11 CA Top Secret Security for z/os CA RS PTF RO95026 RO95026 RO95026 M.C.S. ENTRIES = ++PTF (RO95026) ADD LOGGING OF TSS COMMANDS TO SMF ATF ENHANCEMENT DESCRIPTION: Add logging of TSS commands to SMF and or ATF via TSS Control Option LOG. New options for SMF: LOG(CMDS) and/or ATF: LOG(CMDA None. This is an enhancement. Additional SMF or ATF log entries if LOG(CMDS) or LOG(CMDA) are specified. None. This is an enhancement. PRODUCT(S) AFFECTED: CA Top Secret for z/os Version 16.0 TSSMVS 9920 Copyright (C) 2017 CA. All rights reserved. R00251-TSS160-SP1 DESC(ADD LOGGING OF TSS COMMANDS TO SMF ATF FMID () PRE ( RO80995 RO82138 RO83157 RO84470 RO84794 RO85843 RO86552 RO86945 RO87918 RO88415 RO88932 RO89334 RO92581 RO92696 RO92854 RO93298 ) SUP ( RO81160 RO87515 RO89682 RO90626 RO92808 TR81160 TR84431 TR87515 TR89682 TR90626 TR92808 TR95026 ) ++HOLD (RO95026) SYSTEM FMID() REASON (DYNACT ) DATE (17079) PURPOSE Enhancment to log TSS commands to SMF and or ATF USERS Customers who turn on LOG(CMDA) AND OR LOG(CMDS) AFFECTED KNOWLEDGE 1- SMP/E 2- z/os Systems Programming REQUIRED 3- Security Administration ACCESS SMP/E CSI libraries REQUIRED LLA Refresh and REINIT of TSS

12 CA Top Secret Security for z/os CA RS 1704 Product/Component Listing Product Family Product Release Security CA TOP SECRET FOR Z/OS The CA RS 1704 Product/Component Count for this release is 1

13 CA Top Secret Security for z/os All CA RS Levels List CA RS Level FMID CAR1704 RO95026 RO94971 RO94913 RO94909 RO94718 RO94686 RO94168 RO93932 CAR1703 RO94517 RO94383 RO94298 RO94101 RO93840 CAR1702 RO93979 RO93757 RO93744 RO93398 CAR1701 RO93171 RO92888 RO92584 CAR1612 RO93298 RO93059 RO92967 RO92772 RO92771 RO92742 RO92581 RO92412 RO92198 RO92092 RO92039 CAKOG01 CAKOG01 CAR1611 RO92854 RO92811 RO92809 RO92808 RO92696 RO92675 RO92619 RO92560 RO92502 RO91873 RO91186 RO88880 CAR1610 RO91454 RO91447 CAR1609 RO91707 RO91702 RO91603 RO91469 RO91248 RO91172 RO90979 RO90633 CAKOG01 CAR1608 RO91002 RO90784

14 CA Top Secret Security for z/os All CA RS Levels List CA RS Level FMID RO90627 RO90626 RO90186 RO89750 RO88433 RO86556 CAKOG01 CAR1607 RO90358 RO90317 RO90165 RO89936 RO89828 CAR1606 RO90184 CAKOG01 RO90069 RO89965 RO89889 RO89888 RO89682 RO89668 RO89233 CAR1605 RO89361 RO89334 RO89210 RO89203 CAR1604 RO88969 CAKOG02 RO88968 RO88932 RO88848 RO88796 RO88651 RO88603 RO88551 RO88473 RO88415 RO87918 RO87883 RO87515 CAR1603 RO88130 RO87961 RO87881 RO87875 RO87826 CAKOG01 CAR1602 RO87827 RO87738 RO87735 RO86945 RO86559 RO86552 RO86294 RO85890

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

CA Top Secret Security for z/os CA RS 1309 Service List CA Top Secret Security for z/os 15.0 1 CA RS 1309 Service List Description Hiper 15.0 RO53949 TSSAUDIT UTILITY ENHANCEMENTS RO53950 TSSCHART UTILITY ENHANCEMENTS RO53994 TSSUTIL ENHANCEMENTS RO54303 TSSSIM

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

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

More information

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

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

More information

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

CA Top Secret Security for z/os CA RS 1207 Service List CA Top Secret Security for z/os 15.0 1 CA RS 1207 Service List Release Service Description Hiper 15.0 RO36860 TSO SESSION CAN LOSE THE ADDRESS SPACE ACEE RO37694 NO VIOL REPORTED WHEN USS CMD FAILS - USER

More information

CA ACF CA RS 1409 Service List

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

More information

CA Common Services CA RS 1702 Service List

CA Common Services CA RS 1702 Service List CA Common Services 14.1 1 CA RS 1702 Service List Release Service Description Type 14.1 RO81979 CASRVSYM RECURSIVE S0C4 ABENDS PTF RO91834 ABEND S0C4-3B DURING CICS INITIALIZATION. PTF RO92559 ABEND AEE0

More information

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

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

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

More information

CA ACF CA RS 1404 Service List

CA ACF CA RS 1404 Service List CA ACF2 15.0 1 CA RS 1404 Service List Description Hiper 15.0 RO62960 EXPIRED CERTIFICATE MESSAGES MISSING AT MIDNIGHT RO64759 UNIX FILES WITH NO EXECUTE PERMISSIONS MISHANDLED RO65121 USERS GETTING ACF6C004

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 DB2 Tools 20.0 **INCREMENTAL** 1 CA RS 1706 Service List

CA DB2 Tools 20.0 **INCREMENTAL** 1 CA RS 1706 Service List CA DB2 Tools 20.0 **INCREMENTAL** 1 CA RS 1706 Service List Service Description Type RO95918 CA RAPID REORG UPDATE PTF RO95972 CA RAPID REORG UPDATE PTF RO96002 ADD MISSING PQC CDBAPARM MEMBER PTF RO96005

More information

CA 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 Chorus CA RS 1506 Service List

CA Chorus CA RS 1506 Service List CA Chorus 4.0 1 CA RS 1506 Service List Description Type 4.0 RO78203 HELP PANELS ARE MISSING PTF RO79666 TEIID31118 ELEMENT "G_1.CPF_OUTBOUND_RETURNED" NOT DEFINED PTF RO79923 ETJI0100 JOB SUBMITTED BY

More information

CA Common Services CA RS 1708 Service List

CA Common Services CA RS 1708 Service List CA Common Services 14.1 1 CA RS 1708 Service List Service Description Type RO91406 SUPPORT FOR CICS/TS 5.4.0 (INTERNALLY CICS 7.1) PTF RO96006 CCILGR S0C4 ABENDS IN VSAM MODULES AT TERMINATION PTF RO96092

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

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

More information

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

CA XCOM Data Transport for z/os CA RS 1509 Service List CA XCOM Data Transport for z/os 11.6 1 CA RS 1509 Service List Description Type 11.6 RO81040 XCOMM0780E TXPI 215 RC 140 OR TXPI 228 PTF RO82092 SURCLS CONFIG PARM NOT ALLOWING SPECIAL CHARACTERS PTF RO82953

More information

CA Datacom/AD CA RS 1305 Service List

CA Datacom/AD CA RS 1305 Service List CA Datacom/AD 14.0 1 CA RS 1305 Service List Description Hiper 14.0 RO49483 ABEND, MIGRATE_TO_SHADOW RUNNING CHANGE DATA CAPTURE RO53265 PROVIDE FRAMEWORK FOR FUTURE OLREORG ENHANCEMENT RO53693 ALIGNMENT

More information

CA Datacom/DB 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 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 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 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 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 Mainframe Application Tuner CA RS 1511 Service List

CA Mainframe Application Tuner CA RS 1511 Service List CA Mainframe Application Tuner 10.0 1 CA RS 1511 Service List Description Type 10.0 RO83991 UNEXPECTED CHARACTER IN PL/I PSEUDO ASSEMBLY LISTING PTF RO84875 GUI MISSING SSA DATA PTF RO85267 PEA - RO84875

More information

CA 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 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 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 Ideal for Datacom CA RS 1407 Service List

CA Ideal for Datacom CA RS 1407 Service List CA Ideal for Datacom 14.0 1 CA RS 1407 Service List Description Type 14.0 RO62114 $INQU2/$INQU3 DO NOT RETURN PROGRAMM DATA PTF RO65771 RESOURCE EDITOR VERSION INVALID PTF RO69068 DB2 - S0C4 IN @ICMAS

More information

CA Workload Automation CA 7 Edtion CA RS 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 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 Web Administrator for ACF2 and TSS CA RS 1702 Service List

CA Web Administrator for ACF2 and TSS CA RS 1702 Service List CA Web Administrator for ACF2 and TSS 15.0 1 CA RS 1702 Service List Release Service Description Type 15.0 RO93713 WEB ADMINISTRATOR TOMCAT UPGRADE PTF RO93714 WEB ADMINISTRATOR TOMCAT UPGRADE PTF RO93724

More information

CA Common Services CA RS 1403 Service List

CA Common Services CA RS 1403 Service List CA Common Services 14.1 1 CA RS 1403 Service List Description Hiper 14.1 RO57094 SUPPORT DB2 V11.1 RO60306 UNEXPECTED CCI LU0 LINE BREAKS RO63046 CCIPC APP RECEIVES CCICONV FAILURE: CCI0053 WSAEWOULDBLOCK

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

CA SYSVIEW Performance Management CA RS 1702 Service List CA SYSVIEW Performance Management 14.2 1 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

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

CA Vantage Storage Resource Manager CA RS 1607 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1607 Service List Description Type 12.6 RO88252 VKG0110E INT. ERR - GENINISV GETN/GET - RC= 4,HSMRLOG PTF RO89115 SUPPORT FINNISH/SWEDISH CODEPAGE 1143

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

CA Datacom/DB CA RS 1412 Service List CA Datacom/DB 15.0 1 CA RS 1412 Service List Description Type 15.0 RO74322 UNRECOGNIZED STATEMENT-TYPE EXECUTING EXTERNALLY SECURED PTF RO74331 MUF ABEND USER COMPLETION CODE=0008 IN DBU08PR PTF RO75194

More information

CA Datacom/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 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 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 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 ACF CA RS 1306 Service List

CA ACF CA RS 1306 Service List CA ACF2 15.0 1 CA RS 1306 Service List Description Hiper 15.0 RO49252 ABEND 0C4 WITH CIA, GARBAGE HI-ORDER WORD 64-BIT ADDRESSES RO50449 IMS ACF01004 W/UNPRINTABLE LID AT STARTUP RO50887 ADD USER DEFINED

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 Endevor SCM 18.0 **Incremental INC00** 1 CA RS 1701 Service List

CA Endevor SCM 18.0 **Incremental INC00** 1 CA RS 1701 Service List CA Endevor SCM 18.0 **Incremental INC00** 1 CA RS 1701 Service List Description Type 18.0 RO92912 ECLIPSE UI: PASSWORD CHANGE IS NOT REFLECTED FOR PKG ACTIONS PTF RO93153 INCREMENTAL DELIVERY PTF VERSION

More information

CA Vantage Storage Resource Manager CA RS 1709 Service List

CA Vantage Storage Resource Manager CA RS 1709 Service List CA Vantage Storage Resource Manager 14.0 1 CA RS 1709 List Description Type RO94392 S0C7 DURING HTC OBJECT COLLECTION PTF RO95510 GET ISSUED AFTER EOF FOR "INCOMPLETE" FILE PTF RO96735 ICKDSF INIT FAILED

More information

CA TPX Session Management CA RS 1511 Service List

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

More information

CA NetMaster 12.2 **Incremental INC01** 1 CA RS 1701 Service List

CA NetMaster 12.2 **Incremental INC01** 1 CA RS 1701 Service List CA NetMaster 12.2 **Incremental INC01** 1 CA RS 1701 Service List Description Type 12.2 RO93288 NF1M51 CONN INFO REQ FOR STACK: TCPIP FAILED. REASON: -1 PTF RO93476 SIGNON COMMAND DOES NOT REFRESH REGION

More information

CA Mainframe Application Tuner CA RS 1505 Service List

CA Mainframe Application Tuner CA RS 1505 Service List CA Mainframe Application Tuner 10.0 1 CA RS 1505 Service List Description Type 10.0 RO78042 DAU004E INVALID NUMERIC VALUE PTF RO79176 ADABAS - MISSING DETAILS - CASE 21631 PTF RO79332 S0C7 IN APCYJLNA

More information

CA Workload Automation CA 7 Edtion CA RS 1502 Service List

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

More information

CA 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 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 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 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 File Master Plus for IMS CA RS 1409 Service List

CA File Master Plus for IMS CA RS 1409 Service List CA File Master Plus for IMS 8.5 1 CA RS 1409 Service List Description Type 8.5 RO70596 F7 FAILS TO MOVE BACK IN PHDAM WITH SELECTION PTF RO72306 SA78 ABEND WITH THE USER SECURITY EXIT PTF RO72884 IMS V13

More information

CA Mainframe Application Tuner CA RS 1410 Service List

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

More information