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