RO45502 not showing superceeded
search cancel

RO45502 not showing superceeded

book

Article ID: 142779

calendar_today

Updated On:

Products

COMMON SERVICES FOR Z/OS DATABASE MANAGEMENT SOLUTIONS FOR DB2 FOR Z/OS Common Services CA ECOMETER SERVER COMPONENT FOC Easytrieve Report Generator for Common Services INFOCAI MAINTENANCE IPC UNICENTER JCLCHECK COMMON COMPONENT LDAP SERVER FOR Z/OS CHORUS SOFTWARE MANAGER PAM CLIENT FOR LINUX ON MAINFRAME WEB ADMINISTRATOR FOR TOP SECRET MF - MISC OLD CODES SERVICE ASSURE GENERIC UNISERVICE FOR CICS GENERIC UNISERVICE II Output Management Web Viewer

Issue/Introduction

Just downloaded and installed CA Common Services (CCS) r15.0 and attempted to apply all the outstanding maintenance.

One of the remaining PTFs is RO45502. Which has been marked PE

The text says ***NOTE***  PE: YES   Corrected by: RO60266  

RO60266 did not get applied, but shows as superseded by FMID CCF3E00

CCF3E00 shows as ACCepted in SMP CSI.

 

Shouldn't this have filtered back and marked the original RO45502 as SUP as that will now never get applied?

Environment

Product: CA Common Services for z/OS
Release : 15.0

Component : GREXX Common Component
Release: 14.0

Cause

Inaccurate SUP LIST delivered for ++FUNCTION(CCF3E00) - CA GREXX Common Component

Resolution

Run the following UCLIN to update SMP/E CSI will more accurate information:

//jobcard 
//*
//UCLIN EXEC PGM=GIMSMP,COND=(0,NE),REGION=0M,
//      PARM='CSI=yourHLQ.CSI,PROCESS=END'
//*
//SMPLOG    DD SYSOUT=*
//*
//SMPCNTL   DD *
   SET BDY(CAIT0).
   UCLIN .
   ADD SYSMOD(RO45502) SUPBY(CCF3E00).
   ENDUCL .
   SET BDY(CAID0).  
   UCLIN .
   ADD SYSMOD(RO45502) SUPBY(CCF3E00).
   ENDUCL .
/*
//*