Multiple choice technology databases What is the statement that will be used to select required columns in the PROC PRINT? Statement VAR Statement By option OBS none if the above Reveal answer Fill a bubble to check yourself A Correct answer Explanation In PROC PRINT, the VAR statement specifies which variables (columns) to include in the report. Without VAR, all variables are printed by default. Option A is correct. BY is for grouping, OBS is not a valid statement for this purpose.