nerdexam
SAS_Institute

A00-211 · Question #263

Given the SAS data set WORK. PRODUCTS: The following SAS program is submitted: data WORK. REVENUE (drop=Sales Returns); set WORK. PRODUCTS (keep=ProdId Price Sales Returns); Revenue-Price*…

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

Question

Given the SAS data set WORK. PRODUCTS:

The following SAS program is submitted:

data WORK. REVENUE (drop=Sales Returns); set WORK. PRODUCTS (keep=ProdId Price Sales Returns); Revenue-Price* (Sales-Returns); run; How many variables does the WORK.REVENUE data set contain?

Exhibit

A00-211 question #263 exhibit

Options

  • A5
  • B2
  • C4
  • D3

How the community answered

(39 responses)
  • A
    82% (32)
  • B
    10% (4)
  • C
    5% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice