
“Example 6: Managing Entries” on page 951
“Example 7: Listing BY-Group Entries” on page 957
Syntax
LIST path <(where-expression)> <, path-2 <(where-expression-2)>, …> </ option(s)>;
Required Argument
path
specifies the location of an entry. An entry can be one or more directories, links, or
output objects. For example, the following LIST statement lists all of the entries
within the Report entry:
list \sasuser.imports\report;
run;
Requirement
Separate multiple paths with commas.
Tip
You can use the symbol '^' to represent the current directory and the
symbol '^^' to represent the parent directory.
Optional Arguments
BYGROUPS
creates, in the entry list, columns ...