nerdexam
SAS_Institute

A00-280 · Question #90

The following SAS program is submitted: data WORK.ALL; set WORK.ONE WORK.TWO; by usubjid; run; How will the data sets ONE and TWO be combined?

The correct answer is D. concatenated. See the full explanation below for the reasoning.

Question

The following SAS program is submitted: data WORK.ALL; set WORK.ONE WORK.TWO; by usubjid; run; How will the data sets ONE and TWO be combined?

Options

  • Aupdated
  • Bone-one merged
  • Cmatch merged
  • Dconcatenated

How the community answered

(25 responses)
  • A
    4% (1)
  • B
    4% (1)
  • C
    12% (3)
  • D
    80% (20)

Community Discussion

No community discussion yet for this question.

Full A00-280 Practice