The DATA Step in SAS can create new datasets and read external files, making both B and D correct. It does not directly output statistical reports (A is incorrect) - procedures like PROC MEANS or PROC PRINT are used for that. It also does not delete datasets (C is incorrect) - that requires PROC DELETE or DATASETS procedure.