Quiz title : Proc Report
Question 1 of 7



How many number of rows will be printed in the output when below code is run on the input dataset shown in the screenshot?

 

Note: Age is a numeric variable.

proc report data=class ;

column age;

run;