Correct answer: c
The DATA= option specifies
the data set that you are listing, and the ID statement replaces the
Obs column with the specified variable. The VAR statement specifies
variables and controls the order in which they appear, and the WHERE
statement selects rows based on a condition. The LABEL option in the
PROC PRINT statement causes the labels that are specified in the LABEL
statement to be displayed.