Error Handling : Invalid Commands
If the
command name is not recognized, the debugger writes the message Invalid command name, and the invalid command is rejected.
Type a question mark (?
) for a list of valid
command names.
If you use an incorrect abbreviation for a command, the same message
occurs. In both cases, you need to reenter the command and any argument values.
Note that the debugger does not check the syntax of the command list
of an on
command or a when
clause until it executes the command. If you make a syntax error in the command
arguments to the on
command or in a when
clause, the debugger does not write an error message
until it tries to execute the command.
Copyright © 2001
by SAS Institute Inc., Cary, NC, USA. All rights reserved.