What is the result of submitting the following program? data work.group; set company.usa end=last; if last; run;
Reveal answer
Fill a bubble to check yourself
What is the result of submitting the following program? data work.group; set company.usa end=last; if last; run;