This command will deallocate (remove from memory and allow reuse of previously allocated space) a field previously allocated using any of the allocation commands or functions.
DEALOC fn/v | Required - The name of the field being deallocated. The field must have been allocated using one of the appropriate commands or functions. |
COMMENTS
Once this command has been used the field being deallocated will not be able to be used in a program until it is allocated again.
SEE ALSO
Page url: http://www.cassoftware.com/tas/manual/deallocatefield.htm