PCA Command Deletes command definitions established with the DEFINE/COMMAND command. Format DELETE/COMMAND symbol-name[,symbol-name...]
1 – Parameters
symbol-name Specifies the name of a command symbol whose definition is to be deleted. This symbol name must have been defined with a previous DEFINE/COMMAND command.
2 – Description
The DELETE/COMMAND command is used to delete command synonyms established with the DEFINE/COMMAND command.
3 – Examples
PCAC> DELETE/COMMAND FOO, FEE This example shows how to delete the command definitions for symbols FOO and FEE.