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. ' ' (missing character value)
B. 2000
C. '2000'
D. . (missing numeric value)
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. ' ' (missing character value)
B. 2000
C. '2000'
D. . (missing numeric value)
No comments:
Post a Comment