What is the value of the variable AMOUNT_PER_YEAR if an employee has been with the company for one year?
The following SAS program is submitted:
data test;
set sasuser.employees;
if 2 le years_service le 10 then
amount = 1000;
else amount = 0;
amount_per_year = years_service / amount
run;
What is the value of the variable AMOUNT_PER_YEAR if an employee has been with the company for one year?
A . 0
B . 0.001
C . 1
D . . (missing numeric value)
Answer: D
Latest A00-231 Dumps Valid Version with 262 Q&As
Latest And Valid Q&A | Instant Download | Once Fail, Full Refund
Subscribe
Login
0 Comments
Inline Feedbacks
View all comments