proc sort data=new dupout=newdup;by x;run;What is the result of the above proc execution?
Reveal answer
Fill a bubble to check yourself
proc sort data=new dupout=newdup;by x;run;What is the result of the above proc execution?