What is the result of submitting the follwing program? data work.group; set company.usa end=last; if last; run;
an error
an empty datas set
a continous loop
a data set that contains one observation