Previous Topic: (MIM) ENDIF Statement-Mark End of Command BlockNext Topic: (MIM) GLOBALVALUE Command-Assign Global Parameters


(MIM) FREE Command-Release Resources

The FREE command allows you to release devices and resources held by a system that is currently inactive. You should not attempt to free an active system.

Scope: Global

This command has the following format:

FREE sysid | (sysid1,sysid2,...)
sysid

Identifies an inactive system that is to be freed. You can use the system name, alias, or index number to identify this system. You can specify multiple system IDs if you want to free more than one system, but multiple IDs must be enclosed in parentheses.

Usage Notes: FREE Command

Important! You should not free a system unless you are sure that CA MIM is not running on that system. If you free a system that is active, the system will ABEND with user code U0322.

Examples: FREE Command