Multiple choice technology programming languages

By default, PROC FREQ creates a table of frequencies and percentages for which data set variables?

  1. Character variables

  2. Numeric Variables

  3. Both Numeric & Character Variables.

  4. None : Variable names must be specified.

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

By default, PROC FREQ without a TABLES statement automatically processes and generates frequency tables and percentages for every variable present in the input dataset, including both numeric and character variables. Distractors suggesting only one data type or requiring explicit specification are incorrect.