You can list variables and observations in a SAS data set with the LIST statement. The general form of the LIST statement is as follows:
where
specifies a range of observations.
selects a set of variables.
is an expression that is evaluated as being true or false.
The next three sections discuss how to use each of these clauses with the CLASS data set.