Previous Page | Next Page

DATA Step Debugger

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

Previous Page | Next Page | Top of Page