Deletes breakpoints or the watch status of variables in the DATA
step.
Category: |
Manipulating Debugging Requests
|
Alias: |
D
|
DELETE WATCH variable(s) | _ALL_
|
-
BREAK
-
deletes breakpoints.
-
location
-
specifies a breakpoint location to be deleted. Location can have one of these values:
_ALL_ |
all current breakpoints in the DATA
step. |
label |
the statement after a statement label. |
line-number |
the number of a program line. |
* |
the breakpoint from the current line. |
-
WATCH
-
deletes watched status of variables.
-
variable(s)
-
names one or more watched variables for
which the watch status is deleted.
-
_ALL_
-
specifies that the watch status is deleted
for all watched variables.
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.