Multiple choice technology programming languages

In a PROC PRINT step,to control the order in which the variables appear you can use:

  1. VAR statement

  2. VARNUM Option

  3. Variables Statement

  4. all of the above

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

The VAR statement in PROC PRINT controls variable display order. VARNUM is not a valid SAS option, and there is no 'Variables Statement' in PROC PRINT. The VAR statement is the correct and only way to specify variable order in printed output.