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)- A4% (1)
- B4% (1)
- C12% (3)
- D80% (20)
Community Discussion
No community discussion yet for this question.