If the problem continues to occur, consider increasing the CI size for the INDEX portion of the file that received the error. We typically recommend doubling the size.
To increase the CI size of a file, update the appropriate 'HLQ...PPOPTION' library control member used to allocate the file. And then run a "reorg" against the file (BACKUP - DELETE/DEFINE - REPRO) to create a new file with the increased CI size.
Example of what to change to increase the CI size of the INDEX portion of the CA Bundl DPMFSIF file...
A. Edit the following PPOPTION library control member:
EDIT YOUR.HLQ.PPOPTION(CC50SIF)
********************************* Top of Data *
DELETE +
('CAICC50.DPMFSIF') CLUSTER
DEFINE CLUSTER +
(NAME('CAICC50.DPMFSIF') +
VOLUMES(SIFVOL) +
RECORDS(1000 200) +
RECORDSIZE(282 512) +
KEYS(48 1) +
FREESPACE(40,5) +
SHR(2 3) REUSE +
SPEED +
INDEXED) +
DATA (NAME('CAICC50.DPMFSIF.DATA') +
CONTROLINTERVALSIZE(6144)) +
INDEX (NAME('CAICC50.DPMFSIF.INDEX') +
CONTROLINTERVALSIZE(1024)) <------- CHANGE THIS VALUE FROM 1024 to 2048)
******************************** Bottom of Data
B. Tailor and submit your "rerog" process to Backup, Delete, Define and REPRO the new file.
Note - CA Bundl provides a CC50JORG job (also located in the CA Bundl installed PPOPTION library) that can be used to perform the "reorg" process against a specific CA Bundl VSAM file. Be sure and tailor the jobs JCL to point to the specific file you are increasing the size of.