Correct answer: d
For selecting observations,
a WHERE statement is more efficient than a subsetting IF statement
because it examines what is in the input page buffer and selects observations
before they are loaded into the program data vector, which results
in a savings in CPU operations.