LIST

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

Category: Manipulating Debugging Requests
Alias: L

Syntax

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

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 ...

Get Step-by-Step Programming with Base SAS 9.4 now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.