CA Repository for z/os CA RS 1309 Service List

Size: px
Start display at page:

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

Transcription

1 CA Repository for z/os CA RS 1309 Service List Description Hiper 7.2 RO56794 COLUMN "ROUND" NOT FOUND RO56812 REPORT PANELS EDIT JCL => N LOOPS RO57150 TERADATA MUST SORT ON DATABASE RO57504 VIEW COLUMNS OUT OF SYNC RO57514 DBXTRDV PERFORMANCE SLOWED RO57536 COLUMN 'NEXTVAL' NOT FOUND RO58023 ENCODING(EBCDIC 500) BINDS RO58240 VIEW COLUMN RENAME WITHOUT AN "AS" KEYWORD RO58507 COLUMN "POSITION" NOT FOUND RO59098 DBXCATA - DB2 V10 VIEW CATSYNC ERROR 0C4 RO59228 PROGDEF - VERSIONS IN PART AND SPACE TBL RO59880 ERWINXML - ERWIN EXCHANGE FOR ERWIN R9 RO59922 MAPS W/SPECIAL CHARACTERS CAUSE XSD FAILURE RO60101 COLUMN 'NEXT' NOT FOUND The CA RS 1309 service count for this release is 14

2 CA Repository for z/os 2 CA RS 1309 Service List for CNW7200 FMID Service Description Hiper CNW7200 RO56794 COLUMN "ROUND" NOT FOUND RO57536 COLUMN 'NEXTVAL' NOT FOUND RO58240 VIEW COLUMN RENAME WITHOUT AN "AS" KEYWORD RO58507 COLUMN "POSITION" NOT FOUND RO60101 COLUMN 'NEXT' NOT FOUND The CA RS 1309 service count for this FMID is 5

3 CA Repository for z/os 3 CA RS 1309 Service List for COL7200 FMID Service Description Hiper COL7200 RO57504 VIEW COLUMNS OUT OF SYNC RO57514 DBXTRDV PERFORMANCE SLOWED The CA RS 1309 service count for this FMID is 2

4 CA Repository for z/os 4 CA RS 1309 Service List for CP$7200 FMID Service Description Hiper CP$7200 RO56812 REPORT PANELS EDIT JCL => N LOOPS RO57150 TERADATA MUST SORT ON DATABASE RO58023 ENCODING(EBCDIC 500) BINDS RO59228 PROGDEF - VERSIONS IN PART AND SPACE TBL RO59880 ERWINXML - ERWIN EXCHANGE FOR ERWIN R9 RO59922 MAPS W/SPECIAL CHARACTERS CAUSE XSD FAILURE The CA RS 1309 service count for this FMID is 6

5 CA Repository for z/os 5 CA RS 1309 Service List for CQH7200 FMID Service Description Hiper CQH7200 RO59098 DBXCATA - DB2 V10 VIEW CATSYNC ERROR 0C4 The CA RS 1309 service count for this FMID is 1

6 CA Repository for z/os CA RS PTF RO RO56794 RO56794 M.C.S. ENTRIES = ++PTF (RO56794) DESC (COLUMN "ROUND" NOT FOUND) PRODUCT: CA Repository Exchange for COBOL DATE: 27 MAR 2013 STARTRAK PROBLEM PRODUCT NAME: XSC PROBLEM NUMBER: 88 COLUMN "ROUND" NOT FOUND The COBOL scanner, MSCANDB2, does not recognize the reserved words "ROUND". This results in a "COLUMN" not found error message and a RC=04 for the step when processing any COBOL program that contains this particular reserved word. A COBOL program containing (for example): EXEC SQL DECLARE CURSOR_MRT CURSOR FOR SELECT VERSION, ROUND(KEY_NAME)!! ' '!! ROUND(STATUS), << DESCRIPTION FROM DBX_DB2_KEY WHERE ENT_ID = 2154 END-EXEC. will get the message: THE COLUMN "ROUND" OF TABLE ".DBX_DB2_KEY" WAS NOT FOUND. A COBOL program containing the reserved word (FUNCTION) "ROUND" cannot be scanned into the Repository because the Repository is treating the reserved word as a DB2 column name and generating a warning message "THE COLUMN "ROUND " OF TABLE "XXXXXXX.DBX_DB2_KEY" WAS NOT FOUND." None. PRODUCT(S) AFFECTED: CA Repository Exchange for COBOL r7.2 ++VER (Z038) FMID(CNW7200) SUP (T5QV970,T5QV922,RO44941,T5QV590,T5QV576,T5QV182, RO30379,T5QV106,RO26865,T5QV101,RO26994,RO44218, RO50702,T5QV822,AR48152,RO48152,T5QV647,RO55369).

7 CA Repository for z/os CA RS PTF RO RO56812 RO56812 M.C.S. ENTRIES = ++PTF (RO56812) DESC (REPORT PANELS EDIT JCL => N LOOPS) PRODUCT: CA Repository for z/os DATE: 27 MAR 2013 STARTRAK PROBLEM PRODUCT NAME: XTR PROBLEM NUMBER: 730 REPORT PANELS EDIT JCL => N LOOPS When a user selects OPTIONS/REPORTS/NAMETOKN from the main dialog screen, and the AR/ZOS PRINT panel comes up, there is an OPTION "SUBMIT JCL? =====> (Y/N). Answering NO is supposed to submit the generated JCL automatically, without displaying the file for EDIT. However, the system simply loops, unable to accept the dataset name Entering OPTIONS/REPORTS/NAMETOKN with the "SUBMIT JCL = N" parm, returns the message: IKJ56709I INVALID DATA SET NAME, '<usrid>.rzos.ispf.file and will not accept any known input. The user cannot submit the report JCL automatically and must ATTN out of Repository all together. NONE PROBLEM DESCRIPTION: UNABLE TO GENERATE NAMETOKN TWICE IN SUCCESSION XTR 729 When a user selects OPTIONS/REPORTS/NAMETOKN from the main dialog screen, produces the report, and then backs out to the main dialog screen, they cannot produce a report again. If they enter OPTIONS/REPORTS/NAMETOKN again, the screen merely returns to the main dialog screen without displaying the AR/ZOS PRINT screen. Entering OPTIONS/REPORTS/NAMETOKN for a second time will simply return to the main dialog screen without displaying the AR/ZOS PRINT screen. The user has to sign out of Repository completely and start over to generate another report. NONE PRODUCTS AFFECTED: CA Repository for z/os r VER (Z038) FMID(CP$7200) SUP (T5QV951,T5QV940). ++HOLD(RO56812) SYSTEM REASON(DB2BIND) FMID(CP$7200) COMMENT( Product: CA Repository for z/os Release: 7.2 Sequence: After Apply. Purpose: DB2 Bind Relevance: If you are applying the re-compiled module, you must bind the DBRM into the DB2 subsystem. Knowledge required: Bind procedures on relevant DB2 subsys. Access required: Bind authority on relevant DB2 subsys Steps to be performed: Once the SMP/e portion of the fix application is complete, the following instructions should be turned over to the DB2 DBA in charge of the repository for customization to your site's specific procedures.

8 CA Repository for z/os CA RS PTF RO56812 Bind package DBXPRNT with the following parameters: DSN SYSTEM(subsys) BIND PACKAGE(collection name)- ENCODING(EBCDIC) - ENABLE(*) - PATH(repository qual) - QUALIFIER(repository qual) - MEMBER(DBXPRNT) - VALIDATE(BIND) - DYNAMICRULES(BIND) - ISOLATION(CS) - EXPLAIN(NO) - FLAG(I) - RELEASE(COMMIT) - ACTION(REPLACE) - END Make the following substitutions for the values of the parameters so they conform to your site's environment. Change: - subsys to the db2 system - collection name to the repository package collection - repository qual to the repository owner. Make sure the DBRMLIB DD statement points to the DBRM library that contains the DBRMs associated with the PTFs that are applied. ).

9 CA Repository for z/os CA RS PTF RO RO57150 RO57150 M.C.S. ENTRIES = ++PTF (RO57150) DESC (TERADATA MUST SORT ON DATABASE) PRODUCT: CA Repository Exchange for Terada DATE: 4 APR 2013 STARTRAK PROBLEM PRODUCT NAME: XTD PROBLEM NUMBER: 44 TERADATA MUST SORT ON DATABASE The CA Repository Exchange for TERADATA caysync job needs to sort the input file starting in column 09, which includes the DATABASE field. Files may contain data from more than one database and data may not be unique without the database name. While symptoms will vary depending on the particulars of the input file used, the most common result will be ABEND=S000 U4038 REASON= in the first step after the sort, which runs program DBXTRDV. The catsync fails and the data file cannot be inserted into the CA Repository. None. PRODUCT(S) AFFECTED: CA Repository Exchange for Teradata r7.2 ++VER (Z038) FMID(CP$7200) SUP (T5QV697).

10 CA Repository for z/os CA RS PTF RO RO57504 RO57504 M.C.S. ENTRIES = ++PTF (RO57504) DESC (VIEW COLUMNS OUT OF SYNC) PRODUCT: CA Repository Exchange for Terada DATE: 12 APR 2013 STARTRAK PROBLEM PRODUCT NAME: XTD PROBLEM NUMBER: 46 VIEW COLUMNS OUT OF SYNC When processing VIEW COL records for a view, the CA Repository Exchange for Teradata catsync program captures the VIEW database and uses it as the table creator for the table on which the view is defined. While symptoms will vary depending on the particulars of the input file used, if a table exists by the same name as the VIEW table in the View database, the program will use this table rather than the correct one, resulting in the misalignment of columns. This can lead to various problems in the subsequent load program, in particular an XIO00011, (ENTITY NOT FOUND). The catsync stops at the XIO00011 and the entire run is rolled back. None. PRODUCT(S) AFFECTED: CA Repository Exchange for Teradata r7.2 ++VER (Z038) FMID(COL7200) PRE (RO50966) SUP (T5QV823).

11 CA Repository for z/os CA RS PTF RO RO57514 RO57514 M.C.S. ENTRIES = ++PTF (RO57514) DESC (DBXTRDV PERFORMANCE SLOWED) PRODUCT: CA Repository Exchange for Terada DATE: 12 APR 2013 STARTRAK PROBLEM PRODUCT NAME: XTD PROBLEM NUMBER: 47 DBXTRDV PERFORMANCE SLOWED When processing extremely large input files, the CA Repository Exchange for Teradata catsync program, DBXTRDV, will 'slow down' appreciably. This is due to a loop which searches every column in the input file. Prior to the fix associated with XTD 41, the loop was limited to 32,768 by a FB(15) counter. XTD 41 had to increase this to FB(31) and with a large file (100K and up) the time differential is substantial. A 200K file which used to take 2 hours became 8 hours with the XTD 41 fix. Ultimately the job runs with expected results (the output file, return code and warning messages are the same), but the time differential is unacceptable. None. PRODUCT(S) AFFECTED: CA Repository Exchange for Teradata r7.2 ++VER (Z038) FMID(COL7200) PRE (RO50966) SUP (T5QV915,RO57504,T5QV823).

12 CA Repository for z/os CA RS PTF RO RO57536 RO57536 M.C.S. ENTRIES = ++PTF (RO57536) DESC (COLUMN 'NEXTVAL' NOT FOUND) PRODUCT: CA Repository Exchange for COBOL DATE: 12 APR 2013 STARTRAK PROBLEM PRODUCT NAME: XSC PROBLEM NUMBER: 90 COLUMN 'NEXTVAL' NOT FOUND The COBOL scanner, MSCANDB2, does not recognize the reserved word "NEXTVAL". This results in a "COLUMN" not found error message and a RC=04 for the step when processing any COBOL program that contains this particular reserved word. A COBOL program containing (for example): EXEC SQL INSERT INTO UCPMC01T ( CUST_ID_NBR,CUST_PRT_NBR,UCPM_CASE_SEQ_NBR ) VALUES (:DCLUCPMC01T.CUST-ID-NBR,:DCLUCPMC01T.CUST-PRT-NBR,(SELECT NEXTVAL FOR UCPM_CASE_SEQ_NBR FROM SYSIBM.SYSDUMMY1) ) END-EXEC. will get the message(s): THE COLUMN "NEXTVAL" OF TABLE "SYSIBM.SYSDUMMY1" WAS NOT FOUND. THE COLUMN "UCPM_CASE_SEQ_NBR" OF TABLE "SYSIBM.SYSDUMMY1" WAS NOT FOUND. A COBOL program containing the reserved word (FUNCTION) "NEXTVAL" cannot be scanned into the Repository if a RC=00 is a customer requirement. None. PRODUCT(S) AFFECTED: CA Repository Exchange for COBOL r7.2 ++VER (Z038) FMID(CNW7200) SUP (T5QV998,T5QV970,T5QV922,RO44941,T5QV590,T5QV576, T5QV182,RO30379,T5QV106,RO26865,T5QV101,RO26994, RO44218,RO50702,T5QV822,AR48152,RO48152,T5QV647, RO55369,RO56794).

13 CA Repository for z/os CA RS PTF RO RO58023 RO58023 M.C.S. ENTRIES = ++PTF (RO58023) DESC (ENCODING(EBCDIC 500) BINDS) PRODUCT: CA Repository for z/os DATE: 24 APR 2013 STARTRAK PROBLEM PRODUCT NAME: XTR PROBLEM NUMBER: 709 ENCODING(EBCDIC 500) BINDS When using DB2 Version 8,9 or 10, the bind syntax generated out of the Repository installation panel contains ENCODING(EBCDIC 500) for every package. When executed against DB2, the following warning is issued: IKJ56716I EXTRANEOUS INFORMATION WAS IGNORED: 500 The bind runs successfully using whatever the default for the site happens to be. CIRCUMVENTION None. PRODUCTS AFFECTED: CA Repository for z/os r7.2 ++VER (Z038) FMID(CP$7200) PRE (RO31041) SUP (T54R023).

14 CA Repository for z/os CA RS PTF RO RO58240 RO58240 M.C.S. ENTRIES = ++PTF (RO58240) DESC (VIEW COLUMN RENAME WITHOUT AN "AS" KEYWORD) PRODUCT: CA Repository Exchange for COBOL DATE: 30 APR 2013 STARTRAK PROBLEM PRODUCT NAME: XSC PROBLEM NUMBER: 89 VIEW COLUMN RENAME WITHOUT AN "AS" KEYWORD The COBOL scanner, MSCANDB2, does not recognize the rename of a view or cursor column unless there is an AS keyword preceding the new column name. Omitting the " AS " keyword results in a "COLUMN NOT FOUND" warning message and a RC=04. A COBOL program containing (for example): EXEC SQL DECLARE CURSOR1 CURSOR FOR SELECT A.CLM_TERMIN_RSN_CDE, A.INSD_NM, A.CUST_ID_NBR, DESCRIPTION SUM(B.CLM_BILL_DISB_AMT) SUM_DISB_AMT <<<<<< FROM CLAIM01T A, CDISB01T B END-EXEC. will get the message: THE COLUMN "SUM_DISB_AMT " OF TABLE "PROD.CLAIM01T" WAS NOT FOUND. Whereas the same DECLARE CURSOR1 using SUM(B.CLM_BILL_DISB_AMT) AS SUM_DISB_AMT will correctly define the cursor with a column called SUM_DISB_AMT. A COBOL program containing SQL which defines a new column name without an "AS" keyword cannot be scanned into the Repository. None. None. PRODUCT(S) AFFECTED: CA Repository Exchange for COBOL r7.2 ++VER (Z038) FMID(CNW7200) SUP (T54R016,T5QV182,RO30379,T5QV106,RO26865,T5QV101, RO26994,T5QV576,RO44218,AR48152,T5QV590,RO44941, RO48152,T5QV647,RO50702,T5QV822,T5QV922,RO55369, T5QV970,RO56794,T5QV998,RO57536).

15 CA Repository for z/os CA RS PTF RO RO58507 RO58507 M.C.S. ENTRIES = ++APAR (RO58507) DESC (COLUMN "POSITION" NOT FOUND) PRODUCT: CA Repository Exchange for COBOL DATE: 7 MAY 2013 STARTRAK PROBLEM PRODUCT NAME: XSC PROBLEM NUMBER: 91 COLUMN "POSITION" NOT FOUND The COBOL scanner, MSCANDB2, does not recognize the reserved word "POSITION". This results in a "COLUMN" not found error message and a RC=04 for the step when processing any COBOL program that contains this particular reserved word. A COBOL program containing (for example): EXEC SQL DECLARE CURCLAIM CURSOR FOR SELECT CLM_RPT_NBR, CLM_NBR_ID_CODE, CNTRCT_NBR, CLM_TERMIN_RSN_CDE, CUST_ID_NBR FROM CLAIM01T WHERE CUST_ID_NBR = :WS-CUST-ID-NBR ORDER BY POSITION <<<<<<<<<<<<<<< (CLM_NBR_ID_CODE,'MS LTCPW DI HC ',OCTETS), CLM_RPT_NBR DESC, CNTRCT_NBR ASC, CLM_TERMIN_RSN_CDE ASC will get the message: THE COLUMN "POSITION" OF TABLE "<creator>.claim01t" WAS NOT FOUND. A COBOL program containing the reserved word (FUNCTION) "POSITION" cannot be scanned into the Repository because the Repository is treating the reserved word as a DB2 column name and generating a warning message "THE COLUMN "POSITION" OF TABLE "XXXXXXX.CLAIM01T" WAS NOT FOUND." None. PRODUCT(S) AFFECTED: CA Repository Exchange for COBOL r7.2 ++VER (Z038) FMID(CNW7200) SUP (T54R029,T54R016,RO58240,T5QV106,RO26865,T5QV101, RO26994,T5QV576,RO44218,AR48152,T5QV590,RO44941, RO48152,T5QV647,RO50702,T5QV822,T5QV922,RO55369, T5QV970,RO56794,T5QV998,RO57536,T5QV182,RO30379).

16 CA Repository for z/os CA RS PTF RO RO59098 RO59098 M.C.S. ENTRIES = ++PTF (RO59098) DESC (DBXCATA - DB2 V10 VIEW CATSYNC ERROR 0C4) PRODUCT: CA Repository Exchange for DB2 DATE: 21 MAY 2013 STARTRAK PROBLEM PRODUCT NAME: XD2 PROBLEM NUMBER: 182 DBXCATA - DB2 V10 VIEW CATSYNC ERROR 0C4 Executing the CA Repository DB2 CATSYNC job may unsuccessfully end during processing of VIEW(s). The CATALOG step of the DB2 CATSYNC job abends with a 0C4 or U4038 condition code. The CA Repository DB2 CATSYNC job abends. None PRODUCT(S) AFFECTED: CA Repository Exchange for DB2 r7.2 ++VER (Z038) FMID(CQH7200) PRE (RO31042) SUP (T54R014,RO56068,T5QV964). ++HOLD(RO59098) SYSTEM REASON(DB2BIND) FMID(CQH7200) COMMENT( Product: CA Repository for z/os Release: 7.2 Sequence: After Apply. Purpose: DB2 Bind Relevance: If you are applying the re-compiled module, you must bind the DBRM into the DB2 subsystem. Knowledge required: Bind procedures on relevant DB2 subsys. Access required: Bind authority on relevant DB2 subsys Steps to be performed: Once the SMP/e portion of the fix application is complete, the following instructions should be turned over to the DB2 DBA in charge of the repository for customization to your site's specific procedures. Bind package DBXCATA with the following parameters: DSN SYSTEM(subsys) BIND PACKAGE(collection name) - ENCODING(EBCDIC) - ENABLE(*) - PATH(repository qual) QUALIFIER(SYSIBM) - MEMBER(DBXCATA) - LIBRARY(dbrmlib) - VALIDATE(BIND) - DYNAMICRULES(BIND) - ISOLATION(CS) - EXPLAIN(NO) - FLAG(I) - RELEASE(COMMIT) - ACTION(REPLACE) END Make the following substitutions for the values of the parameters so they conform to your site's environment. - subsys to the db2 subsystem - collection name to the repository package collection

17 CA Repository for z/os CA RS PTF RO repository qual to the repository owner. - dbrmlib to DBRM library that contains the DBRMs associated with the PTFs that are applied. ).

18 CA Repository for z/os CA RS PTF RO RO59228 RO59228 M.C.S. ENTRIES = ++PTF (RO59228) DESC (PROGDEF - VERSIONS IN PART AND SPACE TBL) PRODUCT: CA Repository for z/os DATE: 23 MAY 2013 STARTRAK PROBLEM PRODUCT NAME: XTR PROBLEM NUMBER: 737 PROGDEF - VERSIONS IN PART AND SPACE TBL Executing the CA Repository DB2 CATSYNC job for existing PART KEY may load PART KEY with multiple versions in the PART table and SPACE table. Existing instances of PART KEY relationships will be versioned instead of being reused. Multiple versions creates inaccurate information and will adversely effect impact analysis in the repository. In addition, this creates unwanted meta-data. Manually bind module PRMPT. PRODUCT(S) AFFECTED: CA Repository Exchange for DB2 r VER (Z038) FMID(CP$7200) PRE (RO31041) SUP (T54R035,RO31179,T5QV118).

19 CA Repository for z/os CA RS PTF RO RO59880 RO59880 M.C.S. ENTRIES = ++PTF (RO59880) DESC (ERWINXML - ERWIN EXCHANGE FOR ERWIN R9) PRODUCT: CA Repository for z/os DATE: 11 JUN 2013 STARTRAK PROBLEM PRODUCT NAME: XTR PROBLEM NUMBER: 128 ERWINXML - ERWIN EXCHANGE FOR ERWIN R9 ERwin r9 is now available and the ERwin Exchange must be modified to support it, while keeping all previous functionality. Customers who run the ERwin Scanner with previous control files and an XML file from ERwin r9 will receive the following error: 'Versions of ERwin File and control file do not match'. No ERwin r9 XML files can be scanned. None PRODUCT(S) AFFECTED: CA Repository Exchange for CA ERwin Data Modeler r7.2 ++VER (Z038) FMID(CP$7200) PRE (RO43861) SUP (T5QV949,RO45696,T5QV649). ++HOLD(RO59880) SYSTEM REASON(ACTION) FMID(CP$7200) COMMENT( Product: CA Repository for z/os Release: 7.2 Sequence: After Apply. Purpose: Upload updating Erwin control data into the Repository table. Relevance: If you are applying updating Erwin control data, you must upload it into Repository DB2 control table. Knowledge required: Installation, customization and upgrading the RzOS 7.2. Access required: Repository administration authority is required. Once the SMP/e portion of the fix application is complete, the following instructions need to be turned over to the DB2 DBA in charge of the repository for customization to your site's specific procedures. Follow the directions in the CA Repository for z/os Installation Guide under Load Component Data Tables in Chapter 6 " Configuring Your Product". Set options as follows: Load Component Data COMMAND ===> Load Data For... ERwin? ===> Y Webstation Option? ===> N Edit or Submit? ===> E (E-edit,S-submit) Save Output? ===> N (Y-yes,N-no) Output Data Set ===> Warning! If you are using the CA Repository Exchange for Erwin you will also need to Install windows fix RO ).

20 CA Repository for z/os CA RS PTF RO RO59922 RO59922 M.C.S. ENTRIES = ++PTF (RO59922) DESC (MAPS W/SPECIAL CHARACTERS CAUSE XSD FAILURE) PRODUCT: CA Repository for z/os DATE: 12 JUN 2013 STARTRAK PROBLEM PRODUCT NAME: XTR PROBLEM NUMBER: 740 MAPS W/SPECIAL CHARACTERS CAUSE XSD FAILURE MAP 103 (COLUMNS) has an alignment problem causing the COLUMN NAME field to display on the previous COLUMNS SET INFORMATION line. In addition several MAPS are found to contain special characters which prevent proper generation of the XSD file. These character appear only in literals and can simply be eliminated. The MAPS are: 00024, 26522, 26523, The Map 103 alignment is merely an nuisance, the data show on the wrong line but it is obvious where they belong. Maps containing the special characters will get different errors depending on the map. For example, Map 0024 will get: "s4s-att-invalid-value: Invalid attribute value for 'name' for 'name' in element'. Recorded reason: cvc-datatype-valid.1.2.1: ' STORAGE_TABLE_INFORMATION ' Customers cannot generate XSD for dialogs IEFALL, ERWIN2, EXTEND which means they cannot use those dialogs in WSO. NONE PRODUCTS AFFECTED: CA Repository for z/os r VER (Z038) FMID(CP$7200) PRE (RO26749) SUP (T54R033,RO48184,T5QV644,RO25123,T5QV081). ++HOLD(T54R033) SYSTEM REASON(ACTION) FMID(CP$7200) COMMENT( Product: CA Repository for z/os Release: 7.2 Sequence: After Apply. Purpose: Load new IO MAP tables Relevance: The new map data are provided as members of the DATA dataset. The relevant data must be loaded into the Repository IO MAP control tables. Knowledge required: Install procedures for the repository. Access required: Load authority on relevant DB2 subsys Steps to be performed: Once the SMP/e portion of the fix application is complete, follow the directions in the CA Repository for z/os Installation Guide r7.2 under the 'Load the New Data' section, in 'Chapter 7: Migration Information'. At the Installation Upgrade Customization Menu, (Main Menu # 13) Select option 5 LOAD and set options as follows: Load control tables... DIALOGs? ===> N CODE TABLEs? ===> N ENTITYs? ===> N IO MAPs? ===> Y MESSAGEs? ===> N COMMANDs? ===> N

21 CA Repository for z/os CA RS PTF RO59922 Set SQLID to? ===> Current Contents? ===> A (A-add,R-replace,P-new products) Check the generated JCL according to your site's standard. Leave only members provided by the solution. When following those instructions the custom data will be retained. ).

22 CA Repository for z/os CA RS PTF RO RO60101 RO60101 M.C.S. ENTRIES = ++PTF (RO60101) DESC (COLUMN 'NEXT' NOT FOUND) PRODUCT: CA Repository Exchange for COBOL DATE: 18 JUN 2013 STARTRAK PROBLEM PRODUCT NAME: XSC PROBLEM NUMBER: 93 COLUMN 'NEXT' NOT FOUND The COBOL scanner, MSCANDB2, does not recognize the reserved word "NEXT VALUE". This results in a "COLUMN" not found error message and a RC=04 for the step when processing any COBOL program that contains this particular reserved word. A COBOL program containing (for example): EXEC SQL EXEC SQL SELECT NEXT VALUE FOR AGMT_ID_NBR INTO :WS-AGMT-ID-NBR FROM SYSIBM.SYSDUMMY1 END-EXEC. will get the message(s): THE COLUMN "NEXT " OF TABLE "SYSIBM.SYSDUMMY1" WAS NOT FOUND. THE COLUMN "AGMT_ID_NBR " OF TABLE "SYSIBM.SYSDUMMY1" WAS NOT FOUND. A COBOL program containing the reserved word (FUNCTION) "NEXT VALUE" cannot be scanned into the Repository. None. PRODUCT(S) AFFECTED: CA Repository Exchange for COBOL r7.2 ++VER (Z038) FMID(CNW7200) SUP (T54R058,T54R016,RO58240,T5QV106,RO26865,T5QV101, RO26994,T5QV576,RO44218,AR48152,T5QV590,RO44941, RO48152,T5QV647,RO50702,T5QV822,T5QV922,RO55369, T5QV970,RO56794,T5QV998,RO57536,T5QV182,RO30379, RO58507,T54R029).

CA Repository for z/os CA RS 1403 Service List

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

More information

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

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

More information

CA Repository for z/os CA RS 1509 Service List

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

More information

CA Repository for z/os CA RS 1408 Service List

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

More information

CA Repository for z/os CA RS 1412 Service List

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

More information

CA Repository for z/os CA RS 1511 Service List

CA Repository for z/os CA RS 1511 Service List CA Repository for z/os 7.2 1 CA RS 1511 Service List Release Service Description Type 7.2 RO85297 CONVERT SOC7 IN COBOL SCAN TO RC=12 PTF RO85308 CORRELATION ID ON SQL COLUMNS PTF RO85459 RESOLVING PROBLEM

More information

CA JCLCheck Workload Automation CA RS 1406 Service List

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

More information

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

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

More information

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

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

More information

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

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

More information

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

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

More information

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

CA Workload Automation ESP Edition CA RS 1406 Service List CA Workload Automation ESP Edition 11.4 1 CA RS 1406 Service List Description Type 11.4 RO68279 TRUNCATED OUTPUT FROM RESDEF COMMAND PTF RO68745 ABEND0C4 IN CYBESUT3 *HIP/PRP* RO68947 INFORMATICA JOB 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

HOLDDATA FOR DB2 9.1 PUT Level ** Please read through all the holddata before acting on any of it. ** GENERAL

HOLDDATA FOR DB2 9.1 PUT Level ** Please read through all the holddata before acting on any of it. ** GENERAL HOLDDATA FOR DB2 9.1 PUT Level 0805 ** Please read through all the holddata before acting on any of it. ** GENERAL 1. Rebind all static DB2 application which match criteria. Member REBIND DSN910.SVSC.HOLDCNTL

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 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 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 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 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 MF Connector for Linux/Hardware Inteface Srv CA RS 1601 Service List

CA MF Connector for Linux/Hardware Inteface Srv CA RS 1601 Service List CA MF Connector for Linux/Hardware Inteface Srv 2.0 1 CA RS 1601 Service List Description Type 2.0 RO83398 FAILURES IN COMMUNICATION ARE NOT DETECTED PTF RO86851 NO SSL SUPPORT IN VM AGENT PTF RO86852

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

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

More information

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

CA Endevor Software Change Manager 15.1 CA RS 1306 Service List CA RS 1306 Service List 22:16 Tuesday, July 2, 2013 1 Description Hiper 15.1 RO53756 MISSING ELEMENT ACTION BACKOUT/IN EXIT POINT RO53783 PACKAGE PANEL FLOW INCONSISTENCY RO54165 VVLL INCORRECT WHEN ADD

More information

CA JCLCheck Workload Automation CA RS 1605 Service List

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

More information

CA Datacom/DB CA RS 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 InterTest Batch CA RS 1309 Service List

CA InterTest Batch CA RS 1309 Service List CA InterTest Batch 8.5 1 CA RS 1309 Service List Description Hiper 8.5 RO46793 CAMRDB2S IS MISSING FROM CAISRC PDS RO48373 878 ABENDS RO48572 S0F8 ABEND WITH TABLES MEMORY MANAGER RO53931 SUPPORT JCL CHECK

More information

CA InterTest Batch CA RS 1404 Service List

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

More information

CA 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

Lookup enhancement to support DEST parameter

Lookup enhancement to support DEST parameter TECHNOTE Using Lua in Optim for z/os to run LOOKUP functions using optim.mask() call Since the GA version of Optim for z/os 11.3 did not include support for the LOOKUP Providers, the documentation explaining

More information

CA Optimizer/II CA RS 1312 Service List

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

More information

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

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

More information

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

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

More information

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

CA JCLCheck Workload Automation CA RS 1610 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1610 Service List Description Type 12.0 RO90731 MESSAGE CAY6130W, CAY6052E AND CAY60000S, IMPROPERLY ISSUED PTF RO90840 MESSAGES CAY6028E/CAY6081E ISSUED IMPROPERLY

More information

CA File Master Plus for IMS CA RS 1403 Service List

CA File Master Plus for IMS CA RS 1403 Service List CA File Master Plus for IMS 8.5 1 CA RS 1403 Service List Description Hiper 8.5 RO62915 SELECT CRIT VS CRL RO63260 BROWSE OR EDIT HANG USING A SELECTION CRITERIA RO63320 LOGICAL DB POSITION PROBLEM WITH

More information

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

CA IDMS CA RS 1502 Service List CA IDMS 18.5 1 CA RS 1502 Service List Description Type 18.5 RO70628 LOCAL BATCH JOBS MAY USE EXCESSIVE STORAGE PTF RO74354 UPDATE MESSAGE DB005547 SHORT DESCRIPTION PTF RO74928 SUPPRESS DML204 MESSAGE

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

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

More information

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

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

More information

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

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

More information

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

CA MIM Resource Sharing CA RS 1402 Service List CA MIM Resource Sharing 11.9 1 CA RS 1402 Service List Release Service Description Hiper 11.9 RO65928 U0051 RC7 ABEND DURING VCF INITIALIZATION **HIPER** RO67045 MIM0100A MSG CAUSES FATAL SD23 ABEND The

More information

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

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

More information

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

CA LDAP CA RS 1312 Service List CA LDAP 15.1 1 CA RS 1312 Service List Description Hiper 15.1 RO59547 LDAP GETS A SOC4 ABEND GATHERING XREF ROLE ACF2 DATA RO59856 UPDATE LDAP STC TO MENTION OPTIONAL STEPLIB FOR CAW0PLD RO60309 MODIFY

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

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

More information

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

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

More information

CA NetMaster CA RS 1310 Service List

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

More information

CA 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 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 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 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 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 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 DB2 Tools CA RS 1505 Service List

CA DB2 Tools CA RS 1505 Service List CA DB2 Tools 16.0 1 CA RS 1505 Service List Release Service Description Type 16.0 RO80053 DT109E PLAN NOT AUTHORIZED MESSAGE IS CONFUSING PTF RO80094 DISPLAY FORM BEFORE QUERY IN CICS S0C4 IN PIEFLWC PTF

More information

CA Datacom/AD CA RS 1605 Service List

CA Datacom/AD CA RS 1605 Service List CA Datacom/AD 14.0 1 CA RS 1605 Service List Description Type 14.0 RO85169 DATAQUERY JOIN PROCESSING GETS ERROR DQ025E PTF RO88280 DDUTILTY GETS ERROR MESSAGE DDT005034 DURING ORPHAN REPORT PTF RO88461

More information

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

CA PDSMAN PDS Library Management CA RS 1404 Service List CA PDSMAN PDS Library Management 7.7 1 CA RS 1404 Service List Description Hiper 7.7 RO66063 $DEMO MAY FAIL WITH I/O ERROR AND U0001 ABEND RO66078 PDSMENT-2 OR U0001 ABEND TERMINATING HEALTH CHECKS RO66087

More information

CA IMS Tools CA RS 1308 Service List

CA IMS Tools CA RS 1308 Service List CA IMS Tools 15.0 1 CA RS 1308 Service List Description Hiper 15.0 RO56983 DBOLOAD DD IS IGNORED RO56984 DBO API - NO MSG WHEN MISSING DFSURWF1 FROM JCL RO57259 S222 OR S522 IICOPY WAIT FOR DATABASE RO60225

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

CA Chorus CA RS 1410 Service List CA Chorus 3.0 1 CA RS 1410 Service List Description Type 3.0 RO69026 UPDATE CONFIG JCL JOB COMMENTS PTF RO71671 AUTO-CONFIG PROBLEMS PTF RO72297 CONFIG GEN UPDATE PTF RO73066 DBA CATALOG ISSUES WHEN FILTERING

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

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

More information

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

CA NetMaster CA RS 1711 Service List CA NetMaster 12.1 1 CA RS 1711 Service List Service Description Type RO94135 IPVP1212 CDI ERROR. UNSUPPORTED VERSION 2301 PTF RO96698 IPDI52F3 PACKET ANALYSIS IS ENABLED FOR NO STACK(S) PTF RO97097 RFLOLS02

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