nerdexam
SAS_Institute

A00-211 · Question #33

Consider the following data step: In filtering the values of the variable X in data set WORK.OLD, what value new value would be assigned to X if its original value was a missing value?

The correct answer is A. X would get a value of 1. See the full explanation below for the reasoning.

Question

Consider the following data step:

In filtering the values of the variable X in data set WORK.OLD, what value new value would be assigned to X if its original value was a missing value?

Options

  • AX would get a value of 1.
  • BX would get a value of 3.
  • CX would retain its original value of missing.
  • DThis step does not run because of syntax errors.

How the community answered

(29 responses)
  • A
    76% (22)
  • B
    14% (4)
  • C
    7% (2)
  • D
    3% (1)

Community Discussion

No community discussion yet for this question.

Full A00-211 Practice