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;