Displays all occurrences of the item that is listed in the argument.
Category: |
Manipulating Debugging Requests
|
Alias: |
L
|
LIST _ALL_ | BREAK | DATASETS | FILES | INFILES |
WATCH
|
-
_ALL_
-
displays the values of all items.
-
BREAK
-
displays breakpoints.
-
DATASETS
-
displays all SAS data sets used by the current
DATA step.
-
FILES
-
displays all external files to which the
current DATA step writes.
-
INFILES
-
displays all external files from which the
current DATA step reads.
-
WATCH
-
displays watched variables.
-
List all breakpoints, SAS data sets, external
files, and watched variables for the current DATA step:
l _all_
-
List all breakpoints in the current DATA step:
l b
Copyright © 2011 by SAS Institute Inc., Cary, NC, USA. All rights reserved.