1632 HEIDENHAIN Technical Manual MANUALplus 620
ALTER SYNONYM ALTER SYNONYM assigns another table file to the logical name.
Definition
 alter-synonym-statement:= ALTER SYNONYM table-name TO table-literal
Examples:
ALTER SYNONYM TOOL TO 'OEM:\TOOL2.T' 
DROP SYNONYM DROP SYNONYM removes a logical name. The table file identified by the 
logical name will not be removed.
Definition
 drop-synonym-statement:= DROP SYNONYM table-name
Examples:
DROP SYNONYM OUTIL