nerdexam
SAS_Institute

A00-201 · Question #4

Which one of the following is the value of the variable TOTAL in the output data set? data work.retail; cost = '20000'; total = .10 * cost; run;

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

Question

Which one of the following is the value of the variable TOTAL in the output data set? data work.retail; cost = '20000'; total = .10 * cost; run;

Options

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

How the community answered

(16 responses)
  • A
    75% (12)
  • B
    13% (2)
  • C
    6% (1)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full A00-201 Practice