Quiz title : Proc Sort
Question 1 of 2



What will be the value in the 'Name' variable on first observation in the output dataset when the below code is run on the dataset shown in screenshot?

proc sort data=class out=sorted;

    by sex;

run;