By admin | September 23, 2009

SAS Certified Base Programmer 123 Questions (78)

The following SAS program is submitted:

data work.retail;
    cost = '20000';
    total = .10 * cost;
run;

Which one of the following is the value of the variable TOTAL in the output data set?

A. 2000
B. ‘2000’
C. . (missing numeric value)
D. ‘ ‘ (missing character value)

One comment | Add One

  1. admin - 09/23/2009 at 9:36 am

    A

Leave a Comment

Leave a Reply

Your email address will not be published.