Chapter Contents |
Previous |
Next |
Command Directory |
sc{ope}
Format 1: |
scope |
FUNCTION-NAME |
Format 2: |
scope |
+INTEGER |
Format 3: |
scope |
-INTEGER |
Format 4: |
scope |
|
scope
command is used to change command scope. Normally, command scope is identical
to run scope, which is the term used to described the location where the debugger
stops when you are given control. In full-screen mode, the code displayed
in the Source window is that around the line where execution stopped. The
line where execution stopped is highlighted and its location is displayed
as run scope
in the Status window.
Format 4: This format sets command scope back to run scope.
The following commands use command scope to resolve references to all identifiers:
The
following commands use command scope to
supply default function or section
names:
scope stats
stats
function.
scope - 1
a
called function
b
, and your command scope
is in function
b
, then command scope is changed to function
a
by this command.
scope + 1
a
has already called function
b
, and you have changed your command scope to function
a
,
then command scope is changed back to function
b
by this command.
scope
scope
command, command scope is used to determine to which
function in the calling sequence to move.
PROFILE | no |
configuration file | no |
Source window prefix | none |
scope
command is used to change command scope.
Successful: 0 | |
Unsuccessful: 1 |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright © 2001 by SAS Institute Inc., Cary, NC, USA. All rights reserved.