Run the following JCL to remove the obsolete site ids from CA CSM:
//STEP05A EXEC PGM=DBSQLPR,
// PARM='PRTWIDTH=1000,INPUTWIDTH=72,ROWLIMIT=4000'
//STEPLIB DD DSN=hlq.CUSLIB,
// DISP=SHR
// DD DSN=hlq.CAAXLOAD,
// DISP=SHR
//CXX DD DSN=hlq.CXX,
// DISP=SHR
//SYSUDUMP DD SYSOUT=*
//SYSPRINT DD SYSOUT=*
//STDERR DD SYSOUT=*
//STDOUT DD SYSOUT=*
//OPTIONS DD *
AUTHID=CASWMGT
/*
//SYSIN DD *
DELETE FROM SITEID
WHERE SITE = 'nnnn';
/*
The hlq for CXX, CAAXLOAD and CUSLIB is in the msmmufs startup.
After this is done you will need to recycle msmtc, no need to recycle msmdbsrv or msmmufs.
nnnn is an obsolete site id. You can stack these in SYSIN. If these site ids are still
assigned in supportservices.ca.com an update complete product list will add them back .
You can open a case with CA CSM support to have these site ids removed from
the user accounted in supportservices.ca.com.