Google New or returning user — sign in with Google for instant login, no password needed. Sign in with Google Maybe later
Quiz title : System options
Question 1 of 6



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

 

options obs=10;

 

data class2;

    set sashelp.class;

run;