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 UNDEFINE/COMMAND command is used to delete command abbreviations the DEFINE/COMMAND command establishes. The UNDEFINE/COMMAND command and the DELETE/COMMAND command perform the same function.
3 – Examples
PCAC> UNDEFINE/COMMAND FOO, FEE This command undefines the command definitions for symbols FOO and FEE.