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
11 months, 3 weeks ago_124
1 year, 1 month agoMandar77
2 years, 5 months agonbav
3 years agonbav
3 years agoKleinstone
3 years, 10 months agoSuhan
3 years, 11 months ago