The DBLOAD Procedure

LIST Statement

Lists information about SAS data sets.
Default: ALL

Syntax

LIST ALL | COLUMNS | FIELDS | variable-identifier;

Required Arguments

ALL
lists information about all variables in the input SAS data set, regardless of whether those variables are selected for the load.
COLUMNS
lists information only about the input SAS variables that are selected for loading. This argument does not apply to DBF files.
FIELDS
lists information only about the input SAS variables that are selected for the load.
variable-identifier
lists information only about the specified variable. The variable-identifier can be either the SAS variable name or the positional equivalent. The positional equivalent is the number that represents the variable's position in the data set.

Example

The LIST statement lists information for the column associated with the third SAS variable
LIST 3;