CA IDMS CA RS 1502 Service List

Size: px
Start display at page:

Download "CA IDMS CA RS 1502 Service List"

Transcription

1 CA IDMS CA RS 1502 Service List Description Type 18.5 RO70628 LOCAL BATCH JOBS MAY USE EXCESSIVE STORAGE PTF RO74354 UPDATE MESSAGE DB SHORT DESCRIPTION PTF RO74928 SUPPRESS DML204 MESSAGE ON COPY IDMS MAP BINDS PTF RO75543 LARGE SQL QUERIES WITH CACHING ENABLED MAY RETURN DC PTF RO75615 IDMS GETS A DC329009, FOLLOWED BY A PTF RO76318 ADS DIALOG FAILS WITH 1209 ERROR STATUS PTF RO76941 FAULTY DCMT D ACT XA REENTRANT PR VALUES PTF RO77055 'UPDATE CSM CONFIGURATION' INSTALL FAILS DURING VALIDATION PTF RO77235 CA ENDEVOR/DB FLOWERBOX DOES NOT DISPLAY FOR IDMSDDDL PTF RO ERROR STATUS STORING NEW CALC RECORDS PTF RO77262 SQL 'UPDATE' DOES NOT CHOOSE THE MOST EFFICIENT ACCESS PATH. PTF RO77263 VSAM/T TRANSACTIONS ABEND WITH S0C1/AKEA IN CICS 5.2 PTF RO77308 ENHANCEMENT TO IDMSDBAN FREE SPACE VALIDATION PTF RO77498 INCORRECT DB MESSAGES REVOKING USER AUTHORITIES PTF RO77608 PROBLEMS WITH BASE AND UPGRADE INSTALLS WITH CSM PTF RO77614 OPTIONAL 338 RACROUTE RETURN CODES 32 AND 36 PTF RO77789 PMSMFEX SAMPLE CODE HAS INCORRECT LABEL PTF The CA RS 1502 service count for this release is 17

2 CA IDMS 2 CA RS 1502 Service List for CAGJI50 FMID Service Description Type CAGJI50 RO70628 LOCAL BATCH JOBS MAY USE EXCESSIVE STORAGE PTF RO74354 UPDATE MESSAGE DB SHORT DESCRIPTION PTF RO74928 SUPPRESS DML204 MESSAGE ON COPY IDMS MAP BINDS PTF RO75543 LARGE SQL QUERIES WITH CACHING ENABLED MAY RETURN DC PTF RO75615 IDMS GETS A DC329009, FOLLOWED BY A PTF RO76318 ADS DIALOG FAILS WITH 1209 ERROR STATUS PTF RO76941 FAULTY DCMT D ACT XA REENTRANT PR VALUES PTF RO77055 'UPDATE CSM CONFIGURATION' INSTALL FAILS DURING VALIDATION PTF RO77235 CA ENDEVOR/DB FLOWERBOX DOES NOT DISPLAY FOR IDMSDDDL PTF RO ERROR STATUS STORING NEW CALC RECORDS PTF RO77262 SQL 'UPDATE' DOES NOT CHOOSE THE MOST EFFICIENT ACCESS PATH. PTF RO77263 VSAM/T TRANSACTIONS ABEND WITH S0C1/AKEA IN CICS 5.2 PTF RO77308 ENHANCEMENT TO IDMSDBAN FREE SPACE VALIDATION PTF RO77498 INCORRECT DB MESSAGES REVOKING USER AUTHORITIES PTF RO77608 PROBLEMS WITH BASE AND UPGRADE INSTALLS WITH CSM PTF RO77614 OPTIONAL 338 RACROUTE RETURN CODES 32 AND 36 PTF RO77789 PMSMFEX SAMPLE CODE HAS INCORRECT LABEL PTF The CA RS 1502 service count for this FMID is 17

3 CA IDMS CA RS PTF RO RO70628 RO70628 M.C.S. ENTRIES = ++PTF (RO70628) LOCAL BATCH JOBS MAY USE EXCESSIVE STORAGE Local batch jobs may use excessive storage. The jobs are allocating multiple blocks of null pdes and never freeing them under certain conditions. The jobs may abend with DB abends or with various errors that indicate a lack of storage. Local batch jobs that have run fine in prior releases will abend. On Z/OS systems, increase the size on the execute card. On VSE systems, run in a larger partition. PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.0 CA IDMS Base Option Release 18.5 CA IDMS Release 17.0 IDMS 4056 Copyright (C) 2014 CA. All rights reserved. R00256-AGJ185-SP1 DESC(LOCAL BATCH JOBS MAY USE EXCESSIVE STORAGE). SUP ( TR70628 )

4 CA IDMS CA RS PTF RO RO74354 RO74354 M.C.S. ENTRIES = ++PTF (RO74354) UPDATE MESSAGE DB SHORT DESCRIPTION Short description for error message DB does not clearly explain why error messaged is issued. DB will be issued if a parameter list in parentheses is used in an SQL statement but the table entity referenced in the FROM clause is not a procedure. This form of passing parameter values can only be used with a procedure. The exact reason for the error message may not be clear so the customer may not be able to determine how to correct the syntax. Customer can manually update the DB message in the dictionary REP MESSAGE NAME IS DB SEVERITY IS 0 TEXT LINE IS 1 DESTINATION IS LOG MESSAGE IS 'C&01M&02: Procedure &03 not found in catalog or ' - 'procedure invocation syntax used in error. ' DEFINITION IS 'DB Procedure <schema>.<procedure> not found in ' 'catalog or procedure invocation syntax used in error. ' - ' ' - 'Procedure invocation syntax (parenthesized parameter list) ' - 'was used in a SELECT, UPDATE, DELETE or CALL statement or ' - 'function invocation syntax was used, but the ' - 'definition of the corresponding procedure could not ' - 'be found in the catalog. ' COMMENTS 'Module(s) = IDMSAMC (JBIRTI)' PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.0 CA IDMS Base Option Release 18.5 IDMS 4933 Copyright (C) 2015 CA. All rights reserved. R00314-AGJ185-SP1 DESC(UPDATE MESSAGE DB SHORT DESCRIPTION). PRE ( RO61262 RO71145 ) SUP ( TR74354 ) ++HOLD (RO74354) SYSTEM FMID(CAGJI50) REASON (ACTION ) DATE (15014) COMMENT ( CA IDMS Base Option Release 18.5 SEQUENCE After Apply PURPOSE Update Messages USERS AFFECTED All IDMS users KNOWLEDGE REQUIRED Update definitions in the Dictionary ACCESS REQUIRED Ability to run IDMSDDDL in batch or use IDD online ************************** * STEPS TO PERFORM *

5 CA IDMS CA RS PTF RO74354 ************************** After installing this PTF, please use the IDMSDDDL utility to update your SYSTEM dictionary's message area with the input in source member DB001. Please note using this member will result in the update of all messages contained within DB001. You may optionally decide to only update the specific message(s) associated with this correction. To do this simply include message DB as input to the IDMSDDDL utility. The source will be in the SMP/E CAGJSRC library. ).

6 CA IDMS CA RS PTF RO RO74928 RO74928 M.C.S. ENTRIES = ++PTF (RO74928) SUPPRESS DML204 MESSAGE ON COPY IDMS MAP BINDS If a record is copied into a program twice, warning message DML204 "Bind Not Issued For Record Copied More Than Once" will be issued and the BIND MAP RECORD statement will be suppressed. This optional PTF will suppress the DML204 warning and generate the BIND MAP RECORD statement with the map record name. To implement the functionality introduced by this PTF you will need to code the following #DEFOPTF in your RHDCOPTF module and then re-assemble and link the RHDCOPTF module. Code the following #DEFOPTF in your RHDCOPTF module to activate this optional code: #DEFOPTF OPT00331 W DML204 Bind Not Issued For Record Copied More Than Once issued for each record copied twice into a program and the user must code the BIND MAP RECORD statement manually. Caution should be taken if implementing this option as it may result in a change to the way a program functions as the map may be bound to a different record than in a prior compile. Manually code the BIND MAP RECORD statements. PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.5 IDMS 4957 Copyright (C) 2015 CA. All rights reserved. R00348-AGJ185-SP1 DESC(SUPPRESS DML204 MESSAGE ON COPY IDMS MAP BINDS). PRE ( RO68756 ) SUP ( TR74928 ) ++HOLD (RO74928) SYSTEM FMID(CAGJI50) REASON (ACTION ) DATE (15015) COMMENT ( CA IDMS Base Option Release 18.5 SEQUENCE Before Apply PURPOSE Enable the use of optional functionality USERS AFFECTED All IDMS users making use of Optional apars KNOWLEDGE SMP/E, Assemble #DEFOPTF macro, and/or ability to change REQUIRED SYSIDMS parameters and perform SYSGEN modification ACCESS CA IDMS CSI and libraries, CA IDMS Startup JCL, SYSGEN REQUIRED compiler ************************** * STEPS TO PERFORM * ************************** To implement the functionality introduced by this PTF you will need to Code the following #DEFOPTF in your RHDCOPTF module and then re-assemble and link the RHDCOPTF module. Code the following #DEFOPTF in your RHDCOPTF module to activate this optional code: #DEFOPTF OPT00331 ).

7 CA IDMS CA RS PTF RO RO75543 RO75543 M.C.S. ENTRIES = ++PTF (RO75543) LARGE SQL QUERIES WITH CACHING ENABLED MAY RETURN DC When dynamic SQL caching is enabled, large SQL queries may abend with messages DC and DC The problem is related to the (re-)parsing of a cached SQL statement with an input tree (ITree), greater than 32K and that was reallocated. When the problem occurs, the following messages will be seen: DC Vnn Tnnnn TASK:RHDCNP3S PROG:IDMSBCF ADDRESS 214C0088 OF STORAGE TO BE FREED IS INVALID DC Vnn Tnnnn TASK:RHDCNP3S PROG:IDMSBCF ABENDED WITH CODE D002 The query cannot be executed and the task will be abended with code D002. Either decrease the size of the SQL query or clear the cache before executing the query by issuing the following command: DELETE FROM SYSCA.DSCCACHE; PRODUCT(S) AFFECTED: CA IDMS Release 18.5 IDMS 4970 Copyright (C) 2014 CA. All rights reserved. R00352-AGJ185-SP1 DESC(LARGE SQL QUERIES WITH CACHING ENABLED MAY RETURN DC016001). SUP ( RO62082 TR62082 TR75543 )

8 CA IDMS CA RS PTF RO RO75615 RO75615 M.C.S. ENTRIES = ++PTF (RO75615) IDMS GETS A DC329009, FOLLOWED BY A An IDMS system gets the following; DC V195 T909 GETRU failed - unable to connect to this task Which is followed by; DC V195 T909 TMGR error: #TXN return code: 0C reason code: 0C3B function: $BSTART Which is followed by; DC V195 T909 And then a system abend, An IDMS system gets the following; DC V195 T909 GETRU failed - unable to connect to this task DC V195 T909 TMGR error: #TXN return code: 0C reason code: 0C3B function: $BSTART DC V195 T909 The system then abends with a Access to the system and it's database is lost until the system is restarted. There is no circumvention. PRODUCTS AFFECTED: PRODUCT(S) AFFECTED: CA IDMS Release 18.0 PRODUCT(S) AFFECTED: CA IDMS Release 18.5 IDMS 4961 Copyright (C) 2015 CA. All rights reserved. R00353-AGJ185-SP1 DESC(IDMS GETS A DC329009, FOLLOWED BY A 3970.). SUP ( TR75615 )

9 CA IDMS CA RS PTF RO RO76318 RO76318 M.C.S. ENTRIES = ++PTF (RO76318) ADS DIALOG FAILS WITH 1209 ERROR STATUS ADS dialogs that link down several levels may fail with a 1209 error status due to the premature termination of the Run Unit. Applications whose dialogs make inconsistent use of the READY ALL directive are susceptible to this problem. Dialog will fail with a 1209, or other similar error related to improper Area READY modes. Application-level failure. ADS application usage may be impacted. None. PRODUCT(S) AFFECTED: CA IDMS Release 18.5 CA IDMS Release 18.0 IDMS 4986 ADS CURRENCY PROBS DUE TO PREMATURE RU TERMINATION ADS dialogs that ran correctly on Release 16.0 may ABEND with various currency errors, subsequent to the application of PTF: - RO69749 (for r17.0) - RO65412 (for r18.0) - RO69066 (for r18.5) The affected dialogs are those that LINK down several levels, terminate the Run Unit (RU) within a low-level dialog, start a new RU within the low-level dialog, and then percolate the new RU up to a higher-level dialog. In some cases the ADS runtime system may terminate the low-level RU prematurely, resulting in various currency errors. Various currency issues (such as 0306) owing to the premature termination of the low-level RU and subsequent differences in currency save & restore operations. Upgrade to a new release could be impeded. None. PRODUCT(S) AFFECTED: CA IDMS Release 18.5 CA IDMS Release 18.0 CA IDMS Release 17.0 IDMS 4893 ADS CURRENCY AND AREA READY-MODE PROBLEMS ADS dialogs that ran correctly on Release 16.0 may ABEND with various currency or Area Ready-Mode errors, subsequent to the application of PTF RO69749 (for r17.0), RO65412 (for r18.0), or RO69066 (for r18.5). The affected dialogs are those that LINK down several levels, terminate the Run Unit (RU) within a low-level dialog, start a new RU within the low-level dialog, and then percolate the new RU up to a higher-level dialog. In some cases the ADS runtime system may fail to terminate the low-level RU properly, causing various currency and Area Ready-Mode errors. - Possible 0809 or other Area Usage-Mode issues. - Possible 0306 or other currency-related issues. Upgrade to a new release could be impeded. None. PRODUCT(S) AFFECTED: CA IDMS Release 18.5

10 CA IDMS CA RS PTF RO76318 CA IDMS Release 18.0 CA IDMS Release 17.0 IDMS 4870 D003 PGM CHK ADSOMAIN ON RE-BIND OF EXTENDED RU Upgrading to (or through) IDMS Release 18.0 may result in application-level errors for applications using ADS Online. Problems occur for applications that extend Run Units to lower-level dialogs, which then in-turn issue 'DISPLAY' commands (thus terminating the Run Unit). When the low-level dialog resumes, a program check may occur in program ADSOMAIN at the point at which we attempt to bind the new Run Unit. This problem has been found to occur when the calling dialog uses the TRANSFER NOFINISH control command to call the subordinate dialog. D003 PGM CHK ADSOMAIN. Failure occurs within module ADSOCDAB. Application-level failure. Problem may impede the upgrade to newer releases of IDMS. Back-off your upgrade to release 18.0 or PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.0 CA IDMS Base Option Release 18.5 IDMS 4862 Copyright (C) 2014 CA. All rights reserved. R00363-AGJ185-SP1 DESC(ADS DIALOG FAILS WITH 1209 ERROR STATUS). PRE ( RO59398 RO71145 RO74569 ) SUP ( RO69066 RO69798 TR68352 TR69066 TR69798 TR70028 TR70512 TR71636 TR76318 )

11 CA IDMS CA RS PTF RO RO76941 RO76941 M.C.S. ENTRIES = ++PTF (RO76941) FAULTY DCMT D ACT XA REENTRANT PR VALUES DCMT D ACT XA REENTRANT displays information on currently active programs and a page allocation map for the program pool. Incorrect values for pages allocated and high-water mark of pages allocated may be displayed when values are greater than DCMT D ACT XA REENTRANT will display incorrectly for pages allocated and high-water mark of pages allocated when values are greater than The values displayed will sometimes be incorrect. None. PRODUCT(S) AFFECTED: CA IDMS Release 18.0 CA IDMS Release 18.5 IDMS 4987 Copyright (C) 2015 CA. All rights reserved. R00370-AGJ185-SP1 DESC(FAULTY DCMT D ACT XA REENTRANT PR VALUES). SUP ( TR76941 )

12 CA IDMS CA RS PTF RO RO77055 RO77055 M.C.S. ENTRIES = ++PTF (RO77055) 'UPDATE CSM CONFIGURATION' INSTALL FAILS DURING VALIDATION An 'Update CSM Configuration' install fails during the Validation of a CSM configuration with error message 'MSMC0236E Service validation error: DSN=xxxxx - Dataset should exist'. The message references a dataset that is supposed to be allocated by the configuration. 'Update CSM Configuration' installs within CSM will fail with the message: 'MSMC0236E Service validation error: DSN=xxxxx - Dataset should exist'. Low. An 'Update CSM Configuration' install will fail. Manually allocate the PDS dataset and repeat the validation step. PRODUCT(S) AFFECTED: CA IDMS Release 18.5 IDMS 4996 Copyright (C) 2014 CA. All rights reserved. R00372-AGJ185-SP1 DESC('UPDATE CSM CONFIGURATION' INSTALL FAILS DURING VALIDATION). PRE ( RO68724 RO71843 ) SUP ( RO57418 RO65749 RO68793 TR57418 TR65749 TR68793 TR77055 )

13 CA IDMS CA RS PTF RO RO77235 RO77235 M.C.S. ENTRIES = ++PTF (RO77235) CA ENDEVOR/DB FLOWERBOX DOES NOT DISPLAY FOR IDMSDDDL When CA Endevor/DB blocks an update attempt in IDD, additional details about why the update attempt was blocked do not appear. Only the following message appears in the IDD session: *+ E DC CA-ENDEVOR/DB SPECIAL ERROR STATUS CODE 0895 The specific reason why CA Endevor DB blocked an update attempt is not provided when using IDMSDDDL. None. PRODUCT(S) AFFECTED: CA IDMS Release 18.5 Release 18.0 IDMS 5001 Copyright (C) 2015 CA. All rights reserved. R00374-AGJ185-SP1 DESC(CA ENDEVOR/DB FLOWERBOX DOES NOT DISPLAY FOR IDMSDDDL). PRE ( RO71145 ) SUP ( RO58650 TR58650 TR77235 )

14 CA IDMS CA RS PTF RO RO77240 RO77240 M.C.S. ENTRIES = ++PTF (RO77240) 1202 ERROR STATUS STORING NEW CALC RECORDS An attempt to store a CALC record receives a 1202 error status. This has been seen under the control of SQL commands but could potentially occur outside of SQL. The error appears to be more likely when the store attempt immediately follows an erasure of a CALC record on the same page on which the new record is to be stored. An error status of 1202 is returned from the attempt to store a record occurrence defined with a location mode of CALC. Inability of the user to successfully run the programs attempting to store the record occurrences. None. PRODUCTS AFFECTED: CA IDMS 18.5 IDMS 5002 Copyright (C) 2014 CA. All rights reserved. R00375-AGJ185-SP1 DESC(1202 ERROR STATUS STORING NEW CALC RECORDS). PRE ( RO67058 RO71145 ) SUP ( AR59738 RI65898 RO55219 RO58646 RO59460 RO59738 RO65899 RO74754 TR55219 TR58646 TR59460 TR59738 TR65899 TR74754 TR77240 )

15 CA IDMS CA RS PTF RO RO77262 RO77262 M.C.S. ENTRIES = ++PTF (RO77262) SQL 'UPDATE' DOES NOT CHOOSE THE MOST EFFICIENT ACCESS PATH. When executing an SQL 'UPDATE' command against a network table with many rows and few pages, the optimizer may not always choose the most efficient access path. This means that for example an index may be selected as the most optimal access path, while an area sweep would have been far more efficient. There are no messages or abends indicating a problem. The update will only take longer to complete because of the higher I/O that is performed. Not choosing the most efficient access path means that performance will be slow and that the total I/O cost and also the CPU cost, will be much higher. No circumvention available. PRODUCT(S) AFFECTED: CA IDMS Release 18.5 CA IDMS Release 18.0 IDMS 4989 Copyright (C) 2015 CA. All rights reserved. R00377-AGJ185-SP1 DESC(SQL 'UPDATE' DOES NOT CHOOSE THE MOST EFFICIENT ACCESS PATH.). PRE ( RO70400 ) SUP ( TR77262 )

16 CA IDMS CA RS PTF RO RO77263 RO77263 M.C.S. ENTRIES = ++PTF (RO77263) VSAM/T TRANSACTIONS ABEND WITH S0C1/AKEA IN CICS 5.2 VSAM/T "Escape VSAM" transactions abend with S0C1/ASRA when run on CICS 5.2 S0C1/ASRA abends from VSAM/T tranactions VSAM/T transactions will not execute None. PRODUCTS AFFECTED: CA IDMS Release 18.0 CA IDMS Release 18.5 PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.0 CA IDMS Base Option Release 18.5 IDMS 4999 Copyright (C) 2014 CA. All rights reserved. R00378-AGJ185-SP1 DESC(VSAM/T TRANSACTIONS ABEND WITH S0C1/AKEA IN CICS 5.2). SUP ( TR77263 )

17 CA IDMS CA RS PTF RO RO77308 RO77308 M.C.S. ENTRIES = ++PTF (RO77308) ENHANCEMENT TO IDMSDBAN FREE SPACE VALIDATION The IDMSDBAN utility has been enhanced to provide further checks relating to the space available on a page. Due to the added CPU required to do extensive checking of a page's free space this enhancement has been placed under the control of optional apar bit 194. This feature can be invoked by specifying #DEFOPTF OPT00194 in the RHDCOPTF module used by the IDMSDBN1 step of the utility. IDMSDBAN will perform standard checking of a page's free space. Standard free space checking is performed if the user does not suspect problems in the free space allocations on a page. None. PRODUCTS AFFECTED: CA IDMS Release 18.0 CA IDMS Release 18.5 IDMS 5000 Copyright (C) 2014 CA. All rights reserved. R00379-AGJ185-SP1 DESC(ENHANCEMENT TO IDMSDBAN FREE SPACE VALIDATION). SUP ( TR77308 )

18 CA IDMS CA RS PTF RO RO77498 RO77498 M.C.S. ENTRIES = ++PTF (RO77498) INCORRECT DB MESSAGES REVOKING USER AUTHORITIES A DB message should be returned from a REVOKE command when the specified user does not possess the authority. Depending on the user id specified and the other user ids that possess the specified authority a DB message may be returned indicating a potentially serious error condition. The following message may be returned for a REVOKE command that attempts to revoke an authority for a user id that does not possess the specified authority. DB Txxx : Logic error - resource authorization is not valid The incorrect error message may cause confusion about the state of the user's dictionary. None. PRODUCTS AFFECTED: CA IDMS Release 18.0 CA IDMS Release 18.5 IDMS 5008 Copyright (C) 2015 CA. All rights reserved. R00380-AGJ185-SP1 DESC(INCORRECT DB MESSAGES REVOKING USER AUTHORITIES). SUP ( TR77498 )

19 CA IDMS CA RS PTF RO RO77608 RO77608 M.C.S. ENTRIES = ++PTF (RO77608) PROBLEMS WITH BASE AND UPGRADE INSTALLS WITH CSM Problem #1 When performing an 'Upgrade Only' install using CSM, CSM requires that you provide your current IDMS SQL catalog datasets. This occurs even if you do not have IDMS SQL installed. This prevents continuing with the 'Upgrade Only' install. Problem #2 A base install with CSM with IDMS Enforcer selected will fail during implementation. It will fail because the LINK step returns with a Condition Code 4. Problem #1 Datasets for IDMS_SQL catalogs are prompted for during an 'Upgrade Only' install even if you do not have IDMS SQL installed. This prevents continuing with the upgrade. Problem #2 A base install with IDMS Enforcer done through CSM will fail on the Implementation step. Problem #1 Medium. An Upgrade cannot be performed using CSM if you do not have IDMS_SQL installed. Problem #2 Medium. A base install cannot be performed using CSM if you are also installing IDMS Enforcer. Problem #1 and Probelm #2 None PRODUCT(S) AFFECTED: CA IDMS Release 18.5 IDMS 5004 Copyright (C) 2015 CA. All rights reserved. R00381-AGJ185-SP1 DESC(PROBLEMS WITH BASE AND UPGRADE INSTALLS WITH CSM). PRE ( RO58319 RO71843 ) SUP ( RO57418 RO65749 RO68724 RO68793 RO74210 RO77055 TR57418 TR65749 TR68375 TR68724 TR68793 TR74210 TR77055 TR77608 )

20 CA IDMS CA RS PTF RO RO77614 RO77614 M.C.S. ENTRIES = ++PTF (RO77614) OPTIONAL 338 RACROUTE RETURN CODES 32 AND 36 Optional apar to change two return codes returned from the #SECSGON macro when the user signon fails for the following reasons: 1) The userid has been revoked, RC=08 2) Attempt to change the password and the new password is invalid, RC=16 PTFs RO67787 (18.5) or RO69086 (18.0) are pre-requisite PTFs which established PassTicket Support for IDMS using the RACROUTE macros interface. Setting Optional Bit 338 will change the two return codes to the following: 1) The userid has been revoked, RC=32 2) Attempt to change the password and the new password is invalid, RC=36 Code the following #DEFOPTF in your RHDCOPTF module to activate this optional code: #DEFOPTF OPT00338 After applying PTFs RO67787 (18.5) or RO69086 (18.0), #SECSGON return codes that may have returned by customized versions of the #SECUR macro in earlier releases of IDMS may not be the same return codes returned by the RACROUTE macro now in use by the IDMS security manager Application programs that had used a customized #SECUR macro may not receive the expected return codes from the #SECSGON request after applying the PassTicket support PTF which now uses the RACROUTE macro for security functions. There is no circumvention. PRODUCT(S) AFFECTED: CA IDMS RELEASE 18.5 CA IDMS Base Option RELEASE 18.0 IDMS 4973 Copyright (C) 2015 CA. All rights reserved. R00382-AGJ185-SP1 DESC(OPTIONAL 338 RACROUTE RETURN CODES 32 AND 36). PRE ( RO71145 RO74663 ) SUP ( TR65199 TR65214 TR67787 RO67787 TR75965 TR77614 ) ++HOLD (RO77614) SYSTEM FMID(CAGJI50) REASON (ACTION ) DATE (15009) COMMENT ( CA IDMS Base Option Release 18.5 SEQUENCE After Apply PURPOSE Reload affected modules USERS AFFECTED All IDMS users KNOWLEDGE REQUIRED CAIRIM ACCESS REQUIRED Ability to run program CAIRIM to reload modules **************************

21 CA IDMS CA RS PTF RO77614 * STEPS TO PERFORM * ************************** One or more of the modules affected by this PTF must be reloaded using "CAIRIM" with the refresh parameter as described in the CA IDMS Installation guide. Modules requiring CAIRIM refresh: IDMSMSVA, IDMSMSVM, RHDCSSFM, GJI5INIT, CAIXDOA$ PMRTDATA CA IDMS Base Option Release 18.5 SEQUENCE After Apply for all users and before using PassTickets PURPOSE A new SRTT parameter GENPT=YES for RESTYPE SGNON is required for PassTicket support with an external SAF. GENPT=NO is the default. For details about the new GENPT parameter, see IDMS PDC IDMS/4951. USERS AFFECTED All users must execute CAIRIM to refresh the security module RHDCSSFM updated by this PTF. Clients using or plan to use PassTicket support must recompile and relink the RHDCSRTT module with the GENPT=YES parameter for the RESTYPE SGON. KNOWLEDGE REQUIRED CAIRIM. Security administration of the CA IDMS Security Resources Type Table SRTT, ie compiling/linking module RHDCSRTT. ACCESS REQUIRED Ability to run program CAIRIM to reload modules and compile and link the RHDCSRTT security resource type table module, if needed. ************************** * STEPS TO PERFORM * ************************** 1. All users with external security enabled for CA IDMS must execute the CCS CAIRIM utility to refresh security module RHDCSSFM which is updated by this PTF. 2. CA IDMS users who currently use or plan to enable PassTicket support with an external SAF must recompile the RHDCSRTT module and include GENPT=YES in RESTYPE SGNON of the #SECRTT macro. For example: #SECRTT TYPE=ENTRY, X RESTYPE=SGON, X SECBY=EXTERNAL, X EXTNAME=<RESNAME>, X GENPT=YES 3. CA IDMS users who do not use PassTicket support are not required to recompile and relink the RHDCSRTT module. ).

22 CA IDMS CA RS PTF RO RO77789 RO77789 M.C.S. ENTRIES = ++PTF (RO77789) PMSMFEX SAMPLE CODE HAS INCORRECT LABEL Sample comments which show how to filter by CV and System number have incorrect label for application monitor record selection. The examples in these comments are incorrect. The line numbers should be and instead of and $ APPLICATION MONITOR RECORD SELECTION 00$ UNCOMMENT AND CHANGE FOLLOWING CARDS TO SELECT BY SYSTEM 00$ NUMBER. SPECIFY THE SYSTEM NUMBER(S) DESIRED IN HEX. 00$ EX: IF SMFHDCV# EQ X'0010' $ DROP $ DON'T WANT THIS ONE 00$ WILL SELECT ONLY RECORDS FOR DC SYSTEM #16 00$ 00$ UNCOMMENT AND CHANGE FOLLOWING CARDS TO SELECT BY CV 00$ NUMBER. SPECIFY THE CV NUMBER(S) DESIRED IN HEX. 00$ EX: IF SMFHCV# EQ X'10' $ DROP $ DON'T WANT THIS ONE 00$ WILL SELECT ONLY RECORDS FOR DC VERSION #16 00$ The report would not function properly if the user copied the lines from the example in the comments; however the cards following the example, which they are directed to uncomment, are coded correctly. 00$235 IF SMFHDCV# EQ X'NNNN' 240 $ WANT THIS $236 IF SMFHDCV# EQ X'NNNN' 240 $ WANT THIS $237 IF SMFHDCV# EQ X'NNNN' 240 $ WANT THIS $238 IF SMFHDCV# EQ X'NNNN' 240 $ WANT THIS $239 DROP $ NOT THIS None PRODUCT(S) AFFECTED: CA IDMS Base Option Release 18.5 CA IDMS Base Option Release 18.0 IDMS 4910 Copyright (C) 2015 CA. All rights reserved. R00383-AGJ185-SP1 DESC(PMSMFEX SAMPLE CODE HAS INCORRECT LABEL). SUP ( TR77789 ) ++HOLD (RO77789) SYSTEM FMID(CAGJI50) REASON (ACTION ) DATE (15015) COMMENT ( CA IDMS Base Option Release 18.5 SEQUENCE After Apply PURPOSE Update Reports USERS AFFECTED All IDMS users KNOWLEDGE REQUIRED Update definitions in the Dictionary ACCESS REQUIRED Ability to run IDMSDDDL in batch or use IDD online

23 CA IDMS CA RS PTF RO77789 ************************** * STEPS TO PERFORM * ************************** After installing this PTF, please use the IDMSDDDL utility to update the dictionary which contains reports, normally the SYSDIRL dictionary, with the input in source member PMSMFEX. The source will be in the SMP/E CAGJSRC library. ).

CA IDMS CA RS 1510 Service List

CA IDMS CA RS 1510 Service List CA IDMS 18.0 1 CA RS 1510 Service List Description Type 18.0 RO81677 DC396010 MESSAGE DOES NOT CONTAIN USERID AND TASKCODE. PTF RO83502 'FOR DBD' SUPPORT FOR MODIFY RECORD/SET SYNTAX PTF RO83745 DL1 TRANSPARENCY

More information

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

CA IDMS CA RS 1406 Service List CA IDMS 18.5 1 CA RS 1406 Service List Description Type 18.5 RO66749 ADSC COMPILE CAN CHANGE RESULTS OF GOODDATEX(J) PTF RO67058 EXIT 14 - OPTIONAL BIT OPT00334 PTF RO68756 COPY/INCLUDE IDMS MAP BINDS

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

CA IDMS CA RS 1506 Service List CA IDMS 18.5 1 CA RS 1506 Service List Description Type 18.5 RO79669 ADSA STALLS WHEN USED WITH SQL PROCEDURE PTF RO79740 INVALID 598529 MESSAGES FROM IDMSDBAN PTF RO80165 REDUCE LKP'S TO SHORTEN SHUTDOWN

More information

CA IDMS CA RS 1505 Service List

CA IDMS CA RS 1505 Service List CA IDMS 18.0 1 CA RS 1505 Service List Description Type 18.0 RO79649 AFTER AN ARCHIVE JOURNAL AUTOALL, JOURNALS ARE NOT EMPTY. PTF RO79994 NEW MSG DC200280 INDICATING QUIESCE OPERATION HAS TERMINATED PTF

More information

CA IDMS CA RS 1506 Service List

CA IDMS CA RS 1506 Service List CA IDMS 18.0 1 CA RS 1506 Service List Description Type 18.0 RO79668 ADSA STALLS WHEN USED WITH SQL PROCEDURE PTF RO80147 SQL LO-ROW SORTS CAN GO NEGATIVE IN PMIM PTF RO80293 DBX: PGM=USVPCCX S0C4 PTF

More information

CA IDMS CA RS 1611 Service List

CA IDMS CA RS 1611 Service List CA IDMS 18.5 1 CA RS 1611 Service List Description Type 18.5 RO90658 SHORT ON STORAGE MESSAGES AFTER VARY SYSGEN POOLS PTF RO91257 DC171066 WHEN CALLING ADS SQL PROCEDURE PTF RO91329 IDMS UNABLE TO FIND

More information

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

CA IDMS CA RS 1705 Service List CA IDMS 19.0 1 CA RS 1705 List Description Type RO94717 S0C4 IN OLQSDMLE USING AUTHORIZED LIBRARIES PTF RO94965 PROGRAM CHECK IN OLQSDMLE PTF RO95021 OLQ GROUP BY DBKEY INCORRECT PTF RO95076 LOOP INSERTING

More information

CA IDMS CA RS 1706 Service List

CA IDMS CA RS 1706 Service List CA IDMS 19.0 1 CA RS 1706 List Description Type RO92219 ALLOW FACTOTUM TYPE 21 (VTAM QUERY BIT) TASKS TO TIMEOUT PTF RO95214 DSCCACHE NOT RELEASING ILESQL LOCK PTF RO95241 CLEAR KEY NOT EFFECTIVE DURING

More information

CA Datacom/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 Easytrieve Report Generator CA RS 1406 Service List

CA Easytrieve Report Generator CA RS 1406 Service List CA Easytrieve Report Generator 11.6 1 CA RS 1406 Service List Release Service Description Type 11.6 RO66115 ADD 8-BYTE BINARY DATA TYPE. FIX XML REPORT REC LEN PTF RO66127 ADD 8-BYTE BINARY DATA TYPE.

More information

CA JCLCheck Workload Automation CA RS 1404 Service List

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

More information

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

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

More information

CA Datacom/DB CA RS 1410 Service List

CA Datacom/DB CA RS 1410 Service List CA Datacom/DB 14.0 1 CA RS 1410 Service List Description Type 14.0 RO70964 RC 94(66) DURING EXTEND WITH DATA SET EXTENT VALIDATION ON ** PRP ** RO71035 DDTRSLM TRACE FILE ALWAYS OPENED PTF RO71759 S413-1C/RC

More information

CA InterTest Batch CA RS 1510 Service List

CA InterTest Batch CA RS 1510 Service List CA InterTest Batch 9.1 1 CA RS 1510 Service List Description Type 9.1 RO81892 JCL CONVERSION ERRORS/ABENDS WHEN JCL IS IN VB FILE PTF RO82385 S0C4 IN IN25COB2 WITH COBOL 5 PTF RO82480 INCORRECT PL/I MARGINI

More information

CA 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 Datacom/AD CA RS 1503 Service List

CA Datacom/AD CA RS 1503 Service List CA Datacom/AD 14.0 1 CA RS 1503 Service List Description Type 14.0 RO54870 CLOSE OPEN URTS WITH SQL_STATUS_URT DYNAMIC SYSTEM TABLE PTF RO74442 PDF ASRA DISPLAY/EDIT IDEAL PANEL PTF RO76078 UNCONDITIONAL

More information

CA 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 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 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 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 Datacom/DB CA RS 1305 Service List

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

More information

CA InterTest Batch CA RS 1510 Service List

CA InterTest Batch CA RS 1510 Service List CA InterTest Batch 8.5 1 CA RS 1510 Service List Release Service Description Type 8.5 RO75934 U4036 OR S0C4 ABEND IN CAMRTMON; S200 IN CAMRTEXI; LOOP PTF RO81700 JCL CONVERSION ERRORS/ABENDS WHEN JCL IS

More information

CA InterTest Batch CA RS 1408 Service List

CA InterTest Batch CA RS 1408 Service List CA InterTest Batch 8.5 1 CA RS 1408 Service List Description Type 8.5 RO64004 LOOP IN IN25SAPI PTF RO64585 S0C4 ABEND WHEN MONITORING AN OPTIMIZED COBOL PGM PTF RO68643 S001-1 ABEND WHEN NO PROCLIB FOR

More information

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

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

More information

CA JCLCheck Workload Automation CA RS 1412 Service List

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

More information

CA Endevor Software Change Manager CA RS 1606 Service List

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

More information

CA JCLCheck Workload Automation CA RS 1406 Service List

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

More information

CA Easytrieve Report Generator CA RS 1610 Service List

CA Easytrieve Report Generator CA RS 1610 Service List CA Easytrieve Report Generator 11.6 1 CA RS 1610 Service List Description Type 11.6 RO89164 CORRECT LE LOOPING ERROR ON INVALID SUBPROGRAM NAME PTF RO91506 DISPLAY SKIP IN ENDPAGE REPORT PROCEDURE PTF

More information

CA 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 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 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/AD CA RS 1408 Service List

CA Datacom/AD CA RS 1408 Service List CA Datacom/AD 14.0 1 CA RS 1408 Service List Description Type 14.0 RO69853 UNABLE TO APF AUTHORIZE SMS MANAGED LIBRARIES USING CSM PTF RO69919 VLS CORRUPTION RESULTING FROM INCORRECT ENQUEUE CONVERSION

More information

CA JCLCheck Workload Automation CA RS 1605 Service List

CA JCLCheck Workload Automation CA RS 1605 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1605 Service List Description Type 12.0 RO87932 MISSING CAY6047 FOR QUOTED PROCNAME / IF STATEMENT SYMBOLIC PTF RO88395 INVALID CAY6084E MESSAGE REPORTED FOR

More information

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

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

More information

CA 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 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 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 Datacom/DB CA RS 1510 Service List

CA Datacom/DB CA RS 1510 Service List CA Datacom/DB 15.0 1 CA RS 1510 Service List Description Type 15.0 RO81529 PROVIDE REMOTE REPLICATION USING MQ SERIES AS TRANSPORT PTF RO83755 PREVENT RESTART PROBLEMS IN SIMPLIFY MODE *HIP/PRP* RO84240

More information

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

CA XCOM Data Transport for z/os CA RS 1403 Service List CA XCOM Data Transport for z/os 11.6 1 CA RS 1403 Service List Description Hiper 11.6 RO61834 INQWAIT VALUE NOT HONORED FOR TYPE=INQUIRE JOBS RO62912 XCOMM0099E SEND DATA LENGTH > 32764 WITH TCPIP TRANSFERS

More information

CA Easytrieve Report Generator CA RS 1408 Service List

CA Easytrieve Report Generator CA RS 1408 Service List CA Easytrieve Report Generator 11.6 1 CA RS 1408 Service List Release Service Description Type 11.6 RO68528 REPORT FILES ARE NOT OPENED IF THE REPORT IS NOT GENERATED PTF RO70187 HEAP VALIDATION ERROR

More information

CA 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 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 OPS/MVS WebCenter CA RS 1408 Service List

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

More information

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

CA LDAP CA RS 1601 Service List CA LDAP 15.0 1 CA RS 1601 Service List Description Type 15.0 RO73907 15.0:LDAPSEARCH ACIDS LISTED IMPROPERLY PTF RO78727 PROBLEMS WITH Z/OS APFLIST EVENT REPORT PTF RO80341 ADD SUPPORT FOR MEMLIMIT AND

More information

CA Ideal for Datacom CA RS 1407 Service List

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

More information

CA Mainframe Advanced Authentication CA RS 1702 Service List

CA Mainframe Advanced Authentication CA RS 1702 Service List CA Mainframe Advanced Authentication 2.0 1 CA RS 1702 Service List Description Type 2.0 RO89614 ADD SUPPORT FOR BETA TO GA TRANSITION PTF RO90663 ADVANCED AUTHENTICATION MAINFRAME (AAM) SUPPORT FOR RACF

More information

CA TLMS Tape Management CA RS 1709 Service List

CA TLMS Tape Management CA RS 1709 Service List CA TLMS Tape Management 12.6 1 CA RS 1709 Service List Service Description Type RO94174 SUPPORT FOR Z/OS 2.3 PTF RO97219 S413-50 ABEND WITH DFSMSHSM AFTER UPGRADE PTF RO97593 SYSZTIOT LOCK IS NOT CORRECTLY

More information

CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1511 Service List

CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1511 Service List CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1511 Service List Description Type 18.0 RO84996 DBO3902E FOR CONCURRENT IMAGE COPY WHEN MMGRIO=Y PTF RO85019 IEC251I 124-108 OR IEC161I 156-061 ON RECON

More information

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

CA Endevor Software Change Manager CA RS 1403 Service List CA Endevor Software Change Manager 16.0 1 CA RS 1403 Service List Description Hiper 16.0 RO63458 NEW SETTING REQUIRED FOR COMPONENT_SEARCH OPTION RO63459 QUICK EDIT ALLOWS F/G EXECUTION OF PROCESSOR RO63864

More information

CA Common Services CA RS 1604 Service List

CA Common Services CA RS 1604 Service List CA Common Services 14.1 1 CA RS 1604 Service List Description Type 14.1 RO78799 S0C4 ABEND CCSFEDTF+FC PTF RO84241 DB2 COMMANDS HANG PTF RO86292 CAIRIM SUPPORT FOR CTS 5.3 SUPPORT UNDER RACF PTF RO88062

More information

CA Datacom/AD CA RS 1701 Service List

CA Datacom/AD CA RS 1701 Service List CA Datacom/AD 15.0 1 CA RS 1701 Service List Description Type 15.0 RO92484 MUF HUNG DURING RESTART WITH "WAIT DB MISC" STATUS *HIP/PRP* RO92663 USS: ADD /LARGEADDRESSAWARE (TRUE 64BIT ADDRESSING)-WINDOWS

More information

CA PDSMAN PDS Library Management CA RS 1411 Service List

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

More information

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

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

More information

CA JCLCheck Workload Automation CA RS 1408 Service List

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

More information

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

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

More information

CA DB2 Tools CA RS 1607 Service List

CA DB2 Tools CA RS 1607 Service List CA DB2 Tools 17.0 1 CA RS 1607 Service List Release Service Description Type 17.0 RO90370 PK-ST REPORT SHOWS NON-READABLE PACKAGE SQL STATEMENTS PTF RO90404 UPDATE EXPLAIN OPTIONS RESET BUG PTF RO90444

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

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

More information

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

CA NetMaster CA RS 1606 Service List CA NetMaster 12.1 1 CA RS 1606 Service List Description Type 12.1 RO89031 ADD OPENSSH SUPPORT PTF RO89171 UNABLE TO SPECIFY A FULL EMAIL ADDRESS IN "FROM" OPERAND PTF RO89281 ADD OPENSSH SUPPORT PTF RO89282

More information

CA Deliver CA RS 1403 Service List

CA Deliver CA RS 1403 Service List CA Deliver 12.1 1 CA RS 1403 Service List Description Hiper 12.1 RO65149 PROBLEM VERSIONING BACK TO 11.7 The CA RS 1403 service count for this release is 1 CA Deliver 12.0 2 CA RS 1403 Service List Description

More information

CA Repository for z/os CA RS 1312 Service List

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

More information

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

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

More information

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

CA OPS/MVS for JES CA RS 1501 Service List CA OPS/MVS for JES2 12.2 1 CA RS 1501 Service List Description Type 12.2 RO76554 ADDRESS POODLE VULNERABILITY FOR SSL V3 PTF RO76787 S0C1 ABEND IN OPUSSSV PTF RO76836 MESSAGE OPS7593O ISSUED TO EDQ ONLY

More information

CA Spool CA RS 1306 Service List

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

More information

CA 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 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 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 Datacom/AD CA RS 1405 Service List

CA Datacom/AD CA RS 1405 Service List CA Datacom/AD 14.0 1 CA RS 1405 Service List Description Hiper 14.0 RO67063 SCF CVT CLEARED INCORRECTLY RO67340 REMOVE INCORRECT COMMENTS FROM INSTJCL MEMBER 'BDFBK01' RO67694 MF: MS-ACCESS LINKED TABLE

More information

CA Vantage Storage Resource Manager CA RS 1412 Service List

CA Vantage Storage Resource Manager CA RS 1412 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1412 Service List Description Type 12.6 RO70503 U0004 OBC02364/RAIDMNGR PTF RO72043 INCORRECT DISTRIBUTION OF CCS@ZE01 IN PTF RO66104 ** PRP ** RO73719

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 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 Datacom/DB CA RS 1806 Service List

CA Datacom/DB CA RS 1806 Service List CA Datacom/DB 15.1 1 CA RS 1806 List Description Type SO00167 ESTIMATED TIME REMAINING FORMATTED INCORRECTLY PTF SO00890 INTERNAL SECURITY ACCESS FOR DATACOM SERVER ENHANCEMENT *HIP/PRP* SO00902 S0C4 IN

More information