Chapter Contents

Previous

Next
LIST

LIST



Displays all occurrences of the item that is listed in the argument

Category: Manipulating Debugging Requests
Alias: L


Syntax
Arguments
Examples
See Also

Syntax

LIST _ALL_ | BREAK | DATASETS | FILES | INFILES | WATCH

Arguments

_ALL_
displays the values of all items.

BREAK
displays breakpoints.
Alias: B

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.
Alias: W


Examples


See Also

Commands:

BREAK
DELETE
WATCH


Chapter Contents

Previous

Next

Top of Page

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