Assigns one or more debugger commands to the ENTER key.
Category: |
Tailoring the Debugger
|
ENTER <command-1 <... ; command-n>>
|
-
command
-
specifies a debugger command.
The ENTER command assigns one or more
debugger commands to the ENTER key. Assigning a new command to the ENTER key
replaces the existing command assignment. If you assign more than one command,
separate the commands with semicolons.
-
Assign the command STEP 5 to the ENTER key:
enter st 5
-
Assign the commands EXAMINE and DESCRIBE, both
for the variable CITY, to the ENTER key:
enter ex city; desc city
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.