DELETE_SYMBOL (VMS Only)

The DELETE_SYMBOL procedure deletes a DCL (Digital Command Language) interpreter symbol for the current process.

Calling Sequence

DELETE_SYMBOL, Name

Arguments

Name

A scalar string containing the name of the symbol to be deleted.

Keywords

TYPE

Indicates the table from which Name will be deleted. Set TYPE to 1 to specify the local symbol table. Set TYPE to 2 to specify the global symbol table. The default is to search the local table.

See Also

DELLOG (VMS Only) , SET_SYMBOL , SETLOG (VMS Only)