Assigns one or more debugger commands to the ENTER key
-
command-list
-
contains one or more debugger commands,
separated by semicolons.
The ENTER command assigns one or more
debugger commands to the ENTER key. Each debugger command assignment replaces
an existing debugger command assignment. To clear the key setting, enter
the command without any options. By default, the ENTER key is set to the STEP
command.
Assign the commands EXAMINE and DESCRIBE, both for the
variable ABC, to the ENTER key:
DEBUG> enter e abc; des abc
STEP
Copyright © 2009 by SAS Institute Inc., Cary, NC, USA. All rights reserved.