Multiple choice technology programming languages

How will you define the list of variables to be printed in the PRINT procedure?

  1. Weight statement

  2. Var statement

  3. Class statement

  4. By statement

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

In SAS, the VAR statement in PROC PRINT is used to specify the variables that you want to print and the order in which they should appear in the output.