The following SAS program is submitted:
data work.empsalary;
set work.people (in = inemp)
work.money (in = insal);
if insal and inemp;
run;
The SAS data set WORKPEOPLE has 5 observations, and the data set WORKMONEY has 7 observations. How many observations will the data set
WORK.EMPSALARY contain?
Lisa_L
1 month, 1 week ago_124
3 months agoMandar77
1 year, 7 months agonbav
2 years, 2 months agonbav
2 years, 2 months agoKleinstone
3 years agoSuhan
3 years, 1 month ago