Previous Topic: (MIM) DEACTIVATE Command-Disable Selectable FeatureNext Topic: (MIM) DEFALIAS Command-Define Command Alias


(MIM) DEALLOCATE Command-Deallocate a Resource

The DEALLOCATE command lets you deallocate a data set, control file, SYSOUT data set, or CTC device that currently is available to CA MIM.

Scope: Local

This command has the following format:

DEALLOCATE {CHKPT=number |
	     CTC=unit[FORCE] |
	     DDNAME=ddname |
	     XESFILEID=id }
CHKPT

Deallocates a checkpoint file. Allowable values are 00 to 99.

CTC

Deallocates a CTC device. Specify the logical device address of the device in place of unit.

If you need to deallocate a CTC device that is currently active, then you can issue the command DEALLOCATE CTC=unit FORCE; however, you should only use the FORCE operand when all attempts to switch from the CTC device have failed.

DDNAME

Deallocates a data set. Specify the ddname of the data set.

XESFILEID

Specifies a control file identifier associated with a coupling facility structure control file that is to be deallocated. The identifier, id, can be a numeric value from 00 to 99.

Usage Notes: DEALLOCATE Command

Examples: DEALLOCATE Command