list
LIST (SAS word)
Data step statement.
Display Manager window. Alias for LISTING.
list ID
SCL. n.
an integer value that identifies an SCL list.
list input
n.
input of a variable from a text file, reading the value from a field that is delimited by spaces or another delimiter character. In an INPUT statement, a variable name without an associated informat or modifier indicates list input.
list output
n.
output of a variable to a text file, writing the value with leading and trailing spaces removed
and skipping a characer position after the value. In a PUT statement, a variable name with no associated format indicates list output.