Running the Compliance Event Manager CEMCCONF job to create the .CUSTOM datasets initially encountered the error:
IGD17293I DATA SET highlevel.CUSTOM.JOBLIB HAS 172 PARTITIONED ORGANIZATION AND IS NOT ELIGIBLE TO BE A MULTI-VOLUME DATA SET,
ALLOCATION FAILED
This was corrected by modifying the CONFIG.DATA file to remove SMS references and specify VOL=SER references.
Along with this modification, the CEMCCONF job's //MAINARGS DD * VOLSER statement (at the end of the member) was also changed to reflect the volume.
The subsequent run of CEMCCONF encountered the error:
IKJ56231I DATA SET highlevel.CUSTOM.JOBLIB NOT ALLOCATED, SYSTEM OR INSTALLATION ERROR+
IKJ56231I TEXT UNIT X'0010' CONTAINS INVALID LENGTH
Release : 6.0
Component : CA COMPLIANCE EVENT MANAGER
The change of the VOLSER parm at the end of the CEMCCONF job to VOLSER=VOL=SER=volser was bad syntax.
Correcting the bad syntax for the VOLSER parameter at the end of the CEMCCONF job from VOLSER=VOL=SER=volser to VOLSER=volser proved corrective.
The error 'IKJ56231I TEXT UNIT X'0010' CONTAINS INVALID LENGTH' was resolved.