nerdexam
SAS_Institute

A00-211 · Question #148

Given the SAS data set QTR 1_REVENUE: destinationrevenue YYZ53634 FRA62129 FRA75962 RDU76254 YYZ82174 The following SAS program is submitted: proc sort data = qtr1_revenue; by destination descending…

The correct answer is B. destination revenue. See the full explanation below for the reasoning.

Question

Given the SAS data set QTR 1_REVENUE:

destinationrevenue YYZ53634 FRA62129 FRA75962 RDU76254 YYZ82174 The following SAS program is submitted:

proc sort data = qtr1_revenue; by destination descending revenue; run; What is the first observation in the output data set?

Options

  • Adestination revenue
  • Bdestination revenue
  • Cdestination revenue
  • Ddestination revenue

How the community answered

(17 responses)
  • A
    6% (1)
  • B
    76% (13)
  • C
    12% (2)
  • D
    6% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice