Multiple choice technology programming languages

The output created by the DATA step are

  1. Means Reports

  2. SAS Datasets

  3. Frequency Reports

  4. SAS Files

Reveal answer Fill a bubble to check yourself
B,D Correct answer
Explanation

The DATA step in SAS creates SAS datasets (which are SAS files) as output. It does not directly create analytical reports like means reports or frequency reports - those are generated by PROC steps such as PROC MEANS or PROC FREQ.