Correct answer: c
You specify the data
set to be created in the DATA statement. The DROP= data set option
prevents variables from being written to the data set. Because you
use the variable OrdrTime when processing your data, you cannot drop
OrdrTime in the SET statement. If you use the KEEP= option in the
SET statement, then you must list OrdrTime as one of the variables
to be kept.