Library /sys$common/syshlp/PCA$HELP.HLB  —  DELETE  /KEY
    PCA Command

    Deletes key definitions established with the DEFINE/KEY command.

    Format

      DELETE/KEY  [key-name]

1  –  Parameters

 key-name

    Specifies the name of the key whose definition you want to
    delete.

2  –  Description

    The DELETE/KEY command deletes key definitions established
    with the DEFINE/KEY command. The DELETE/KEY command and the
    UNDEFINE/KEY command perform the same function.

3  –  Qualifiers

3.1    /ALL

    Specifies that all key definitions in the specified state be
    deleted. If you use the /ALL qualifier, do not specify a key
    name. If you do not specify a state, all key definitions in the
    current state are deleted. Use the /STATE qualifier to specify
    one or more states.

3.2    /LOG

       /LOG
       /NOLOG

    Controls whether a log message is displayed indicating that the
    specified key definition has been deleted. The default is /LOG.

3.3    /STATE

       /STATE=(state-name [,...])
       /NOSTATE

    Specifies the names of the states under which the specified key
    definitions are to be deleted. If you specify only one state
    name, you can omit the parentheses. A state name can be any
    appropriate alphanumeric string.

    If you omit the /STATE qualifier of if you use the /NOSTATE
    qualifier, key definitions in the current state are deleted.

4  –  Examples

  PCAC> DELETE/KEY KP7

      This command shows how to delete the key definitions for the
      keypad key KP7 (the 7 key on the numeric keypad).
Close Help