nerdexam
SAS_Institute

A00-202 · Question #16

The SAS data set ONE consists of five million observations and has 25 variables. Which one of the following SAS programs successfully creates three new variables TOTREV, TOTCOST, and PROFIT and…

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

Question

The SAS data set ONE consists of five million observations and has 25 variables. Which one of the following SAS programs successfully creates three new variables TOTREV, TOTCOST, and PROFIT and requires the least CPU time to be processed?

Options

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

How the community answered

(15 responses)
  • A
    13% (2)
  • B
    80% (12)
  • D
    7% (1)

Community Discussion

No community discussion yet for this question.

Full A00-202 Practice