When running CAIRIM CAS9 to initialize Scheduler, the message below is received.
CAC9071E CAIJGEN LENGTH CONFLICT
CAS9 CAIJGEN
CAS9140E - Init error: CA-SCHEDULER Ver CHB0, Init routine RC=000C
Run the job below to delete the existing initialization.
//CAS9 EXEC PGM=CAIRIM
//STEPLIB DD DISP=SHR,
// DSN=CAI.CAILIB
//PARMLIB DD *
PRODUCT(CA-SCHEDULER) VERSION(CHB0) INIT(CHB0INIT) PARM(DD=OPTIONS)
/*
//OPTIONS DD *
CAS9 MAIN FUNC=DELETE, DELETE THIS COPY OF CA SCHEDULE
SUBSYS=SCHD, THE COPY OF CA SCHEDULER TO DELETE
COMMON=NO, CHANGE TO YES IF REQUESTED BY SUPPORT
SMF=NO, CHANGE TO YES IF REQUESTED BY SUPPORT
STUB=NO CHANGE TO YES IF REQUESTED BY SUPPORT
/*
//KEYS DD DUMMY
After successfully running the DELETE. Run the CAS9 CAIRIM to do the FUNC=INIT.