Question 60 : The following SAS program is submitted:
data work.retail;
cost = `20000';
total= .10* cost
run;
What is the result?
- The value of the variable TOTAL in the output data set is 2000. No messages are written to the SAS log.
- Get all Questions and Answer from here
- You need to have paid subscription to access all questions
- Thanks for considering SAS Certification Material
Correct Answer 3 :
Exp :
You can access to full explanation to question and answer from this page.