Chapter Contents |
Previous |
Next |
DELETE |
Category: | Manipulating Debugging Requests |
Alias: | D |
Syntax | |
Arguments | |
Examples | |
See Also |
Syntax |
DELETE BREAK location |
DELETE WATCH variable(s) | _ALL_ |
Alias: | B |
_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. |
Alias: | W |
Examples |
eoflabel
:
d b eoflabel
d w abc
See Also |
Commands:
|
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.