Google New or returning user — sign in with Google for instant login, no password needed. Sign in with Google Maybe later
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;