Being that you want to get rid of the CTC's, you would have to
- allocate new dasd control files
- use yourhlq.CBTDJCL(ALLOCCF)
- update the appropriate MIM parms to define the related ALLOCATE statements
- ALLOCATE DDNAME=MIMTBL00,DSNAME=SYSSHR.MIM.MII.CF00
- ALLOCATE DDNAME=MIMTBL01,DSNAME=SYSSHR.MIM.MII.CF01
- remove the CTCPATH statements
- modify the COMMUNICATION method
- change COMMUNICATION=CTCONLY to COMMUNICATION=DASDONLY
- shutdown MIM on all systems
- start MIM on the first system with FORMAT=BOTH
- start MIM on remaining systems with FORMAT=CKPT
Note: Since it is not generally recommended to shutdown MIM, you will have to coordinate this with either scheduled IPL's or at a time when the system activity is at minimum to prevent any potential integrity exposures.