CA Disk Backup and Restore CA RS 1602 Service List

Size: px
Start display at page:

Download "CA Disk Backup and Restore CA RS 1602 Service List"

Transcription

1 CA Disk Backup and Restore CA RS 1602 Service List Description Type 12.5 RO85979 ADD LIBRARY TO LLA FOR DC650 UPDATES PTF RO86373 CREATE ENQ/DEQ HOOK FOR DMSAR PTF RO86766 ADD DSN TO MESSAGE 4106 FOR ADR356E PTF RO86937 SUPPORT DYNAMIC VOLUME COUNT (DVC) IN MOVE AND COPY PTF RO87072 SORT FIELDS WRONG IN HSM CONVERSION REPORTS RPTJCLNN PTF RO87128 FIX FAST MERGE DSNINDEX UPDATE *HIP/PRP* The CA RS 1602 service count for this release is 6

2 CA Disk Backup and Restore 2 CA RS 1602 Service List for CCUWC50 FMID Service Description Type CCUWC50 RO85979 ADD LIBRARY TO LLA FOR DC650 UPDATES PTF RO86373 CREATE ENQ/DEQ HOOK FOR DMSAR PTF RO86766 ADD DSN TO MESSAGE 4106 FOR ADR356E PTF RO86937 SUPPORT DYNAMIC VOLUME COUNT (DVC) IN MOVE AND COPY PTF RO87072 SORT FIELDS WRONG IN HSM CONVERSION REPORTS RPTJCLNN PTF RO87128 FIX FAST MERGE DSNINDEX UPDATE *HIP/PRP* The CA RS 1602 service count for this FMID is 6

3 CA Disk Backup and Restore CA RS PTF RO RO85979 RO85979 M.C.S. ENTRIES = ++PTF (RO85979) ADD LIBRARY TO LLA FOR DC650 UPDATES 1) When updates are made to ADSDC650 or DMSPARMS, CA Disk is not refreshing LLA libraries in FREEZE mode if the library is not in LINKLIST. As a result, the latest version of those modules is not being used. 2) DBREMOVE does not unlock the FDS as documented. A new UNLOCK parm is added by this change. 1) U0100 abend during DBCONVERT U0200 abend during DBADD 2) Unable to use an FDS after a failed conversion 1) Conversion cannot complete Add a database cannot complete 2) Unable to use an FDS after a failed conversion 1) Either remove library from LLA, or turn FREEZE mode off. 2) None CA Disk Backup and Restore Release 12.5 DISKOS Copyright (C) 2015 CA. All rights reserved. R00165-CUW125-SP2 DESC(ADD LIBRARY TO LLA FOR DC650 UPDATES). PRE ( RO78518 ) SUP ( TR85979 ) ++HOLD (RO85979) SYSTEM FMID(CCUWC50) REASON (DOC ) DATE (15349) COMMENT ( CA Disk Backup and Restore Release *************************** * PUBLICATION * *************************** New message 4607 FILES DATA SET WAS UNLOCKED Reason: UNLOCK was specified on the REMOVE command and the Files data set was unlocked. Action: None. This is an informational message. DBDELETE - Delete a CA Disk Database To delete a CA Datacom/AD database and remove the associated entry from the ADSDC650 control table, use the sample job named DBDELETE that is provided for you in the INSTALL library. //DBDELETE JOB (1), 'CA DISK',CLASS=A,MSGCLASS=X,NOTIFY=&SYSUID //PROCLIB JCLLIB ORDER=(CAI.DISK.CCUWPROC) //********************************************************************** //* DELETE A DATABASE AND REMOVE IT FROM THE ADSDC650 CONTROL TABLE * //* THIS JCL MAY BE USED TO DELETE A DATABASE THAT WAS CREATED FOR * //* CA DISK. THIS JOB ALSO REMOVES THE DATABASE ENTRY FROM * //* THE ADSDC650 CONTROL TABLE. THIS JOB WILL NOT DELETE THE * //* DATABASE DATA SETS CREATED BY THE DBDEF JOB. IT WILL ALSO NOT * //* REMOVE THE GDG CREATED FOR BACKUP PURPOSES. THOSE ENTRIES ARE * //* PRESERVED AS A PERMANENT BACKUP. IF YOU WANT TO DELETE THEM, * //* YOU MUST DO SO MANUALLY AFTER THIS JOB RUNS SUCCESSFULLY. * //* NOTE: * //* 1. VERIFY THE FDS= VALUE IN THE "REMOVE" STEP *

4 CA Disk Backup and Restore CA RS PTF RO85979 //* VERIFY IF THE UNLOCK PARM IS NEEDED * //* 2. VERIFY THE DBID= IDENTIFIES THE CORRECT DBID IN THE * //* "DBUNCAT" STEP * //* 3. VERIFY THE -DEL COMMAND NAMES THE CORRECT DBID IN THE * //* "DBDELDEF" STEP * //* IF YOU ARE IN DOUBT AS TO THE RELATIONSHIP BETWEEN THE DBID * //* AND THE FILES DATA SET NAME, USE THE "DBLIST" JOB IN THE * //* INSTALL LIBRARY TO LIST THE CONTENTS OF THE ADSDC650 CONTROL * //* TABLE. * //********************************************************************** //REMOVE EXEC PGM=ADSMI002,PARM=ADSDC680,REGION=0M //********************************************************************** //* REMOVE THE ENTRY FROM THE ADSDC650 CONTROL TABLE * //********************************************************************** //STEPLIB DD DISP=SHR,DSN=CAI.DISK.ADRRSPNN.CUSLIB // DD DISP=SHR,DSN=CAI.DISK.ADRRSPNN.CAAXLOAD // DD DISP=SHR,DSN=CAI.DISK.CCUWLOAD //ABNLDUMP DD DUMMY //CMDPRINT DD SYSOUT=* //MSGPRINT DD SYSOUT=* //PARMLIB DD DISP=SHR,DSN=CAI.DISK.CCUWPARM //FILES DD DISP=SHR,DSN=CAI.DISK.FILES //SYSPRINT DD SYSOUT=* //REPORTS DD SYSOUT=* //SYSUDUMP DD SYSOUT=* //SYSLIB DD DISP=SHR,DSN=CAI.DISK.CCUWLOAD //SYSIN DD * REMOVE FDS=CAI.DISK.FILES,UNLOCK //* //DBUNCAT EXEC PGM=DBUTLTY //********************************************************************* //* DELETE THE DATABASE DEFINITION FROM THE CXX * //********************************************************************* //STEPLIB DD DISP=SHR,DSN=CAI.DISK.ADRRSPNN.CUSLIB // DD DISP=SHR,DSN=CAI.DISK.ADRRSPNN.CAAXLOAD //SYSPRINT DD SYSOUT=* //CXX DD DISP=SHR,DSN=CAI.DISK.ADRRSPNN.CXX //SYSIN DD * CXXMAINT OPTION=DELETE,DBID=650 //* //DBDELDEF EXEC PGM=DDUPDATE,REGION=4M //********************************************************************* //* DELETE THE DATABASE DEFINITION FROM THE DATADICTIONARY * //********************************************************************* //STEPLIB DD DISP=SHR,DSN=CAI.DISK.ADRRSPNN.CUSLIB // DD DISP=SHR,DSN=CAI.DISK.ADRRSPNN.CAAXLOAD //SYSPRINT DD SYSOUT=* //SNAPER DD SYSOUT=* //SYSDUMP DD SYSOUT=* //SYSIN DD * -USR CA DATACOM-INSTALL,NEWUSER -END -DEL DATABASE,DMS650(PROD) 1000 OBSOLETE -END // The following are the customization points: * Ensure the CA Datacom/AD libraries are contained in the STEPLIB concatenation. * Ensure the FILES DD identifies the desired Files Data Set in the REMOVE step. * Ensure the FDS= identifies the same Files Data Set in the REMOVE step. Remove the UNLOCK parameter if not needed.

5 CA Disk Backup and Restore CA RS PTF RO85979 * Ensure the DBID= identifies the correct DBID in the DBUNCAT step. * Ensure the -DEL command identifies the correct database ).

6 CA Disk Backup and Restore CA RS PTF RO RO86373 RO86373 M.C.S. ENTRIES = ++PTF (RO86373) CREATE ENQ/DEQ HOOK FOR DMSAR During DMSAR, if a restore fails, the cleanup cannot complete if the data set ENQ is held by the job or user that initiated the restore. ADSUT DELETE NVR FOR DSN=ddd ON VOLUME=vol FAILED Partial data sets are left on DASD and may be used by later jobs. None CA Disk Backup and Restore Release 12.5 DISKOS Copyright (C) 2015 CA. All rights reserved. R00170-CUW125-SP2 DESC(CREATE ENQ/DEQ HOOK FOR DMSAR). PRE ( RO69420 RO75388 ) SUP ( TR86372 TR86373 )

7 CA Disk Backup and Restore CA RS PTF RO RO86766 RO86766 M.C.S. ENTRIES = ++PTF (RO86766) ADD DSN TO MESSAGE 4106 FOR ADR356E DFSMSdss ADR356E (ttt)-mmmmm(yy), TASK TERMINATED BY UIM EXIT (nn) message does not show related data set name. No Data set name for message ADR356E. Unable to determine what data set related to ADR356E. None CA Disk Backup and Restore Release 12.5 DISKOS Copyright (C) 2015 CA. All rights reserved. R00173-CUW125-SP2 DESC(ADD DSN TO MESSAGE 4106 FOR ADR356E). PRE ( RO85327 ) SUP ( TR86766 )

8 CA Disk Backup and Restore CA RS PTF RO RO86937 RO86937 M.C.S. ENTRIES = ++PTF (RO86937) SUPPORT DYNAMIC VOLUME COUNT (DVC) IN MOVE AND COPY Move and Copy did not support the Dynamic Volume Count (DVC) specified in the Data Class, causing space abends when the data set needed more extents. X37 abends during MOVE and COPY. Failure to MOVE or COPY when the original volume count was exceeded, resulting in an x37 type abend. Preallocate the data set. CA Disk Backup and Restore Release: 12.5 DISKOS Copyright (C) 2015 CA. All rights reserved. R00177-CUW125-SP2 DESC(SUPPORT DYNAMIC VOLUME COUNT (DVC) IN MOVE AND COPY). PRE ( RO21408 RO36407 RO69420 RO70544 RO78385 ) SUP ( BR69420 RO21362 RO50078 RO72390 RO79961 RO84435 TR72390 TR79961 TR84435 TR86937 )

9 CA Disk Backup and Restore CA RS PTF RO RO87072 RO87072 M.C.S. ENTRIES = ++PTF (RO87072) SORT FIELDS WRONG IN HSM CONVERSION REPORTS RPTJCLNN The SORT FIELDS in the HSM Conversion Report have an incorrect length for the DSN field. Jobs RPTJCL00, RPTJCL02, RPTJCL03, RPTJCL04, and RPTJCL06 in the CA Disk CCUWJCL library are affected. Data set names with names matching in columns 1-43 are not sorted correctly. Example - AAAAAA.BB.CCCC.DD.EEEEE.FFFFF.GGGGGG.H AAAAAA.BB.CCCC.DD.EEEEE.FFFFF.GGGGGG.H AAAAAA.BB.CCCC.DD.EEEEE.FFFFF.GGGGGG.H If one of the input files is not sorted correctly, matching records cannot be found and records are incorrectly marked as NOT OK. Manually change sort field length to 44. CA Disk Backup and Restore Release 12.5 DISKOS Copyright (C) 2016 CA. All rights reserved. R00179-CUW125-SP2 DESC(SORT FIELDS WRONG IN HSM CONVERSION REPORTS RPTJCLNN). SUP ( TR87072 ) ++HOLD (RO87072) SYSTEM FMID(CCUWC50) REASON (ACTION ) DATE (16026) COMMENT ( CA Disk Backup and Restore Release 12.5 SEQUENCE Before Apply PURPOSE Save customized JCL member(s) USERS CA Disk Administrator AFFECTED KNOWLEDGE TSO ISPF COPY and SAVE PDS members REQUIRED ACCESS Proper security access to UPDATE CA Disk CCUWJCL REQUIRED ************************** * STEPS TO PERFORM * ************************** The CCUWJCL members RPTJCL00, RPTJCL02, RPTJCL03, RPTJCL04, and RPTJCL06 delivered with this PTF have been modified. If you have customized these members, you will need to save your customized members before applying this PTF and then transfer your customizations to the new updated versions delivered by this PTF. ).

10 CA Disk Backup and Restore CA RS PTF RO RO87128 RO87128 M.C.S. ENTRIES = ++PTF (RO87128) FIX FAST MERGE DSNINDEX UPDATE Merge can lose DSNINDEX records using FAST and processing data sets also flagged as empty. The empty flag blocks the check for Primary 2 records and causes the update for the DSNINDEX to fail. The failed update is not handled correctly and CA Disk thinks the fast merge completed and deletes the merged ARCHVOL, leaving an orphan DSNINDEX record. A later Ixmaint will delete the DSNINDEX record. Messages similar to: ADSDM223*0109 (ddd) ON (vvv) (nnn) (xxx) DSNINDEX ENTRY NOT FOUND DSNINDEX records are orphaned Do not use FAST with Merge. CA Disk Backup and Restore Release 12.5 DISKOS Copyright (C) 2016 CA. All rights reserved. R00180-CUW125-SP2 DESC(FIX FAST MERGE DSNINDEX UPDATE). PRE ( RO37466 ) SUP ( KR63640 TR87128 )

CA Disk Backup and Restore CA RS 1609 Service List

CA Disk Backup and Restore CA RS 1609 Service List CA Disk Backup and Restore 12.5 1 CA RS 1609 Service List Release Service Description Type 12.5 RO90201 ARCHIVE U0100 ABEND DUE TO INCORRECT RCF KEYS PTF RO90374 DINXUFEX EXIT DOES NOT WORK WITH BACKUPCC

More information

CA Disk Backup and Restore CA RS 1509 Service List

CA Disk Backup and Restore CA RS 1509 Service List CA Disk Backup and Restore 12.5 1 CA RS 1509 Service List Description Type 12.5 RO78810 SUPPORT IBM7720 DEVICE WITH 25GB TAPE PTF RO79462 ARCHIVE/BACKUP SECONDARY ALLOCATION VERY SMALL PTF RO79717 S047

More information

CA Disk Backup and Restore CA RS 1501 Service List

CA Disk Backup and Restore CA RS 1501 Service List CA Disk Backup and Restore 12.5 1 CA RS 1501 Service List Description Type 12.5 RO75755 DMSAR, RESTORE AND FMS WITH POOL= FAIL WITH RO69420 APPLIED *HIP/PRP* RO76256 BACKUP ABEND S0C4 IN ADSTH008 PTF RO76769

More information

CA Disk Backup and Restore CA RS 1510 Service List

CA Disk Backup and Restore CA RS 1510 Service List CA Disk Backup and Restore 12.5 1 CA RS 1510 Service List Description Type 12.5 RO82719 VSAM FAILS TO ARCHIVE/BACKUP WITH ENQWAITD=B PTF RO83125 IXMAINT NOT DELETING SMS MIGRAT/DISK CATALOG ENTRIES **

More information

CA Disk Backup and Restore CA RS 1604 Service List

CA Disk Backup and Restore CA RS 1604 Service List CA Disk Backup and Restore 12.5 1 CA RS 1604 Service List Description Type 12.5 RO78562 ZFS NOT ALLOWED TO RESTORE PTF RO80762 ARC0052A JOB CATALOG WAITING IF HSM IDCAMS ALTER MG PTF RO83427 DELETE ORPHANED

More information

CA Disk Backup and Restore CA RS 1503 Service List

CA Disk Backup and Restore CA RS 1503 Service List CA Disk Backup and Restore 12.5 1 CA RS 1503 Service List Description Type 12.5 RO76257 IEF238D WTOR DURING MERGE WITH HSM CONVERSION VOLUME PTF RO77846 NEW SYSPARM TO PREVENT ARCHIVE IF NOT BACKED UP

More information

CA Disk Backup and Restore CA RS 1410 Service List

CA Disk Backup and Restore CA RS 1410 Service List CA Disk Backup and Restore 12.5 1 CA RS 1410 Service List Release Service Description Type 12.5 RO72291 RECOVER VOLUMES USING THE VTOC *HIP/PRP* RO73905 ADD NEW SORT FIELD AND EXIT FOR MERGE PTF The CA

More information

The CA Disk FILES Data Set

The CA Disk FILES Data Set The CA Disk FILES Data Set General Information The FILES Data Set can be of two different organizations. BDAM file called the FILES Data Set (FDS) CA Datacom/AD database called the Files Database (FDB)

More information

CA Disk Backup and Restore CA RS 1809 Service List

CA Disk Backup and Restore CA RS 1809 Service List CA Disk Backup and Restore 12.5 1 1809 Service List Service Description Type RO99837 SVC 99 ERROR IN RESTORE/RECOVER - TIOT FULL PTF SO01880 ALLOW64KY MAY CAUSE JOBS TO HANG WHEN DATACOM MUF NOT UP PTF

More information

CA Disk Backup and Restore CA RS 1801 Service List

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

More information

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

CA Disk Backup and Restore CA RS 1712 Service List CA Disk Backup and Restore 12.5 1 CA RS 1712 Service List Service Description Type RO96234 FIX BACKUP OF PDSE RECFM U DATA SETS PTF RO97916 S878-14 ABEND DURING IXMAINT WITH SMSPRINT PTF RO98526 ARCHIVE

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

CA Disk Backup and Restore CA RS 1612 Service List CA Disk Backup and Restore 12.5 1 CA RS 1612 Service List Release Service Description Type 12.5 RO91617 UNABLE TO RESTORE LARGE FILE PTF RO91662 ALLOW MBYTES VALUES IN SYSPARMS DLMVSIZX PTF RO93242 BYPASS

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

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

More information

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

CA JCLCheck Workload Automation CA RS 1507 Service List CA JCLCheck Workload Automation 12.0 1 CA RS 1507 Service List Description Type 12.0 RO79903 CAY6A041I/MSGX338E ERRORS FROM TWS, UNCLEARED STORAGE PTF RO80024 CAY6669E PROCLIB ON BOTH JOBPARM AND JCLLIB,

More information

CA Cleanup for ACF CA RS 1610 Service List

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

More information

CA 1 Tape Management CA RS 1403 Service List

CA 1 Tape Management CA RS 1403 Service List CA 1 Tape Management 12.6 1 CA RS 1403 Service List Release Service Description Hiper 12.6 RO60054 S0C4 ABEND DURING CLOSE PROCESSING OF 31 BIT UNCAPTURED UCB. RO62065 TMPIUSG3 ZVAR ERROR UPDATING TMOOPT00

More information

CA Vantage Storage Resource Manager CA RS 1705 Service List

CA Vantage Storage Resource Manager CA RS 1705 Service List CA Vantage Storage Resource Manager 14.0 1 CA RS 1705 Service List Service Description Type RO93383 ARM SUSPEND COMMAND LEAVES DMSAR TASK UP PTF RO94643 KNG0027E MESSAGE LOG FAILURE WITH PTF RO93221 APPLIED

More information

CA Datacom/AD CA RS 1704 Service List

CA Datacom/AD CA RS 1704 Service List CA Datacom/AD 15.0 1 CA RS 1704 Service List Service Description Type RO93267 CURSOR 'XXX' NOT FOUND IN CURSOR TABLE PTF RO93323 S0C4 IN DBSRPPR MODULE DBSERV+928 PTF RO93402 TIMESTAMPCOLUMN 'TIMESTAMP

More information

CA Vantage Storage Resource Manager CA RS 1509 Service List

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

More information

CA Disk Backup and Restore CA RS 1707 Service List

CA Disk Backup and Restore CA RS 1707 Service List CA Disk Backup and Restore 12.5 1 CA RS 1707 Service List Service Description Type RO95355 RECOVER MAY NOT RESTORE ALL NON-VSAM DATA ON EAV VOLUME PTF RO96147 ERRORS/ABENDS FOR PDS/PDSES IN EAV CYLINDER

More information

CA Datacom/DB CA RS 1510 Service List

CA Datacom/DB CA RS 1510 Service List CA Datacom/DB 14.0 1 CA RS 1510 Service List Description Type 14.0 RO58558 RETURN CODE 15(139) ON CA DATAQUERY PRODUCT FILES PTF RO79827 DATAREPORTER S0C4 DRCXXPR OR S0C6 DRAXXPR PTF RO81655 PROVIDE REMOTE

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

CA NetMaster CA RS 1408 Service List CA NetMaster 12.1 1 CA RS 1408 Service List Description Type 12.1 RO71005 SYSTEM HANG, ENQ ON NETMAGDB *HIP/PRP* RO71006 SYSTEM HANG, ENQ ON NETMAGDB PTF RO71551 OSA-E5S PORT MONITORING NOT SUPPORTED VIA

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

CA 1 Tape Management CA RS 1404 Service List CA 1 Tape Management 12.6 1 CA RS 1404 Service List Description Hiper 12.6 RO63310 TMSSVC ABEND999 RC 04 IF CA 1 NOT FULLY ACTIVE. RO63903 CAG8259E OR CAL0999E ISSUED WITH TQS INSTALLED. RO63970 TMS0XF1

More information

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

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

More information

CA JCLCheck Workload Automation CA RS 1407 Service List

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

More information

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

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

More information

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

CA Datacom/AD CA RS 1409 Service List CA Datacom/AD 14.0 1 CA RS 1409 Service List Description Type 14.0 RO57031 MEMBER NOT FOUND ERROR EXECUTING DDDDULM PTF RO65981 CORRECT ALTERNATE BASIS PTF RO67690 'DCL' IN COBOL COPYBOOK FROM SOURCE LANGUAGE

More information

CA NetMaster CA RS 1606 Service List

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

More information

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

CA Datacom/DB CA RS 1704 Service List CA Datacom/DB 15.0 1 CA RS 1704 Service List Service Description Type RO93267 CURSOR 'XXX' NOT FOUND IN CURSOR TABLE PTF RO93323 S0C4 IN DBSRPPR MODULE DBSERV+928 PTF RO93402 TIMESTAMPCOLUMN 'TIMESTAMP

More information

CA Datacom/DB CA RS 1604 Service List

CA Datacom/DB CA RS 1604 Service List CA Datacom/DB 15.0 1 CA RS 1604 Service List Description Type 15.0 RO88293 DBUTLTY BACKUP FAILS WITH RC 21 WITH USER COMPRESSION *HIP/PRP* RO88365 ENHANCEMENT: DIAGNOSTIC FOR MEMORY USAGE PTF RO88391 S0C4

More information

CA Datacom/AD CA RS 1702 Service List

CA Datacom/AD CA RS 1702 Service List CA Datacom/AD 15.0 1 CA RS 1702 Service List Description Type 15.0 RO93486 MF: PREVENT HIGH CPU WHEN UNKNOWN TCP/IP TRAFFIC SENT PTF RO93515 DISPLAY LXX PERCENT FULL WITH STATUS_LOG CONSOLE COMMAND PTF

More information

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

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

More information

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

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

More information

CA Datacom/AD CA RS 1411 Service List

CA Datacom/AD CA RS 1411 Service List CA Datacom/AD 14.0 1 CA RS 1411 Service List Description Type 14.0 RO63612 QUERY TEXT NOT PRINTED WHEN ONLINE SUBMIT TO BATCH PTF RO71060 ISOWEEK - WRONG YEAR - 1ST WEEK OF YEAR PTF RO71372 PROVIDE NEW

More information

CA OPS/MVS for JES CA RS 1805 Service List

CA OPS/MVS for JES CA RS 1805 Service List CA OPS/MVS for JES2 12.3 1 CA RS 1805 Service List Service Description Type SO01213 CROSS SYSTEM SQL ERRORS PTF SO01227 OPSDEV 32000 LIMIT. PTF SO01304 OPSCPU MAY REPORT INCORRECT CPU TYPE PTF SO01319

More information

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

CA NetMaster CA RS 1407 Service List CA NetMaster 12.1 1 CA RS 1407 Service List Description Type 12.1 RO67864 N44304 LOC-16 OBTAIN DSCB FAILED PTF RO70159 IPSA1206 OSA-28 DEFINITION ERROR. CHPID NN IS NOT AN OSA PTF RO70453 SOCKET OPEN FAILED

More information

CA Datacom/AD CA RS 1504 Service List

CA Datacom/AD CA RS 1504 Service List CA Datacom/AD 14.0 1 CA RS 1504 Service List Description Type 14.0 RO59932 DATAQUERY FIELD DISPLAY PROBLEMS PTF RO69931 INVALID THE DATA MESSAGE USING BACKWARD RECOVERY PTF RO73725 ADD URT NUMBER AS AN

More information

//PSWDGEN EXEC PGM=RAIPWG //STEPLIB DD DISP=SHR,DSN=&RAILOAD //SYSTSPRT DD SYSOUT=* //SYSIN DD

//PSWDGEN EXEC PGM=RAIPWG //STEPLIB DD DISP=SHR,DSN=&RAILOAD //SYSTSPRT DD SYSOUT=* //SYSIN DD Appendix P Updating Product Passwords A CPU password is required to install and operate Relational Architects International (RAI) products on either a trial or permanent basis. The jobstream described

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

CA Workload Automation ESP Edition CA RS 1507 Service List CA Workload Automation ESP Edition 11.4 1 CA RS 1507 Service List Description Type 11.4 RO75729 DISPLAY JOBS WITH HOLD ATTRIBUTE IN SIMULATION PTF RO77978 CHANGED OCCURRENCE OF ESP6106I PTF RO80370 DO

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

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

More information

CA 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 InterTest Batch CA RS 1408 Service List

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

More information

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

CA ACF CA RS 1412 Service List CA ACF2 15.0 1 CA RS 1412 Service List Description Type 15.0 RO72287 CICS: CTS 5.1 TD QUEUE JOB SUBMIT RUNS UNDER REGION LOGONID PTF RO72713 CICS TS 5.1 ABEND, DFHDS0007, X'0209' RESUME AREA OVERFLOW *HIP/PRP*

More information

CA NetMaster CA RS 1504 Service List

CA NetMaster CA RS 1504 Service List CA NetMaster 12.1 1 CA RS 1504 Service List Description Type 12.1 RO77465 $RMEVENT MISSING FROM TRANSIENT LOG PTF RO77762 REPORTCENTER SQLCODE -999 STMT NOT ALLOWED IN AD MUF PTF RO78503 LINK MANAGERS

More information

CA ACF CA RS 1512 Service List

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

More information

CA IDMS CA RS 1505 Service List

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

More information

CA ACF CA RS 1406 Service List

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

More information

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

CA Datacom/DB CA RS 1606 Service List CA Datacom/DB 14.0 1 CA RS 1606 Service List Description Type 14.0 RO87877 RETURN CODE 13(16) AFTER EXTEND CBS HEURISTIC BASE PTF RO88913 DQ025E ERROR USING JOIN PROCESSING DURING EXPORT ** PRP ** RO89157

More information

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

CA Allocate DASD Space and Placement CA RS 1611 Service List CA Allocate DASD Space and Placement 12.5 1 CA RS 1611 Service List Description Type 12.5 RO92081 DSORG OVERRIDE OF 'LIKED-TO' DATASET NOT HONORED W/PDS PTF RO92115 RTF ON VSAM LINEAR REDUCES SECONDARY

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

CA OPS/MVS for JES CA RS 1509 Service List CA OPS/MVS for JES2 12.2 1 CA RS 1509 Service List Description Type 12.2 RO82945 SSMGA ERROR DEFINING MULTIPLE CROSS SYS PREREQS PTF RO83633 SAMPLE OPVMSV INCORRECT IF MULTIPLE COMMANDS PTF RO83732 OPSTATUS

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

JCL MOCK TEST JCL MOCK TEST III

JCL MOCK TEST JCL MOCK TEST III http://www.tutorialspoint.com JCL MOCK TEST Copyright tutorialspoint.com This section presents you various set of Mock Tests related to JCL Framework. You can download these sample mock tests at your local

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

CA Vantage Storage Resource Manager CA RS 1605 Service List CA Vantage Storage Resource Manager 12.6 1 CA RS 1605 Service List Description Type 12.6 RO85773 VANTAGE EXIT6 DMSAR ARMRELTM $HASP003 RC=(84) PTF RO86634 ABEND S0C4 IN LMOD EWSACTSV AT OFFSET +0005B6

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

CA Allocate DASD Space and Placement CA RS 1610 Service List CA Allocate DASD Space and Placement 12.5 1 CA RS 1610 Service List Description Type 12.5 RO90756 POSSIBLE CATALOG HANG VSAM EXTEND AFTER RO77668 APPLIED ** PRP ** RO91005 V37SMST DUMP >25 VOLUMES >1 DD

More information

CA NetMaster CA RS 1602 Service List

CA NetMaster CA RS 1602 Service List CA NetMaster 12.1 1 CA RS 1602 Service List Description Type 12.1 RO85382 $IPSA11Z 1834 ERROR 4 COND TYPE ERROR PTF RO85676 SNMP TRAP RECEIVER $IPSASNT FAILS RECEIVING NON-TRAP DATA PTF RO86822 $RSDBMS

More information

CA OPS/MVS for JES **INCREMENTAL** 1 CA RS 1807 Service List

CA OPS/MVS for JES **INCREMENTAL** 1 CA RS 1807 Service List CA OPS/MVS for JES2 13.5 **INCREMENTAL** 1 CA RS 1807 Service List Service Description Type SO01859 REPLACE OBSOLETE CCS EVENT MANAGEMENT COMPONENTRY PTF SO03594 STARTTIME INCORRECT AFTER DYNAMIC TIME

More information

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