Execute the following SQL statement against each logical database to determine if you are at risk for the problem addressed by SO11864 or SO12057. This SQL poses no risk, it is selecting only and will not update your database. Before executing;
//STEP1 EXEC PGM=DBSQLPR
//STEPLIB DD to your MUF (same 2 libs used in CA7ONL) *** CHANGE THIS ***
//SYSPRINT DD SYSOUT=*
//STDOUT DD SYSOUT=*
//OPTIONS DD *
PRTWIDTH=255
INPUTWIDTH=70
ROWLIMIT=5000
AUTHID=MFWA
NOTYPE
//SYSIN DD *
SELECT DATASET, OCCURRENCE# FROM CA7_DATASET_OCCUR
WHERE DB = 'YOUR_LOGICAL_DB' AND *** CHANGE THIS ***
INTEXTRACT(DEVICE_TYPE_01,1) = 242 ;
If no rows are returned, the logical database is not at risk for the problem. If rows are returned, contact Broadcom support for assistance with updating the database.