Multiple choice technology programming languages

Some of the PROCs present in SAS are

  1. SUM

  2. MEANS

  3. FREQ

  4. DATASET

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

MEANS, FREQ, and DATASET are all valid SAS procedures (PROC MEANS, PROC FREQ, PROC DATASET). SUM is a SAS function used within procedures or DATA steps, not a standalone procedure. The question specifically asks for PROCs, making options B, C, and D correct.