To replace a DASD control file, de-allocate that file using the DEALLOCATE command and then allocate a new file using the ALLOCATE command. You must issue these commands on all systems in the complex.
For example, suppose that the control file identified on the //MIMTBL03 DD statement in your startup procedure becomes unusable, and you want to replace it.
To replace DASD control files
DEALLOCATE DDNAME=MIMTBL03
ALLOCATE DDNAME=MIMTBL03 DSNAME=MIM.NEW03
The ALLOCATE command formats the control file automatically, so you do not need to restart CA MIM.
Notes:
| Copyright © 2012 CA. All rights reserved. | Tell Technical Publications how we can improve this information |