LIST

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

Category: Manipulating Debugging Requests
Alias: L

Syntax

Required 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

Example

  • 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

See Also

Commands: