nerdexam
SAS_Institute

A00-211 · Question #65

A realtor has two customers. One customer wants to view a list of homes selling for less than $60,000. The other customer wants to view a list of homes selling for greater than $100,000. Assuming…

The correct answer is B. proc print data = sasuser.houses. See the full explanation below for the reasoning.

Question

A realtor has two customers. One customer wants to view a list of homes selling for less than $60,000. The other customer wants to view a list of homes selling for greater than $100,000. Assuming the PRICE variable is numeric, which one of the following PRINT procedure steps will select all desired observations?

Options

  • Aproc print data = sasuser.houses;
  • Bproc print data = sasuser.houses;
  • Cproc print data = sasuser.houses;
  • Dproc print data = sasuser.houses;

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    78% (21)
  • C
    7% (2)
  • D
    11% (3)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice