nerdexam
SAS_Institute

A00-211 · Question #73

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?

The correct answer is A. 2000. See the full explanation below for the reasoning.

Question

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?

Options

  • A2000
  • B'2000'
  • C. (missing numeric value)
  • D' ' (missing character value)

How the community answered

(51 responses)
  • A
    76% (39)
  • B
    14% (7)
  • C
    6% (3)
  • D
    4% (2)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice