Chapter Contents

Previous

Next
ENTER

ENTER



Assigns one or more debugger commands to the ENTER key


Syntax
Details
Example
See Also

Syntax

ENTER <command-list>

command-list
contains one or more debugger commands, separated by semicolons.


Details

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.


Example

Assign the commands EXAMINE and DESCRIBE, both for the variable ABC, to the ENTER key:

DEBUG> enter e abc; des abc

See Also

STEP


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.