Multiple choice technology programming languages In a PROC PRINT step,to control the order in which the variables appear you can use: VAR statement VARNUM Option Variables Statement 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.