Question 60 : The following SAS program is submitted:

 data work.retail;

 cost = `20000';

 total= .10* cost

 run;

 What is the result?

  1. The value of the variable TOTAL in the output data set is 2000. No messages are written to the SAS log.
  2. Get all Questions and Answer from here
  3. You need to have paid subscription to access all questions
  4. Thanks for considering SAS Certification Material

 Correct Answer 3 :

 Exp :

You can access to full explanation to question and answer from this page.