nerdexam
SAS_Institute

A00-211 · Question #129

The following GAS program is submitted: data work.empsalary; set work.people (in = inemp) work.money (in = insal); if insal and inemp; run; The SAS data set WORKPEOPLE has 5 observations, and the…

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

Question

The following GAS program is submitted:

data work.empsalary; set work.people (in = inemp) work.money (in = insal); if insal and inemp; run; The SAS data set WORKPEOPLE has 5 observations, and the data set WORKMONEY has 7 observations. How many observations will the data set WORK.EMPSALARY contain?

Options

  • A0
  • B5
  • C7
  • D12

How the community answered

(49 responses)
  • A
    80% (39)
  • B
    2% (1)
  • C
    8% (4)
  • D
    10% (5)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice