BPE0031E verb COMMAND IS INVALID
verb
resourcetype COMMAND IS INVALID
Explanation
A command was issued that BPE did not recognize.
Even if you entered a valid command verb, this message might be generated
if you omitted a required resource type or specified a resource type
to which the verb does not apply. For example, if you entered:
DISPLAY NAME(DISP)
You
would receive the error message: BPE0031E DISPLAY COMMAND IS INVALID
This
error occurs because the
DISPLAY
command requires
a resource type on which it is to operate. Similarly, if you entered:
REFRESH TRACETABLE NAME(AWE)
You would receive
the error message: BPE0031E REFRESH TRACETABLE COMMAND IS INVALID
This
error occurs because the REFRESH
command applies
to the USEREXIT resource type, not the TRACETABLE resource type.
In
the message text:
- verb
- Is the command verb from the command that was issued.
- resourcetype
- Is the resource type from the command that was issued, if present.
System action
The command is ignored.
User response
Reenter the command with the correct verb, or verb and resource type.
Module
FRXCMD0$, FRXCMD1$