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)
Topics:
SAS Base Questions |
1 Comment »
A