nerdexam
SAS_Institute

A00-212 · Question #23

Given the SAS data sets ONE and TWO: The following SAS program is submitted: data combine; merge one two; by id; run; Which SQL procedure program procedures the same results?

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

Question

Given the SAS data sets ONE and TWO:

The following SAS program is submitted:

data combine; merge one two; by id; run; Which SQL procedure program procedures the same results?

Exhibit

A00-212 question #23 exhibit

Options

  • Aproc sql;
  • Bproc sql;
  • Cproc sql;
  • Dproc sql;

How the community answered

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

Community Discussion

No community discussion yet for this question.

Full A00-212 Practice