CA SYSVIEW Performance Management CA RS 1608 Service List

Size: px
Start display at page:

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

Transcription

1 CA SYSVIEW Performance Management CA RS 1608 Service List Description Type 14.1 RO89702 JOBSUM/JJOBQUE display wrong status for HELD jobs PTF RO89731 Invalid data placed in conflict message output PTF RO90646 Excessive storage utilization running GSVYSTCV conversion PTF RO90759 Enqueue contention on DATALIB delays Logger start **HIPER** RO90835 COMMON/VSMTRACK ALLOC/PCT% HAS INCORRECT STATUS PTF RO90922 CICS CTRANLOG RECORD MISSING DATA SEGMENTS PTF RO91004 EXTENTS INFO FIELD BYTES SHOWS *S0C7 W/RO86633 ** PRP ** The CA RS 1608 service count for this release is 7

2 CA SYSVIEW Performance Management 2 CA RS 1608 Service List for CNM4E10 FMID Service Description Type CNM4E10 RO89702 JOBSUM/JJOBQUE display wrong status for HELD jobs PTF RO89731 Invalid data placed in conflict message output PTF RO90646 Excessive storage utilization running GSVYSTCV conversion PTF RO90759 Enqueue contention on DATALIB delays Logger start **HIPER** RO90835 COMMON/VSMTRACK ALLOC/PCT% HAS INCORRECT STATUS PTF RO90922 CICS CTRANLOG RECORD MISSING DATA SEGMENTS PTF RO91004 EXTENTS INFO FIELD BYTES SHOWS *S0C7 W/RO86633 ** PRP ** The CA RS 1608 service count for this FMID is 7

3 CA SYSVIEW Performance Management CA RS PTF RO RO89702 RO89702 M.C.S. ENTRIES = ++PTF(RO89702) DESC(JOBSUM/JJOBQUE display wrong status for HELD jobs) This fix corrects a number of JOBSUM and JJOBQUE display issues. On the JOBSUM and JJOBQUE displays, some held states showed as blanks and some are incorrectly identified in the STATUS field. If a job class is held by the operator, the status for jobs in that class was HELDALL when it should have been HELDCLS. If the SplVol parameter was specified on the JOBSUM command, the SplVol field remained blank. If a job had held-class output and the job was held, the status on JOBSUM was HELDCLS and on JJOBQUE it was HELDJOB. This fix now displays HELDCLS for both. Also JJOBQUE will now allow an output queue entry that has a status of HELDJOB to be released. One reported state was the JOBSUM and JJOBQUE display showing jobs that have been held by job class as HELDALL instead of HELDCLS. The HELDALL status is only valid for z/os 1.13 when JES2 $HA command is used. For z/os 2.1 and later releases, the status for jobs held by the operator command $HA will show as HELDJOB. IMPACT: Display shows incorrect held status. None. PRE(RO87870) SUP(TSE1080).

4 CA SYSVIEW Performance Management CA RS PTF RO RO89731 RO89731 M.C.S. ENTRIES = ++PTF(RO89731) DESC(Invalid data placed in conflict message output) If a non-zero return code is received back from the MIMQUERY call done during the CONFLICT command, invalid data is placed in the message. This fix also corrects a problem encountered where only a single answer area buffer was being displayed when there should have been additional conflict information processed. When a bad return code is received back from a MIMQUERY call, a message similar to the following may be received. GSVX529E MIMQUERY* ISGQUERY...H...h failed, rc rsn GSVX529E ISGQUERY...H...hGNR2...Q...q... failed, rc rsn 051B0405 Where the above message displays invalid data in the message area. IMPACT: Incorrect error message produced as well as incomplete conflict information displayed. None. PRE(RO83565) SUP(TSE1082).

5 CA SYSVIEW Performance Management CA RS PTF RO RO90646 RO90646 M.C.S. ENTRIES = ++PTF(RO90646) DESC(Excessive storage utilization running GSVYSTCV conversion) While running SYSVIEW 14.1 INST0053 install job to convert CICS States and Threshold Exceptions, storage problems may be encountered if there are a large number of converted definitions. This fix also addresses the same type of error that may be encountered with INST0052 (CICS Transaction Cancellation conversion) and INST0054 (CICS Transaction Options conversion). During the execution of INST0052, INST0053 or INST0054 storage type abends such as S878 or S40D may occur due to insufficient storage. Messages similar to the following may be observed: SYSTEM COMPLETION CODE=80A REASON CODE= TIME= SEQ=53794 CPU=4000 ASID=00## PSW AT TIME OF ERROR 070C C108 ILC 2 INTC 0D NO ACTIVE MODULE FOUND IMPACT: Conversion jobs INST0052, INST0053 or INST0054 fail and no conversion is performed. Run conversion jobs with REGION=0M if possible. PRE(RO89836) SUP(TSE1102).

6 CA SYSVIEW Performance Management CA RS PTF RO RO90759 RO90759 M.C.S. ENTRIES = ++PTF(RO90759) DESC(Enqueue contention on DATALIB delays Logger start) During initialization the CICS data collector attempts to connect to the specified CICSLOGR. If the data collector is unable to establish a connection it retries the connection every 15 seconds until successful or CICS terminates. During the connect process a shared enqueue is held on the DATALIB(CNM4BDAT) data set. This caused an exclusive enqueue issued by the DATALIB task in SYSVIEW to wait behind the shared requests. If additional regions are started, the CICS region will hang behind the exclusive request from the DATALIB task within SYSVIEW. This fix also reduces the amount of messages issued when a logger or subsystem may not be available. The shared enqueues for DATALIB result in the exclusive request from the DATALIB task from ever being satisfied until all of the loggers have initialized. This in turn causes subsequent CICS region startups to hang. IMPACT: Excessive contention for the DATALIB, delays in the DATALIB taskask processing, and CICS hang during startup. In order to eliminate the enqueue conflict that may be holding other CICS regions from completing intialization, you can manually start the CICS Logger associated to the first region holding the shared enqueue against the DATALIB. This enqueue will also be the one holding up the SYSVIEW DATALIB task. PRE(RO89162) SUP(JC83864 TSE1104). ++HOLD(RO90759) FMID(CNM4E10) SYSTEM REASON(RESTART) DATE(16188) COMMENT( CA SYSVIEW Release 14.1 SEQUENCE Before Restart PURPOSE To implement the fix. USERS All users of SYSVIEW for CICS. AFFECTED KNOWLEDGE Product Administration REQUIRED CICS Systems Programming ACCESS Product libraries REQUIRED Ability to run SYSVIEW for CICS transactions ************************** * STEPS TO PERFORM * ************************** After applying this fix either the CICS region must be recycled to pick up the change, or the following steps can be followed to implement the change dynamically: 1. Use the GSVT (terminate) transaction to stop SYSVIEW/CICS in the CICS region.

7 CA SYSVIEW Performance Management CA RS PTF RO Perform a CICS NEWCOPY for program GSVCGSVI. 3. Use the GSVS (start) transaction to bring SYSVIEW/CICS back up in the CICS region. ).

8 CA SYSVIEW Performance Management CA RS PTF RO RO90835 RO90835 M.C.S. ENTRIES = ++PTF(RO90835) DESC(COMMON/VSMTRACK ALLOC/PCT% HAS INCORRECT STATUS) Several problems exist related to the display of MVS common storage monitoring variables/thresholds. 1. The text descriptions shown for some common storage variables say they monitor the amount of common storage allocated, when in fact they represent the amount of common storage in use. The amount of storage actually being used is typically a subset of allocated storage. 2. The Information areas of the COMMON and VSMTRACK command displays contain many fields that get color-coded (a status condition) if their value exceeds a corresponding threshold definition. The wrong fields are having this status condition applied to them if thresholds are defined for any of the following variables: STGCSA STGCSAP STGECSA STGECSAP 3. Plot members are missing from the CNM4BPLT library for the following variables: STGCSAF STGECSAF STGESQAF STGSQAF 4. The PLOT command is not displaying the TITLE value if one was specified in a CNM4BPLT plotlib member. 1. The descriptions shown on the VARS and PLOTLIST command displays for the following variables use the phrase 'xxxx storage allocated' or 'unallocated', rather than storage 'used' or 'unused': JOBCSA JOBECSA JOBESQA JOBSQA STGCSA STGCSA% STGCSAF STGECSA STGECSA% STGECSAF STGSQA STGSQA% STGSQAF STGESQA STGESQA% STGESQAF 2. The Information areas of the COMMON and VSMTRACK command displays are incorrectly showing a status condition in the Alloc/Pct% fields for the E-CSA and CSA rows, rather than the Used/Pct% fields. This is working correctly for the E-SQA and SQA rows. 3. Plots for these variables were missing from the PLOTLIST command display. Also, to plot these variables you would need to enter 'PLOT MVS varname' rather than just 'PLOT varname'. 4. When displaying a pre-defined plot, the PLOT command always shows a screen title of 'Plot member - xxxxxxx' rather than the TITLE that may have been defined in the plotlib member. IMPACT: 1. A user may create improper threshold definitions for these variables due to the allocated vs. used discrepancy. 2. The displays may be misleading by incorrectly flagging the wrong fields as having exceeded a threshold. 3. Confusing command syntax for these variables. 4. A less useful title is displayed for the plot.

9 CA SYSVIEW Performance Management CA RS PTF RO90835 None. SUP(TSE1105).

10 CA SYSVIEW Performance Management CA RS PTF RO RO90922 RO90922 M.C.S. ENTRIES = ++PTF(RO90922) DESC(CICS CTRANLOG RECORD MISSING DATA SEGMENTS) Due to incorrect processing of some CICS configuration options, data segments may be erroneously missing from the CICS transaction detail records that are written to CTRANLOG and/or SMF. If any of the following CICS configuration options are set to NO then that data segment, as well as other data segments, will not be included in the CICS transaction detail record: TRANSACTION-RECORD-CSF TRANSACTION-RECORD-DB2 TRANSACTION-RECORD-DLI TRANSACTION-RECORD-EXECCICS TRANSACTION-RECORD-FILES TRANSACTION-RECORD-MEI-EVENTS TRANSACTION-RECORD-PROGRAMS TRANSACTION-RECORD-RSCEMGR TRANSACTION-RECORD-TDATA TRANSACTION-RECORD-TEMPSTG TRANSACTION-RECORD-THRESHOLDS TRANSACTION-RECORD-WEBMQ Temporarily set all TRANSACTION-RECORD-xxxxx configuration options to YES on the CCONFIG command display. SUP(TSE1107). ++HOLD(RO90922) FMID(CNM4E10) SYSTEM REASON(RESTART) DATE(16189) COMMENT( CA SYSVIEW Release 14.1 SEQUENCE Before Restart PURPOSE To implement the fix. USERS All users of SYSVIEW for CICS. AFFECTED KNOWLEDGE Product Administration REQUIRED CICS Systems Programming ACCESS Product libraries REQUIRED Ability to run SYSVIEW for CICS transactions ************************** * STEPS TO PERFORM * ************************** Apply this fix and either recycle the CICS region, or use the GSVT (terminate) and GSVS (start) transactions to recycle SYSVIEW for CICS within the CICS region. ).

11 CA SYSVIEW Performance Management CA RS PTF RO RO91004 RO91004 M.C.S. ENTRIES = ++PTF(RO91004) DESC(EXTENTS INFO FIELD BYTES SHOWS *S0C7 W/RO86633) The Bytes field in the Information area of the EXTENTS command display is being formatted incorrectly. This problem only occurs in SYSVIEW 14.1 if PTF RO86633 is applied. The Bytes field in the Information area of the EXTENTS command display shows a value of *S0C7. The bad PTF could be RESTOREd if desired, but it resolved an actual abend which could be more intrusive than this incorrect display field. PRE(RO86633) SUP(TSE1109 AO86633).

CA SYSVIEW Performance Management CA RS 1610 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1612 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1701 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1601 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1605 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1402 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1607 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1504 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1307 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1510 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1505 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1501 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1502 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1407 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1702 Service List

CA SYSVIEW Performance Management CA RS 1702 Service List CA SYSVIEW Performance Management 14.2 1 CA RS 1702 Service List Description Type 14.2 RO93016 CICS TRANSACTION GROUP NAME TRUNCATED PTF RO93038 SECURITY-VALIDATION USERDEF INCORRECT FOR ACF2 PTF RO93198

More information

CA Allocate DASD Space and Placement CA RS 1307 Service List

CA Allocate DASD Space and Placement CA RS 1307 Service List CA Allocate DASD Space and Placement 12.5 1 CA RS 1307 Service List Description Hiper 12.5 RO54883 &PRIMARYD variable displays incorrectly in diagnostics RO55733 ENHANCEMENT: COND SUPPRESS VAM0407/8/9

More information

CA Vtape Virtual Tape System CA RS 1309 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1403 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1201 Service List

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

More information

CA ACF CA RS 1409 Service List

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

More information

CA ACF CA RS 1504 Service List

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

More information

CA SYSVIEW Performance Management CA RS 1309 Service List

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

More information

CA Disk Backup and Restore CA RS 1309 Service List

CA Disk Backup and Restore CA RS 1309 Service List CA Disk Backup and Restore 12.5 1 CA RS 1309 Service List Description Hiper 12.5 RO22741 OPEN SVC ZAP IFG0196W AT HDZ1C10 FOR Z/OS 1.12 RO48374 ISPF REPORT VSAM DATA/INDEX COMPONENTS DISPLAY CAT N RO54254

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

CA Vantage Storage Resource Manager CA RS 1204 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1204 Service List Release Service Description Hiper 12.6 RO31252 CA 1 12.6 COMPATIBILITY SUPPORT AND CORRECTIVE MAINT RO33904 FILES DATASET NOT DEALLOCATED

More information

CA SOLVE:Access Session Management CA RS 1306 Service List

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

More information

CA Mainframe Application Tuner CA RS 1708 Service List

CA Mainframe Application Tuner CA RS 1708 Service List CA Mainframe Application Tuner 11.0 1 CA RS 1708 List Description Type RO96565 FALSE TN0499E MESSAGE DURING MONITOR INITIALIZATION PTF RO96766 TN6969E XCF MESSAGE EXIT FAILED. INTERNAL MCE QUEUEING ERROR

More information

CA IMS Tools CA RS 1409 Service List

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

More information

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

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

More information

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

CA 1 Tape Management CA RS 1306 Service List CA 1 Tape Management 12.6 1 CA RS 1306 Service List Description Hiper 12.6 RO51540 TMSOCEPR S0C4 for tape datasets if NON_VSAM_XTIOT is enabled RO51541 S0C4 when DEVSUPxx NON_VSAM_XTIOT=YES RO51542 S0C4

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

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

More information

CA DB2 Tools CA RS 1502 Service List

CA DB2 Tools CA RS 1502 Service List CA DB2 Tools 16.0 1 CA RS 1502 Service List Description Type 16.0 RO77680 EXCEPTIONS NOT CLEARED FROM SYSTEM CONDITION MONITOR PTF RO77716 DBG70034E MESSAGE WHEN CURRENT PATH TOO LONG PTF RO77938 S0C4

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

CA Disk Backup and Restore CA RS 1306 Service List CA Disk Backup and Restore 12.5 1 CA RS 1306 Service List Description Hiper 12.5 RO18746 EXEC SMSPCOK FAILS RO49147 SEQUENTIAL MIGRATE DYNAMIC ALLOCATION ERROR RO50078 INCORRECT LRECL AFTER RESTORE RO53055

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

CA DB2 Tools CA RS 1606 Service List CA DB2 Tools 17.0 1 CA RS 1606 Service List Description Type 17.0 RO89793 DBG72002I SUBSYSTEM EXCEPTION ROUTINE ERROR AT Z/OS 2.2 PTF RO89887 DUPLICATE PACKAGES DISPLAYED W/ SYNCHRONZED PDT & PSA PTF RO89896

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

CA Disk Backup and Restore CA RS 1405 Service List CA Disk Backup and Restore 12.5 1 CA RS 1405 Service List Description Hiper 12.5 RO63713 ENHANCEMENT: MERGE VBACKUP TAPES RO65832 CONFLICTS IF CA ALLOCATE IS IN SAME ZONE RO67768 MSG 9999 & ABEND ADSTH003

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

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

More information

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

CA XCOM Data Transport for z/os CA RS 1404 Service List CA XCOM Data Transport for z/os 11.6 1 CA RS 1404 Service List Description Hiper 11.6 RO63247 BPX.DAEMON SECURITY ERROR WITH TYPE=EXECUTE TRANSFER RO65449 BATCH - XCOMJOB REQUIRES APF AUTHORIZATION WHEN

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 IMS Tools CA RS 1503 Service List

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

More information

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

CA ACF CA RS 1709 Service List CA ACF2 16.0 1 CA RS 1709 List Description Type RO96906 DATASET ENCRYPTION SUPPORT PTF RO96914 SUPPORT Z/OS 2.3 WORKATTR EMAIL ADDRESS PTF RO97142 INTERNAL STC TABLE HAS A LIMIT OF 1364 STC RECORDS PTF

More information

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

CA MIM Resource Sharing CA RS 1511 Service List CA MIM Resource Sharing 12.1 1 CA RS 1511 Service List Description Type 12.1 RO84987 MIM MESSAGES NOT IN MIMLOG PTF RO84993 DDN HEALTH CHECK COMPATLEVEL PTF RO85010 VCF OPTIONS MAY NOT BE DISPLAYED WHEN

More information

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 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 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 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 IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1602 Service List

CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1602 Service List CA IMS Tools 18.0 / Chorus 4.0 for IMS Tools 1 CA RS 1602 Service List Description Type 18.0 RO87434 INVALID PIT RECOVERY AND EXTRANIOUS ITK1605W PTF RO87435 INVALID PIT RECOVERY AND EXTRANIOUS ITK1605W

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

CA Vantage Storage Resource Manager CA RS 1604 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1604 Service List Description Type 12.6 RO70420 S0D3 ABEND PTF RO86858 TOTALS NOT AVAILABLE IN TS7700 OBJECT VISIVTAH PTF RO87721 AUTO ADDS CANCEL COMMAND

More information

CA 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 Workload Automation CA 7 Edtion CA RS 1510 Service List

CA Workload Automation CA 7 Edtion CA RS 1510 Service List CA Workload Automation CA 7 Edtion 12.0 1 CA RS 1510 Service List Description Type 12.0 RO73655 INCREASE MAX SOCKETS TO 64K PTF RO77005 CAIASCON, CAIASLOG - INCREASING THE SIZE OF IASLOG PTF RO77026 REQUEST

More information

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

CA Disk Backup and Restore CA RS 1403 Service List CA Disk Backup and Restore 12.5 1 CA RS 1403 Service List Description Hiper 12.5 RO58779 ADSUT374 4262 ERROR FROM IGGCSI00 MODID=C6E2 RS=04 RC=64 RO60295 CHANGE ARCHIVE TAPE ANALYSIS, REBUILD, AND COPY

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 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 Workload Automation CA 7 Edtion CA RS 1509 Service List

CA Workload Automation CA 7 Edtion CA RS 1509 Service List CA Workload Automation CA 7 Edtion 12.0 1 CA RS 1509 Service List Description Type 12.0 RO82692 ENHANCE DBIO DIAGNOSTICS FOR QUEUES PTF RO82911 DATABASE VALIDATION ISSUES PTF RO83095 SASSSPOR - HANG AFTER

More information

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

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

More information

CA ACF CA RS 1711 Service List

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

More information

CA Common Services CA RS 1702 Service List

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

More information

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

CA ACF CA RS 1510 Service List CA ACF2 15.0 1 CA RS 1510 Service List Description Type 15.0 RO77972 ADD JES3 2.2 SUPPORT TO JES3U313 PTF RO79072 PSGPCHG PANEL GET ACF67001 COMMAND Y INVALID AFTER RO76957 ** PRP ** RO79549 CICS: RECOGNIZE

More information

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

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