nerdexam
SAS_Institute

A00-212 · Question #35

The SAS data set ONE contains fifty million observations and contains the variables PRICE, QUANTITY, FIXED, and VARIABLE. Which SAS program successfully creates three new variables TOTREV, TOTCOST…

The correct answer is B. data two. See the full explanation below for the reasoning.

Question

The SAS data set ONE contains fifty million observations and contains the variables PRICE, QUANTITY, FIXED, and VARIABLE. Which SAS program successfully creates three new variables TOTREV, TOTCOST, and PROFIT and requires the least amount of CPU resources to be processed?

Options

  • Adata two;
  • Bdata two;
  • Cdata two;
  • Ddata two;

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    82% (14)
  • D
    12% (2)

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice